cleaner output and list input?
runningwithcoffee opened this issue · 2 comments
runningwithcoffee commented
Clean output.
Hi, i have been using this script for few hours. The Harvest3r has clean output like this:
domain:ipadress and ability to give list of domains to the script would be nice, example:
-1.txt-
a.com
b.com
c.com
z.com
can we make those happen?
abdulx01 commented
Can you tell me this: how can I get clear output for further testing. It's very weird in JSON format.
blackm4c commented
Hi i am extract the domain from JSON file result using jq tool
>> jq 'del(._meta)' ./knockpy_report/file.json | jq -r 'keys[]'