You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be handy to add a "grep" like feature that let's the users filter the results based on pages that have certain content. For example, if you're interested in pages that return a 200 status code that also have the word login in them.
The text was updated successfully, but these errors were encountered:
Hey,
I think the best idea would be to let the user pass a regular expression (e.g. -regex) and apply it to all dns / dir results?
Two ideas of implementing this:
Modify MakeRequest to return the full body and apply the regex before printing the results. This would allow more verbosity, e.g. something like Found /XY, but didn't match the filter
Apply the regex after calculating the length in the MakeRequest and set an invalid status code.
It'd be handy to add a "grep" like feature that let's the users filter the results based on pages that have certain content. For example, if you're interested in pages that return a
200
status code that also have the wordlogin
in them.The text was updated successfully, but these errors were encountered: