jaeles-project / gospider

Gospider - Fast web spider written in Go
MIT License
2.54k stars 306 forks source link

Include response length in output #29

Closed ghost closed 3 years ago

ghost commented 3 years ago

It would be useful if the response length was included in the output, or even better, have a way to filter the output by response length (!=, <, >). This would allow the user to filter out expected responses during enumeration.

j3ssie commented 3 years ago

This should be fixed now with the latest update.