sqlinject-finder
Posted on Tuesday, February 07, 2012 by Tenderfoot
Simple python script that parses through a pcap and looks at the GET and POST request data for suspicious and possible SQL injects. Rules to check for SQL injection can be easily added. Output can be printed neatly on the command line or in tab delimited format.
The output includes:
- The suspicious IP address
- The attacked webpage
- The parameter and value used
- The frame number of the packet within the pcap (can be used to find exactly where the packet is in Wireshark)
- The reason why the request was flagged
Subscribe to:
Post Comments (Atom)
No Response to "sqlinject-finder"
Leave A Reply