ProxyStrike


ProxyStrike is an active Web Application Proxy, is a tool designed to find vulnerabilities while browsing an application. It was created because the problems we faced in the pentests of web applications that depends heavily on Javascript, not many web scanners did it good in this stage, so we came with this proxy.

Right now it has available Sql injection and XSS modules. Both modules are designed to catch as many vulnerabilities as we can, it's that why the SQL Injection module is a Python port of the great DarkRaver "Sqlibf". The XSS module is made by us, using our library Gazpacho (soon will be released as standalone tool).

The process is very simple, ProxyStrike runs like a passive proxy listening in port 8008 by default, so you have to browse the desired web site setting your browser to use ProxyStrike as a proxy, and ProxyStrike will analyze all the paremeters in background mode. For the user is a passive proxy because you won't see any different in the behaviour of the application, but in the background is very active. :)

Features:

  • Http request/response history
  • Request parameter stats
  • Request parameter values stats
  • Request url parameter signing and header field signing
  • Use of an alternate proxy (tor for example ;D )
  • Sql attacks
  • Xss attacks
  • Export results to HTML or XML
  • Console version (python proxystrike.py -c / proxystrike.exe -c)
Todo:
  • Save/restore session
  • Relaunch detected XSS and Sql vulnerabilities
  • Blind sql attack module


Screenshots
Communications panel
Stats panel
Results panel


Downloads

Note: Linux/OSX versions depends on following packages:
  • PyQt4 - Sip - Qt4 (Only GUI version)
  • PyOpenSSL
  • PyCurl
About
Author: Carlos del Ojo Elías (cdelojo_AT_edge-security.com) (deepbit_AT_gmail.com)


Thanks to:
  • DarkRaver (ProxyStrike sql engine is a python port of sqlibf)
  • Javier Mendez for XSS engine improvement
  • Christian Matorella and Vicente Diaz
  • All S21sec team