pry0cc / tew

A quick ‘n dirty nmap parser written in Golang to convert nmap xml to IP:Port notation.
MIT License
115 stars 23 forks source link

it's possible to let tew parse massdns json output :) #13

Open 0xAwali opened 2 years ago

0xAwali commented 2 years ago

massdns support json output too e.g.

massdns --resolvers resolvers.txt --output J --outfile xxxxx.json

so it's gonna be awesome if tew parse massdns json output e.g.

tew -x nmap.xml -massdns xxxxx.json -vhost

xstp commented 2 years ago

did you try -oX ?

pry0cc commented 2 years ago

Good idea! Do you have some example output for mass dns to hand?