maurosoria / dirsearch

Web path scanner
11.57k stars 2.29k forks source link

Is it possible to scan multiple hosts in parallel ? #1335

Open rew1nter opened 8 months ago

xalgord commented 7 months ago

use the -l flag (where -l is the list file that contains multiple hosts or URLs) instead of -u

rew1nter commented 7 months ago

I had another question, How does dirsearch deal with file descriptor limit?

I think dirsearch killed one of my parallel scans due to this

shelld3v commented 6 months ago

I had another question, How does dirsearch deal with file descriptor limit?

I believe it splits the content into chunks and reads them one by one

I think dirsearch killed one of my parallel scans due to this

Do you have any attachments? I would like to know more details