Skip to content
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

Output Request Response to ".txt" File #97

Open
gromhacks opened this issue May 26, 2022 · 2 comments
Open

Output Request Response to ".txt" File #97

gromhacks opened this issue May 26, 2022 · 2 comments

Comments

@gromhacks
Copy link

gromhacks commented May 26, 2022

First of all this tool is fantastic!

The primary reason I would like to switch to this tool is the DOM Rendering. Would you be able to incorporate a feature that outputs http.response to ".txt" files after the dom has been rendered? A lot of tools like httpx lack this feature and it would be super nice for indexing.

@Qianlitp
Copy link
Owner

Qianlitp commented Jun 7, 2022

The goal of crawlergo is to discover as many attack surfaces as possible, and the rendering process gets so much response data, while begging the question of which content types need to be saved, that it's not a simple feature.

What is the use of this feature for you? How does it help you with subsequent Web vulnerability scans?

@undergroundwires
Copy link

First of all thank you @Qianlitp , this is a great tool and I think the best crawling tool ever written according to my research, it will be much popular later.

I would also appreciate this functionality. Maybe not necessarily .txt files but in the output. It would be nice to get responseBody property like OWASP ZAP spider. This way, I can do further analysis on the web page content without needing to send one more request to get the response.

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

No branches or pull requests

3 participants