Hello, list!

Today as I know there is no deep param for discovery of new URLs in webSpider - 
it try to find all URLs in target.
Some times it takes a lot of time (especially for big webapps). 
As I think it well be useful to have some deep limiter param in webSpider.

For example, we have target URL http://localhost
In the first level webSpider has found those URLs:
http://localhost/foo.php
http://localhost/foo1.php
Then (on the second level) webSpider parse http://localhost/foo.php and 
http://localhost/foo2.php and found:
http://localhost/foo3.php
http://localhost/foo4.php
Then (on the third level) webSpider parse http://localhost/foo3.php and 
http://localhost/foo4.php
....

and so on.
And if we have deep limiter we can control this deep.
What do you think about it?

-- 
Тарас Иващенко (Taras Ivashchenko), OSCP
www.securityaudit.ru
----
"Software is like sex: it's better when it's free." - Linus Torvalds

Attachment: pgpYp9AhvdzAr.pgp
Description: PGP signature

------------------------------------------------------------------------------
_______________________________________________
W3af-develop mailing list
W3af-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/w3af-develop

Reply via email to