mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-06 13:02:24 -07:00
added DHCP spoofing with shellshock options
This commit is contained in:
parent
ff235e3e90
commit
43c7974d4c
7 changed files with 155 additions and 69 deletions
|
@ -41,7 +41,7 @@ class JavaPwn(BrowserProfiler, Plugin):
|
|||
for key, value in self.javacfg.iteritems():
|
||||
self.javaVersionDic[float(key)] = value
|
||||
|
||||
self.sploited_ips = [] #store ip of pwned or not vulnarable clients so we don't re-exploit
|
||||
self.sploited_ips = [] #store ip of pwned or not vulnerable clients so we don't re-exploit
|
||||
|
||||
try:
|
||||
msf = msfrpc.Msfrpc({"host": self.rpcip}) #create an instance of msfrpc libarary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue