-
-
Notifications
You must be signed in to change notification settings - Fork 456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Richer JSON output #89
Comments
gau is completely passive at the moment. It issues no HTTP requests to URLs that are archived from Wayback, OTX, etc. It can be piped into a tool such as httpx for additional info. Would you prefer that gau had an option for this instead? |
Ah, I thought since there is a |
I think it is useful to add |
Hey @zerodivisi0n, I definitely agree |
Great! Then I'll do it soon |
Would be nice to have some other response data than just the URL in the JSON output, such as :
{
"url": "https://test.domain.synology.me/.htaccess-local",
"status_code": 200,
"words": 1066,
"lines": 100,
"content_length": 4516,
"content_type": "text/html; charset=utf-8",
"duration": 57779116,
"host": "test.domain.synology.me"
}
That would avoid scraping the endpoint again to find those details.
Maybe even consider using
httpx
as a client instead offasthttp
as it seems to give more info on the response ?The text was updated successfully, but these errors were encountered: