SolomonSklash / chomp-scan

A scripted pipeline of tools to streamline the bug bounty/penetration test reconnaissance phase, so you can focus on chomping bugs.
https://www.solomonsklash.io/chomp-scan-update.html
GNU General Public License v3.0
393 stars 76 forks source link

Add threading/subshells #23

Open gopinath6 opened 5 years ago

gopinath6 commented 5 years ago

Am not sure if it is possible Is it possible run content discovery/Information discovery tools in multiple threads?

SolomonSklash commented 5 years ago

I don't think it's possible in the traditional sense of threads like in Python, but I may be able to do something with subshells or backgrounding jobs. I'll look into it.

securibee commented 5 years ago

Overlooked this thread, but I've mentioned a possible solution here https://github.com/SolomonSklash/chomp-scan/issues/68#issuecomment-502331081