incredincomp / the_hunting

a vuln finding robot
GNU General Public License v3.0
6 stars 1 forks source link

--file is not passing varible to subdomain option #59

Closed incredincomp closed 3 years ago

incredincomp commented 3 years ago

cant figure out whats going on, might need a new droplet. will try again tomorrow

incredincomp commented 3 years ago

@1efty not sure what happened... I split recon and scan and got recon out of main and now scan stopped getting the variable from parse args... :'(

1efty commented 3 years ago

See https://github.com/incredincomp/the_hunting/blob/d0e3ed1689175a4a4569da9aff2acc39d9bfc5a7/the_hunting.sh#L612

Remove quotes around $@. It's essentially passing everything as $1. Does that help?

incredincomp commented 3 years ago

NO SHIT HUH. Fucking shellcheck lol

1efty commented 3 years ago

Same with https://github.com/incredincomp/the_hunting/blob/d0e3ed1689175a4a4569da9aff2acc39d9bfc5a7/the_hunting.sh#L629

incredincomp commented 3 years ago

I am actually surprised that autoclosed this... git is weird