Sitemap sorted by time
Hi,
I use sitemap plugin to find out which areas of my application did
Arachni visit. But it would be great if I could also see how the
crawler got there, where it started, where it continued etc. Would
it be possible to include this information in the report or in some
output file?
I think that sorting sitemap by the time each site was discovered
would be a good start.
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 09 Dec, 2016 10:42 AM
Building a tree like that could take a significant amount of memory and the system doesn't have any use for it internally, so I'd rather not do that.
The closest you can get to that would be using the
page_dump
plugin, it orders pages by the order in which they were audited and includes DOM transitions (if any) which can tell you how the system got to that snapshot state.Tasos Laskos closed this discussion on 14 Dec, 2016 02:16 PM.