Fixed argument issue

Former-commit-id: e126d4f06f
This commit is contained in:
thewhiteh4t
2019-04-02 01:06:53 +05:30
parent 92d05e12b1
commit 48a900cab1
+1 -4
View File
@@ -20,7 +20,7 @@ if sys.version_info[0] != 3:
print (R + '\n[-]' + C + ' Only Python 3 is Supported.\n')
exit()
version = '1.1.3'
version = '1.1.4'
useragent = {'User-Agent' : 'pwnedornot'}
cookies = ''
@@ -73,9 +73,6 @@ def main():
domains_list()
elif check_domain:
domain_check()
elif addr == None and domain != None or file == None and domain != None:
print ('\n' + R + '[-]' + C + ' Error : Use -e or -f with Domain Filter')
exit()
elif addr == None and nodumps == True or file == None and nodumps == True:
print ('\n' + R + '[+]' + C + ' Error : Use -e or if with -n')
exit()