mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Update Actions.py
This commit is contained in:
parent
aa37e6465a
commit
882bcc9f00
|
@ -223,7 +223,7 @@ def inputCustom(): #Question where user can input custom web-link
|
|||
print("\n (Leave Blank To Loop The Phishing Page)".format(RED, DEFAULT))
|
||||
print("\n {0}Insert a custom redirect url:".format(RED, DEFAULT))
|
||||
custom = input("\n {0}CUSTOM URL>>> {1}".format(RED, DEFAULT))
|
||||
if 'http://' or 'https://' in custom:
|
||||
if 'http://' in custom or 'https://' in custom:
|
||||
pass
|
||||
else:
|
||||
custom = 'http://' + custom
|
||||
|
|
Loading…
Reference in New Issue
Block a user