gotr00t0day / spyhunt

recon for bug hunters
429 stars 95 forks source link

solve this error and update #1

Closed sangamahesh closed 4 months ago

sangamahesh commented 4 months ago

Found nodejs Found npm Traceback (most recent call last): File "/root/spyhunt/install.py", line 34, in command("npm install broken-link-checker -g") ^^^^^^^ NameError: name 'command' is not defined. Did you mean: 'commands'?

python3 spyhunt.py -h Traceback (most recent call last): File "/root/spyhunt/spyhunt.py", line 25, in import execjs ModuleNotFoundError: No module named 'execjs'

PushkraJ99 commented 4 months ago

Errors Fixed Here Check This --> https://github.com/PushkraJ99/spyhunt

Also Try Paramspider Upgraded Version --> https://github.com/PushkraJ99/ParamSpider

Try Oneliner of Paramspider copy and Run in Terminal git clone https://github.com/PushkraJ99/ParamSpider ; cd ParamSpider ; pip install . ; paramspider -h

mojidoji commented 4 months ago

Errors Fixed Here Check This --> https://github.com/PushkraJ99/spyhunt

Also Try Paramspider Upgraded Version --> https://github.com/PushkraJ99/ParamSpider

Try Oneliner of Paramspider copy and Run in Terminal git clone https://github.com/PushkraJ99/ParamSpider ; cd ParamSpider ; pip install . ; paramspider -h

it has the problem still tho

sasholy commented 4 months ago

Errors Fixed Here Check This --> https://github.com/PushkraJ99/spyhunt Also Try Paramspider Upgraded Version --> https://github.com/PushkraJ99/ParamSpider Try Oneliner of Paramspider copy and Run in Terminal git clone https://github.com/PushkraJ99/ParamSpider ; cd ParamSpider ; pip install . ; paramspider -h

it has the problem still tho

┌──(kali㉿kali)-[~/spyhunt] └─$ python3 spyhunt.py -s palantir.com --save filename.txt Traceback (most recent call last): File "/home/kali/spyhunt/spyhunt.py", line 25, in import execjs ModuleNotFoundError: No module named 'execjs'

it has the problem still tho

PushkraJ99 commented 4 months ago

pip install PyExecJS

sasholy commented 4 months ago

pip install PyExecJS

pip3 install PyExecJS

thx.

gotr00t0day commented 4 months ago

Found nodejs Found npm Traceback (most recent call last): File "/root/spyhunt/install.py", line 34, in command("npm install broken-link-checker -g") ^^^^^^^ NameError: name 'command' is not defined. Did you mean: 'commands'?

python3 spyhunt.py -h Traceback (most recent call last): File "/root/spyhunt/spyhunt.py", line 25, in import execjs ModuleNotFoundError: No module named 'execjs'

Did you install the requirements? pip3 install -r requirements.txt