reversemap – Analyse SQL Injection Attempts In Web Server Logs

reversemap, a program that can either be run in batch mode or interactive mode. In batch mode the program will accept Apache web server logs and will deobfuscate requested URLs from the logs. In interactive mode the program will prompt for user input and will print the deobfuscated results.

The program can deobfuscate the following obfuscation techniques:

  • SQL CHAR encoding
  • SQL CAST encoding
  • Case encoding of SQL keywords
  • Substring(Experimental – Disabled by default as it will fail with nested queries)

Download now – reversemap

Related posts

SQL Injection: Why It Persists and How to Prevent It

Virus vs Worm: Why the Propagation Difference Actually Matters

Man in the Middle Attack: Techniques, Real Examples, and Defences