-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
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
Running sniper on Ubuntu 14.04 64-bit #20
Comments
Thanks for the heads up.. did you by chance run the install.sh script? |
I fixed some options in the setup.sh to install theHarvester but let me know if this is still an issue. |
Still the same, got the following errors: [2] [3] A few things works fine now, like the Shodan install step. Didn't work either before. Btw, I'm running the install.sh on a NON-GUI ubuntu vm (digital ocean) |
You can now run a docker container from any Linux flavor (Check the main project README...) in order to run sniper which should solve your issue. Closing out for now, but let me know if you're still having issues getting it to run. |
@JayMaree @1N3 ; The docker solution is the perfect solution with guaranteed compatibility on any OS that runs docker. But that doesn't solve the issue at hand: running sn1per on Ubuntu. Your problem is that you're missing specific programs sn1per tries to run. Some sn1per dependencies reside in the kali linux repository. To install these dependencies you need to add the kali repository to your sources list. This can be done through the following commands:
Now you can manually install each missing dependency, or run the following command to install them all:
After installing all dependencies, I'd advice to re-install sn1per through the following command:
With the previous commands ran you should now have a fully working copy of sn1per installed on your host OS. |
SCANNING FOR COMMON VULNERABILITIESTraceback (most recent call last): |
“brute force file not specified, bay.” |
modes/normal.sh: line 26: sniper: command not found |
└─$ sudo ./sniper -t www.linkedin.com |
./sniper: line 81: whois: command not found
./sniper: line 82: theharvester: command not found
./sniper: line 83: theharvester: command not found
./sniper: line 84: theharvester: command not found
./sniper: line 85: theharvester: command not found
./sniper: line 86: dnsrecon: command not found
./sniper: line 87: dnsrecon: command not found
./sniper: line 88: dnsrecon: command not found
./sniper: line 89: dnsenum: command not found
./sniper: line 91: shodan: command not found
I started ./sniper on a fully up to date Ubuntu VM.
The text was updated successfully, but these errors were encountered: