You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2026. It is now read-only.
The program crashes using the urlcrazy option if any domains are in the knowndomains.csv file.
Error Received:
Traceback (most recent call last):
File "crazyParser.py", line 354, in
main()
File "crazyParser.py", line 345, in main
parseOutput(docRoot, knownDomains, resultsFile, args.urlcrazy, args.dnstwist)
File "crazyParser.py", line 161, in parseOutput
knowndom.append(row['Domain'])
KeyError: 'Domain'
The program crashes using the urlcrazy option if any domains are in the knowndomains.csv file.
Error Received:
Traceback (most recent call last):
File "crazyParser.py", line 354, in
main()
File "crazyParser.py", line 345, in main
parseOutput(docRoot, knownDomains, resultsFile, args.urlcrazy, args.dnstwist)
File "crazyParser.py", line 161, in parseOutput
knowndom.append(row['Domain'])
KeyError: 'Domain'