Hi,
I am working on a site and using shortscan. I get a list of 40-50 possible files and folders with different extensions. Could you add a flag to output the results in an organised matter so that they can be used in Burp Intruder or FFUF.
Example output:
I would like an output similar to this (sorted and unique), if possible (printed to terminal or stored in txt files):
ASP? files (might require some fuzzing as these are not complete names):
ACTIVI
DATAPR
RISKRE
RISKIN
ASH? files (might require some fuzzing as these are not complete names):
ZENDES
Folders (might require some fuzzing as these are not complete names):
TMP
usersd
Known files:
test.aspx
test123.aspx
Known folders:
javascript
js
This way, it is much easier to go to the next step and ffuz.
I've just added support for JSON output via --output json (or -o json) so it should be much easier now to parse and customise the output as desired :page_facing_up:
Hi, I am working on a site and using shortscan. I get a list of 40-50 possible files and folders with different extensions. Could you add a flag to output the results in an organised matter so that they can be used in Burp Intruder or FFUF. Example output:
I would like an output similar to this (sorted and unique), if possible (printed to terminal or stored in txt files):
This way, it is much easier to go to the next step and ffuz.
Thanks <3