matro7sh / Yelaa

Obtain a clean-cut architecture at the launch of a mission and run some tests ( subdomain search, fuzzing, make screenshots on a given perimeter )
25 stars 4 forks source link

[FEAT] - Multi - threading #63

Closed VidsSkids closed 1 year ago

VidsSkids commented 2 years ago

25

This pull request add multi threading handle for all run func call

darkweak commented 2 years ago

Aren't there any dependencies between tools?

jenaye commented 1 year ago

currently its working but, nuclei and gobuster logs are mixed in the terminal. I think we should change the place where nuclei results are stored and put them in .yelaa folder

with this, users will be able to follow the progress through the log files ( ex tail -f ) and it would be necessary to display a message to the users "the scan is in progress, instead of displaying them the output of tools in the terminal)

can you deal with it @VidsSkids ?

VidsSkids commented 1 year ago

currently its working but, nuclei and gobuster logs are mixed in the terminal. I think we should change the place where nuclei results are stored and put them in .yelaa folder

with this, users will be able to follow the progress through the log files ( ex tail -f ) and it would be necessary to display a message to the users "the scan is in progress, instead of displaying them the output of tools in the terminal)

can you deal with it @VidsSkids ?

It currently done and I test. The nuclei output is now stored in the Yella folder /nuei

jenaye commented 1 year ago

Well done, everything works correctly, thanks for the functionality @VidsSkids :)