gotr00t0day / spyhunt

recon for bug hunters
429 stars 95 forks source link

error #24

Closed icepolylol closed 3 months ago

icepolylol commented 3 months ago

ERROR: Directory '.' is not installable. Neither 'setup.py' nor 'pyproject.toml' found.

Dexorb commented 3 months ago

me pasa igual.

gotr00t0day commented 3 months ago

You're installing it wrong. You need to clone the repo and then install the requirements pip3 install -r requirements.txt and then the install file python3 install.py ;)

Dexorb commented 3 months ago

ERROR: Directory '.' is not installable. Neither 'setup.py' nor 'pyproject.toml' found.

move setup.py from 'paramspider' to 'spyhunt' folder. Run 'sudo python3 install.py'


Nice solution