automatic start of apache hta

This commit is contained in:
TrustedSec 2015-08-04 18:09:49 -04:00
parent 2ceb4b402a
commit 5420a160cd
2 changed files with 3 additions and 0 deletions

View file

@ -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

View file

@ -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":