Update Actions.py

This commit is contained in:
Usama Abdul Sattar 2018-10-30 16:59:46 +05:00 committed by GitHub
parent aa37e6465a
commit 882bcc9f00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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