RedSiege / EyeWitness

EyeWitness is designed to take screenshots of websites, provide some server header info, and identify default credentials if possible.
https://www.christophertruncer.com/eyewitness-usage-guide/
GNU General Public License v3.0
4.85k stars 834 forks source link

Feature Request/Improvement Only one page for the report #358

Closed 0xtavian closed 5 years ago

0xtavian commented 5 years ago

Its a real pain in the butt having to click through 175 pages (for example) and being limited to 20 results per-page. I like the way Gowitness does this by just displaying all results on one page. Its a lot easier to analyze. I usually scan at the very least 1k web services at a time, so you'd think the page feature was "designed" for people who do this type of scanning, but unfortunately its just cumbersome to navigate. Plus, parsing results is much more difficult when you have to do it across each page.

ChrisTruncer commented 5 years ago

Have you tried using the —results option which has been built into EyeWitness? You can specify the number of results that you want on each page.

This was introduced because when testing extremely large numbers of sites, if they were all loaded on one page, it would crash the web browser (or take forever to load).

On Oct 4, 2018, at 3:05 PM, 0xtavian notifications@github.com wrote:

Its a real pain in the butt having to click through 175 pages (for example) and being limited to 20 results per-page. I like the way Gowitness does this by just displaying all results on one page. Its a lot easier to analyze. I usually scan at the very least 1k web services at a time, so you'd think the page feature was "designed" for people who do this type of scanning, but unfortunately its just cumbersome to navigate. Plus, parsing results is much more difficult when you have to do it across each page.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

0xtavian commented 5 years ago

No i havent! That sounds exactly like what i need. I apologize for opening an issue for something that was already available. Please feel free to close/delete this.Thank you for your prompt response.