BountyStrike / Bountystrike-sh

Poor (rich?) man's bug bounty pipeline https://dubell.io
GNU General Public License v3.0
269 stars 61 forks source link

Running amass in the background fucks up terminal #3

Closed enthroned closed 4 years ago

enthroned commented 4 years ago

I tried to run the script for testing purposes but the amass process fucked up my terminal.

dubs3c commented 4 years ago

Same happened to me, amass just freezes. Doesn't work either when just running the command :/ Investigating...

I wonder if amass simply hangs if something goes wrong internally.

dubs3c commented 4 years ago

I am getting this error: https://github.com/OWASP/Amass/issues/315

Maybe the solution is to give amass a bunch of other resolvers to try

dubs3c commented 4 years ago

Meh, can find a good solution for it, so added a timeout for amass, if it does not complete within 2 minutes it will be killed. Check it out in this branch: https://github.com/BountyStrike/Bountystrike-sh/tree/feature/cli