Closed mehranexpert closed 8 years ago
Hey @mehranexpert ,
This tool was built mainly to run on Kali linux, and has some dependencies on tools available in the kali linux repository.
To install those tools, run the following code (as root or with sudo):
echo "deb http://http.kali.org/kali kali-rolling main contrib non-free" >> /etc/apt/sources.list.d/kali.sources.list
gpg --keyserver pgpkeys.mit.edu --recv-key ED444FF07D8D0BF6
gpg -a --export ED444FF07D8D0BF6 | apt-key add -
apt-get update
Here's the list of all packages you need installed for sn1per to run correctly:
apt-get install -y \
amap \
arachni \
bsdmainutils \
build-essential \
cisco-torch \
curl \
cutycapt \
dirb \
dnsenum \
dnsrecon \
dnsutils \
dos2unix \
enum4linux \
git \
git-core \
golismero \
host \
hydra \
iceweasel \
iputils-ping \
joomscan \
libcurl4-openssl-dev \
libffi-dev \
libreadline-dev \
libsqlite3-dev \
libssl-dev \
libxml2-dev \
libxslt1-dev \
libyaml-dev \
metasploit-framework \
nbtscan \
nikto \
nmap \
php \
php-curl \
python \
python-software-properties \
python2.7 \
rubygems \
ruby-bcrypt \
smtp-user-enum \
software-properties-common \
sqlite3 \
sqlmap \
sslscan \
sslyze \
theharvester \
unicornscan \
uniscan \
w3af \
waffit \
wapiti \
whatweb \
whois \
wpscan \
xprobe2 \
zenmap \
zlib1g-dev
Once you've installed all those tools, sn1per should run without problems.
thanks for helping @menzow!
@mehranexpert did you run the install.sh script first before running by chance? It looks like the /usr/share/sniper/loot/nmap/ directory doesn't exist. Can you verify? ie. ls -lh /usr/share/sniper/loot/
This should have been created during install, so curious to know if you did in fact run it already or not..
Thanks @menzow .
Yes im run install.sh before running .
ls -lh /usr/share/sniper/loot/
total 4.0K
-rw-r--r-- 1 root root 113 Oct 28 17:48 README.md
seems Dependence @menzow Provided helped me , Thanks .
i run it on
ubuntu 16.04