devanshbatham / ParamSpider

Mining URLs from dark corners of Web Archives for bug hunting/fuzzing/further probing
MIT License
2.33k stars 402 forks source link

not able to install paraspider #115

Open simrotion13 opened 5 months ago

simrotion13 commented 5 months ago

Not able to find paraspider.py file in folder to run it.

simba@XXX:~/bugbounty/tools/ParamSpider$ sudo pip install . Processing /home/simba/bugbounty/tools/ParamSpider Requirement already satisfied: colorama in /usr/lib/python3/dist-packages (from paramspider==0.1.0) (0.4.3) Requirement already satisfied: requests in /usr/local/lib/python3.8/dist-packages (from paramspider==0.1.0) (2.31.0) Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/lib/python3/dist-packages (from requests->paramspider==0.1.0) (1.25.8) Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests->paramspider==0.1.0) (2019.11.28) Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3/dist-packages (from requests->paramspider==0.1.0) (2.8) Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.8/dist-packages (from requests->paramspider==0.1.0) (3.3.2) Building wheels for collected packages: paramspider Building wheel for paramspider (setup.py) ... done Created wheel for paramspider: filename=paramspider-0.1.0-py3-none-any.whl size=6588 sha256=666cd48744ee5b4c95b64a870db5219d82318a6278a862a50e97dbe0d8be7c57 Stored in directory: /tmp/pip-ephem-wheel-cache-0fhzljov/wheels/25/71/a3/a4165f0d4df717a687e3e06bc757058a1a73dbde90a244596b Successfully built paramspider Installing collected packages: paramspider Attempting uninstall: paramspider Found existing installation: paramspider 0.1.0 Uninstalling paramspider-0.1.0: Successfully uninstalled paramspider-0.1.0 Successfully installed paramspider-0.1.0 simba@LAPTOP-OUO3AC3K:~/bugbounty/tools/ParamSpider$ ls Dockerfile LICENSE README.md paramspider setup.py static simba@XXX:~/bugbounty/tools/ParamSpider$

PushkraJ99 commented 3 months ago

Try this Command For Installation

cd paramspider 
pip install .

if you are using kali linux try this command sudo cp ~/.local/bin/paramspider /usr/local/bin