mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2025-04-04 06:46:08 +00:00
Updated to not have a development flag when doing certificate creation and import
This commit is contained in:
parent
e240c928fc
commit
fcf8739258
1 changed files with 1 additions and 11 deletions
|
@ -141,7 +141,7 @@ try:
|
|||
break
|
||||
|
||||
# Web Attack menu choice 9: Create or Import a CodeSigning Certificate
|
||||
if attack_vector == '9':
|
||||
if attack_vector == '8':
|
||||
sys.path.append("src/html/unsigned")
|
||||
debug_msg(me, "importing 'src.html.unsigned.verified_sign'", 1)
|
||||
try:
|
||||
|
@ -257,16 +257,6 @@ try:
|
|||
filewrite.write(attack_vector)
|
||||
filewrite.close()
|
||||
|
||||
# specify victim profiler
|
||||
if attack_vector == '8':
|
||||
# trigger the victim profiler flag in SET
|
||||
attack_vector = "profiler"
|
||||
# write the attack vector to file
|
||||
filewrite.write(attack_vector)
|
||||
filewrite.close()
|
||||
debug_msg(me, "importing 'src.webattack.profiler.webprofiler'", 1)
|
||||
from src.webattack.profiler.webprofiler import *
|
||||
|
||||
# pull ip address
|
||||
filewrite = file("src/program_junk/ipaddr.file","w")
|
||||
if choice3 != "5":
|
||||
|
|
Loading…
Add table
Reference in a new issue