mhmdiaa/second-order

Feature request: running second order with auth cookie header ?

ehsandeep opened this issue · 8 comments

in this way it may can explore more files, i mean -js files maybe ?

Good idea. It's on my ToDo list. I'll probably add it soon. Thanks!

Hi,

Just pushed the update. Now, you can use the -cookie flag to supply a list of comma-delimited cookies.

Thanks

Great work @mhmdiaa, just curious if it supports Header as well? nowadays web applications use header based authentication as well.

Thanks. Right now, it doesn't, but it's on the backlog along with some other updates. BTW, if you know Go, pull requests are very welcome :)

Sure, 1 more thing to notice @mhmdiaa, blacklist given endpoints to stop crawler to get logged out from application.

Hey @mhmdiaa, is blacklist approach is for listed domain names only or it support the path as well eg: domain.com/logout ?

Hi @MadaraTech, yes domain.com/logout would work perfectly. The blacklist is basically a list of regular expressions that will be matched against the found URLs.

P.S: Pull the latest update. Due to a bug on the code, URLs were checked if they were found by a query, but not if they were scheduled to be crawled. I just fixed that.

Thanks.