guelfoweb / knock

Knock Subdomain Scan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cleaner output and list input?

runningwithcoffee opened this issue · comments

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?

Can you tell me this: how can I get clear output for further testing. It's very weird in JSON format.

Hi i am extract the domain from JSON file result using jq tool
>> jq 'del(._meta)' ./knockpy_report/file.json | jq -r 'keys[]'