mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2024-11-25 05:50:18 +00:00
minor cleanup
This commit is contained in:
parent
4c255bc5c9
commit
eb6eeb50f4
1 changed files with 1 additions and 5 deletions
|
@ -362,16 +362,12 @@ try:
|
|||
|
||||
# write the file out
|
||||
filewrite.write(index_database)
|
||||
|
||||
# close the file after done writing
|
||||
filewrite.close()
|
||||
|
||||
print((bcolors.BLUE + "[*] Filename obfuscation complete. Payload name is: " + rand_gen_win +
|
||||
"\n[*] Malicious java applet website prepped for deployment\n" + bcolors.ENDC))
|
||||
print((bcolors.BLUE + "[*] Filename obfuscation complete. Payload name is: " + rand_gen_win + "\n[*] Malicious java applet website prepped for deployment\n" + bcolors.ENDC))
|
||||
|
||||
# if we are using HTA attack
|
||||
if check_options("ATTACK_VECTOR") == "HTA":
|
||||
# </body>
|
||||
if os.path.isfile(setdir + "/Launcher.hta"):
|
||||
data1 = open(setdir + "/web_clone/index.html", "r").read()
|
||||
data2 = open(setdir + "/hta_index", "r").read()
|
||||
|
|
Loading…
Reference in a new issue