mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2025-04-04 14:56:08 +00:00
automatic start of apache hta
This commit is contained in:
parent
2ceb4b402a
commit
5420a160cd
2 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,7 @@ version 6.5.2
|
|||
~~~~~~~~~~~~~~~~
|
||||
|
||||
* added smallest payload option for msfvenom shellcode creation
|
||||
* added automatic start of apache on hta attack
|
||||
|
||||
~~~~~~~~~~~~~~~~
|
||||
version 6.5.1
|
||||
|
|
|
@ -172,6 +172,8 @@ try:
|
|||
update_options("ATTACK_VECTOR=HTA")
|
||||
gen_hta_cool_stuff()
|
||||
attack_vector = "hta"
|
||||
print_status("Automatically starting Apache for you...")
|
||||
subprocess.Popen("service apache2 start", shell=True).wait()
|
||||
|
||||
# Removed to delete MLITM
|
||||
if attack_vector != "99999":
|
||||
|
|
Loading…
Add table
Reference in a new issue