Giter Club home page Giter Club logo

sitesniper's Introduction

SiteSniper

License

Description

SiteSniper is a script created to automate some phases of a blackbox penetration test. Once the target has been identified, many scripts are prepared which you can decide if and when to execute them simply by pressing ENTER. It uses tmux as terminal so it is necessary to know how to use it. The scripts concern the phase of:

  • weaponization: a series of scripts that could be used in the post-exploitation phase on the target machine are loaded onto the attacking Linux machine;
  • target fingerprint and exploitation: scripts to collect information on the target (information gathering, service information gathering, OSINT, etc) and scripts that help identify possible exploits;
  • web App Site fingerprint: script for analyze site structure, virtual host, etc;
  • web App Information gathering: script to implement google dork, CMS analysis, etc;
  • web App AuthN bypass: script to implement service brute force, command injection, webDAV analysis, etc. Once you select a phase, the script will prepare many tmux session with the precompiled command.

Example Usage

./siteSniper.sh eth0 https://www.example.com

select one of the penetration test PHASES you are interested in:

Once selected the PHASE, scripts will be generated using tmux as terminal. At this point you can select a specific SUB-PHASE using tmux commands:
(CTRL + b) w

once the SUB-PHASE has been selected you will be able to view the commands that have been pre-compiled to analyse the SUB-PHASE. At this point it is possible to selecet and execute a specific command just pressing ENTER:

When you need to change penetration test PHASE and return to main manu, you need to close the tmux session. To implement this action you need to use the tmux shortcut:
(CTRL + b) :kill-session

Command-line parameters

./siteSniper.sh <interface> <target url>
Parameter Description Example
interface network interface through which the target is reached eth0, wlan0, tun0, ...
target url Target URL you need to test http://www.example.com

How to install it on Kali Linux (or Debian distribution)

It's very simple

cd /opt
sudo git clone https://github.com/dokDork/red-team-penetration-test-script.git

sitesniper's People

Contributors

dokdork avatar

Stargazers

 avatar  avatar GateauLune avatar  avatar  avatar  avatar felipe avatar

Watchers

 avatar

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.