Exclude urls from scan
Hi Tasos,
I am scanning a dummy ecommerce website and the url structure is
like : www.site.com/category/product
i.e www.shoponline.com/shoes/running-shoes
As there are hundreds of products , it is not necessary to scan all pages.Is there any way i can configure arachni to scan only few of these type of urls and not all.
Thanks.
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Tasos Laskos on 25 Aug, 2016 01:06 PM
Hello,
See: https://github.com/Arachni/arachni/wiki/Command-line-user-interface...
Cheers
Tasos Laskos closed this discussion on 25 Aug, 2016 01:06 PM.
Vishal re-opened this discussion on 25 Aug, 2016 01:49 PM
2 Posted by Vishal on 25 Aug, 2016 01:49 PM
I saw it but the example has parameter and value in the url which is not same in this case. So correct me if i am wrong but i will have to provide it as following:
Url:www.shoponline.com/shoes/running-shoes
--scope-auto-redundant=2
So scanner will scan only 2 of this type of url. Right?
Support Staff 3 Posted by Tasos Laskos on 25 Aug, 2016 01:51 PM
No, that URL has no parameter, the auto-redundant option will not work on it.
You should use the option I linked to.
4 Posted by Vishal on 25 Aug, 2016 01:59 PM
--scope-redundant-path-pattern='shoes/:3'
So this will scan urls which contain 'shoes/' to crawl 3 times . Right?
Support Staff 5 Posted by Tasos Laskos on 25 Aug, 2016 01:59 PM
Yep.
Vishal closed this discussion on 25 Aug, 2016 02:01 PM.