CrazyParser icon indicating copy to clipboard operation
CrazyParser copied to clipboard

Parse URLCrazy and dnstwist output and compare against previous runs to identify new typosquatted domains.

Results 3 CrazyParser issues
Sort by recently updated
recently updated
newest added

root@mdm:~/CrazyParser# ./crazyParser.py --urlcrazy 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 171, in...

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",...

Any chance this can be upgraded to support python3 and ubunto 22.04 ?