Merge pull request #137 from DarkSecDevelopers/stikyt-dev-branch

Stikyt dev branch
This commit is contained in:
Artur Tretiak 2018-10-30 16:26:29 +02:00 committed by GitHub
commit ddd30b8dea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 44 additions and 16 deletions

28
.gitignore vendored Normal file
View File

@ -0,0 +1,28 @@
*.pyc
link\.url
log\.txt
Server/ngrok
Server/www/index\.html
Server/www/ip\.php
Server/www/ip\.txt
Server/www/keylogger\.js
Server/www/keylogger\.php
Server/www/KeyloggerData\.txt
Server/www/login\.php
Server/www/mobile\.html
Server/www/usernames\.txt
Settings\.ini

View File

@ -145,7 +145,7 @@ def runMainMenu(): #menu where user select what they wanna use
for i in range(101): for i in range(101):
sleep(0.05) sleep(0.05)
stdout.write("\r{0}[{1}*{0}]{1} Eye is Opening. Please Wait... %d%%".format(RED, DEFAULT) % i) stdout.write("\r{0}[{1}*{0}]{1} HiddenEye is Opening. Please Wait... %d%%".format(RED, DEFAULT) % i)
stdout.flush() stdout.flush()
if input("\n{2}[{1}!{2}]{1} Do you agree to use this tool for educational purposes only? ({2}y{1}/{0}n{1})\n{2}HiddenEye >>> {1}".format(CYAN, DEFAULT, RED)).upper() != 'Y': #Question where user must accept education purposes if input("\n{2}[{1}!{2}]{1} Do you agree to use this tool for educational purposes only? ({2}y{1}/{0}n{1})\n{2}HiddenEye >>> {1}".format(CYAN, DEFAULT, RED)).upper() != 'Y': #Question where user must accept education purposes