gotr00t0day / spyhunt

recon for bug hunters
429 stars 95 forks source link

What is the solution to this Problem? #13

Closed DhritimoyDas closed 4 months ago

DhritimoyDas commented 4 months ago

ERROR: Could not find a version that satisfies the requirement codecs (from versions: none)
ERROR: No matching distribution found for codecs

gotr00t0day commented 4 months ago

I just removed codecs from requirements. You don't need to install it.

DhritimoyDas commented 4 months ago

Thanks for the support!

DhritimoyDas commented 4 months ago

Bro another problem! ERROR: Directory '.' is not installable. Neither 'setup.py' nor 'pyproject.toml' found.

mayormaynotbeano commented 4 months ago

Bro another problem! ERROR: Directory '.' is not installable. Neither 'setup.py' nor 'pyproject.toml' found.

Hi! If you look at this issue (https://github[dot]com/gotr00t0day/spyhunt/issues/9), you may find your solution. It is very likely that setup.py for paramspider is not in the spyhunt directory. You can copy it to the directory manually. Hope this helped!

DhritimoyDas commented 4 months ago

Bro another problem! ERROR: Directory '.' is not installable. Neither 'setup.py' nor 'pyproject.toml' found.

Hi! If you look at this issue (https://github[dot]com/gotr00t0day/spyhunt/issues/9), you may find your solution. It is very likely that setup.py for paramspider is not in the spyhunt directory. You can copy it to the directory manually. Hope this helped!

Hi! I appreciate your support but unfortunately for me there is no issue like this.

mayormaynotbeano commented 4 months ago

Bro another problem! ERROR: Directory '.' is not installable. Neither 'setup.py' nor 'pyproject.toml' found.

Hi! If you look at this issue (https://github[dot]com/gotr00t0day/spyhunt/issues/9), you may find your solution. It is very likely that setup.py for paramspider is not in the spyhunt directory. You can copy it to the directory manually. Hope this helped!

Hi! I appreciate your support but unfortunately for me there is no issue like this.

Alright. Let me help you with that!

Could you please execute ls -aR or ls -laR while in the spyhunt or spyhunt-main directory, and could you then paste the output in here? This way I can verify if you have the correct files in the correct directories.

DhritimoyDas commented 4 months ago

ok let me do that real quick!

DhritimoyDas commented 4 months ago

This is the output: .: . .DS_Store modules requirements.txt tools .. .git paramspider scripts aquatone.zip install.py README.md spyhunt.py

./.git: . branches description hooks info objects refs .. config HEAD index logs packed-refs

./.git/branches: . ..

./.git/hooks: . pre-merge-commit.sample .. prepare-commit-msg.sample applypatch-msg.sample pre-push.sample commit-msg.sample pre-rebase.sample fsmonitor-watchman.sample pre-receive.sample post-update.sample push-to-checkout.sample pre-applypatch.sample sendemail-validate.sample pre-commit.sample update.sample

./.git/info: . .. exclude

./.git/logs: . .. HEAD refs

./.git/logs/refs: . .. heads remotes

./.git/logs/refs/heads: . .. main

./.git/logs/refs/remotes: . .. origin

./.git/logs/refs/remotes/origin: . .. HEAD

./.git/objects: . .. info pack

./.git/objects/info: . ..

./.git/objects/pack: . .. pack-e151bf185403badea83c0642c630d916df3e3103.idx pack-e151bf185403badea83c0642c630d916df3e3103.pack pack-e151bf185403badea83c0642c630d916df3e3103.rev

./.git/refs: . .. heads remotes tags

./.git/refs/heads: . .. main

./.git/refs/remotes: . .. origin

./.git/refs/remotes/origin: . .. HEAD

./.git/refs/tags: . ..

./modules: . .. favicon.py init.py pycache

./modules/pycache: . favicon.cpython-310.pyc init.cpython-310.pyc .. favicon.cpython-39.pyc init.cpython-39.pyc

./paramspider: . .. Dockerfile .git LICENSE paramspider README.md setup.py static

./paramspider/.git: . branches description hooks info objects refs .. config HEAD index logs packed-refs

./paramspider/.git/branches: . ..

./paramspider/.git/hooks: . pre-merge-commit.sample .. prepare-commit-msg.sample applypatch-msg.sample pre-push.sample commit-msg.sample pre-rebase.sample fsmonitor-watchman.sample pre-receive.sample post-update.sample push-to-checkout.sample pre-applypatch.sample sendemail-validate.sample pre-commit.sample update.sample

./paramspider/.git/info: . .. exclude

./paramspider/.git/logs: . .. HEAD refs

./paramspider/.git/logs/refs: . .. heads remotes

./paramspider/.git/logs/refs/heads: . .. master

./paramspider/.git/logs/refs/remotes: . .. origin

./paramspider/.git/logs/refs/remotes/origin: . .. HEAD

./paramspider/.git/objects: . .. info pack

./paramspider/.git/objects/info: . ..

./paramspider/.git/objects/pack: . .. pack-d228afd44186ccd2bfa832b69775e64e64177bdc.idx pack-d228afd44186ccd2bfa832b69775e64e64177bdc.pack pack-d228afd44186ccd2bfa832b69775e64e64177bdc.rev

./paramspider/.git/refs: . .. heads remotes tags

./paramspider/.git/refs/heads: . .. master

./paramspider/.git/refs/remotes: . .. origin

./paramspider/.git/refs/remotes/origin: . .. HEAD

./paramspider/.git/refs/tags: . ..

./paramspider/paramspider: . .. client.py init.py main.py

./paramspider/static: . .. paramspider.png

./scripts: . .. certsh.sh shodanscan.sh spotter.sh waybackmachina.py

./tools: . assetfinder .DS_Store smuggler .. CVE-2022-29464 f5bigip_scanner.py whatwaf

./tools/CVE-2022-29464: . ..

./tools/smuggler: . ..

./tools/whatwaf: . ..

mayormaynotbeano commented 4 months ago

As mentioned in the issue https://github.com/gotr00t0day/spyhunt/issues/9, please move the setup.py in the paramspider directory to the parent directory. This can be done by executing mv paramspider/setup.py . in the parent directory. once you have done this, try executing python3 install.py.

DhritimoyDas commented 4 months ago

Ok got it! Thanks for the help!

mayormaynotbeano commented 4 months ago

Ok got it! Thanks for the help!

No problem :)

DhritimoyDas commented 4 months ago

setup.py is already in paramspider directory but it is still showing error.

DhritimoyDas commented 4 months ago

image

mayormaynotbeano commented 4 months ago

setup.py is already in paramspider directory but it is still showing error.

As mentioned in my solution, you should move the setyp.py from the paramspider directory to the spyhunt directory. It should be in the parent directory. After that, it should execute without any issues :D

DhritimoyDas commented 4 months ago

ok let me try that!

mayormaynotbeano commented 4 months ago

image

Here, you are in the paramspider directory. The setup.py script should be moved up one directory.

DhritimoyDas commented 4 months ago

Thanks for the help :D

mayormaynotbeano commented 4 months ago

Thanks for the help :D

It worked?

DhritimoyDas commented 4 months ago

It is installing.

DhritimoyDas commented 4 months ago

Yes it Worked!

mayormaynotbeano commented 4 months ago

Yes it Worked!

Nice!