Skip to content

Commit

Permalink
Removed duplicate hta messages
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffmcjunkin authored Feb 12, 2020
1 parent 8fbeeb5 commit 128b1f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions unicorn.py
Original file line number Diff line number Diff line change
Expand Up @@ -1162,8 +1162,6 @@ def format_payload(powershell_code, attack_type, attack_modifier, option):
if attack_type == "msf" and attack_modifier == "hta":
print("[*] Exported index.html, Launcher.hta, and unicorn.rc under hta_attack/.")
print("[*] Run msfconsole -r unicorn.rc to launch listener and move index and launcher to web server.\n")
print("[*] Exported index.html, Launcher.hta, and unicorn.rc under hta_attack/.")
print("[*] Run msfconsole -r unicorn.rc to launch listener and move index and launcher to web server.\n")

elif attack_type == "msf" or attack_type =="download/exec":
print("[*] Exported powershell output code to powershell_attack.txt.")
Expand Down

0 comments on commit 128b1f5

Please sign in to comment.