gotr00t0day / spyhunt

recon for bug hunters
429 stars 95 forks source link

Probe error and -st #29

Closed spike-666 closed 3 months ago

spike-666 commented 3 months ago

Using -p or --probe option the following error:

/bin/sh: 1: httprobe: not found /bin/sh: 1: anew: not found

also no -st (SubDomainTakeover) Option in this version.

Thank you for the awesome tool as always.

EDIT: Re-ran the install.py and it fixed the PROBE error, but still no -st option.

gotr00t0day commented 3 months ago

Using -p or --probe option the following error:

/bin/sh: 1: httprobe: not found /bin/sh: 1: anew: not found

also no -st (SubDomainTakeover) Option in this version.

Thank you for the awesome tool as always.

EDIT: Re-ran the install.py and it fixed the PROBE error, but still no -st option.

You had to run the install.py which installs all those tools. I'm still working on the subdomain takeover script, it will be released in later versions of the tool.

spike-666 commented 3 months ago

Thanks mang!