mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2025-04-04 14:56:08 +00:00
remove old addition not needed
This commit is contained in:
parent
047c33ea1a
commit
680fcd04a6
2 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,7 @@ version 7.0.1
|
|||
~~~~~~~~~~~~~~~~
|
||||
|
||||
* fixed an issue where harvester would error out when using python2 - worked fine in python3 - added backwards compatibility
|
||||
* fixed an issue that would cause the IP address to not update when selecting credential harvester and cause a double prompt
|
||||
|
||||
~~~~~~~~~~~~~~~~
|
||||
version 7.0
|
||||
|
|
|
@ -375,7 +375,6 @@ try:
|
|||
setprompt(["2"], "IP address for the POST back in Harvester/Tabnabbing"))
|
||||
|
||||
if check_options("IPADDR=") != 0:
|
||||
print "I HERE"
|
||||
ipaddr = check_options("IPADDR=")
|
||||
update_options("IPADDR=" + ipaddr)
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue