Git Product home page Git Product logo

Comments (3)

menzow avatar menzow commented on August 25, 2024

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.

from sn1per.

1N3 avatar 1N3 commented on August 25, 2024

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..

from sn1per.

mehranexpert avatar mehranexpert commented on August 25, 2024

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 .

from sn1per.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.