Skip to content

Update .gitignore and enhance JSON output with root domain extraction#694

Open
0xh7ml wants to merge 5 commits intoprojectdiscovery:mainfrom
0xh7ml:main
Open

Update .gitignore and enhance JSON output with root domain extraction#694
0xh7ml wants to merge 5 commits intoprojectdiscovery:mainfrom
0xh7ml:main

Conversation

@0xh7ml
Copy link
Copy Markdown

@0xh7ml 0xh7ml commented Apr 13, 2026

During active enumeration such as bruteforce or resolving subdomain. I've seen that while json output. It's only returning the hostname.

But it will be better if we print/write output like,

Subfinder output:

{"host": "honey.scanme.sh", "input": "scanme.sh"}

Shuffledns output:

{"hostname": "honey.scanme.sh"}

Now, I've updated the shuffledns json print/write output similar to subfinder thus we can combine these tool's output more efficiently in our recon workflow:

{"host": "honey.scanme.sh", "input": "scanme.sh"}

@neo-by-projectdiscovery-dev
Copy link
Copy Markdown

neo-by-projectdiscovery-dev Bot commented Apr 13, 2026

Neo - PR Security Review

No security issues found

Comment @pdneo help for available commands. · Open in Neo

@dogancanbakir dogancanbakir requested a review from Mzack9999 May 6, 2026 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant