Skip to content

Commit b331364

Browse files
committed
Quick fix: removed condition check for --useragent argument
1 parent a0e9691 commit b331364

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dnstwist.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -978,9 +978,6 @@ def signal_handler(signal, frame):
978978
if args.screenshots:
979979
parser.error('argument --screenshots requires --phash')
980980

981-
if not (args.ssdeep or args.phash) and args.useragent:
982-
parser.error('argument --useragent requires --ssdeep or --phash')
983-
984981
if not kwargs and args.format not in ('cli', 'csv', 'json', 'list'):
985982
parser.error('invalid output format (choose from cli, csv, json, list)')
986983

0 commit comments

Comments
 (0)