r4phl
Results
2
issues of
r4phl
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...
in the line. 94, where have: ^\S+ (\w+) (\S+ \S+) (\S+) \S+ (\S+) (\S+) \.*(\d\d\d) we have to make: ^\S+ (\w+) (\S+ \S+) (\S+) \S+ (\S+) (\S+) \.* (\d\d\d) the...
decoders
community