We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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$
The text was updated successfully, but these errors were encountered:
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
sudo cp ~/.local/bin/paramspider /usr/local/bin
Sorry, something went wrong.
No branches or pull requests
Not able to find paraspider.py file in folder to run it.
simba@XXX:
/bugbounty/tools/ParamSpider$ sudo pip install ./bugbounty/tools/ParamSpider$ lsProcessing /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:
Dockerfile LICENSE README.md paramspider setup.py static
simba@XXX:~/bugbounty/tools/ParamSpider$
The text was updated successfully, but these errors were encountered: