Git Product home page Git Product logo

pentest's Introduction

pentest

Automating high-level network and web application analysis together.

Some portions of the tool have been re-purposed to work independently as well, check sub-directories.

  • 3dt - "Dangling DNS Discovery Tool"
  • autowasp - "Automated Web App Testing with ZAP"
  • npk - "Automate installing NPK from Coalfire Labs"

The setup scripts also install tools purely for ease of life in manual follow-up analysis.

disclaimer

Some of the tools within this repo can cause damage so a system. Do not use them against anything you are not authorized to test.

It is highly recommended that all users have a firm grasp of the tools listed below (especially in the ones in the "credit" section), understand the risks associated with each tool independently, and then realize this framework puts their main capabilities all in one package.

credit

Much of the credit goes to the developers of the follwoing tools, this script just puts them together.

  • device-pharmer
  • dirb
  • dnsenum
  • exploitdb
  • netcat
  • nikto
  • nmap
  • zap-cli
  • zaproxy

The device-pharmer package (Shodan API):

  1. Is simply not executed if you have not initialized your Shodan API key
  2. Does not use scan credits in any circumstance
  3. Will look in the home directory of the root account for the Shodan API key (/root/.shodan/api_key)

notes

The follwoing tools are not run within the pentest script but they are installed for ease of life.

  • awscli
  • crackmapexec
  • enum4linux
  • dnsutils
  • evil-winrm
  • exiftool
  • gobuster
  • jq
  • jsonnet
  • ldap-utils
  • locate
  • metasploit-framework
  • mlocate
  • npm
  • openvpn
  • powershell-empire
  • python3-pip
  • secure-delete
  • seclists
  • smbclient
  • spidy
  • sqlmap
  • tmux
  • vim
  • whatweb

installation

git clone https://github.com/montysecurity/pentest.git
cd pentest
sudo bash install.sh # Tested on GCP F1 Micro Instances (Debian GNU/Linux 10, Buster) and Raspberry Pi 3s
  • NOTE: The function for installing on a Raspberry Pi 3 will echo > /etc/apt/sources.list.d/vscode.list to nullify Microsofts code repo file

usage

Though it is not required, it is recommended to run as sudo or root.

pentest

sudo pentest target

3dt (included in pentest)

3dt target

autowasp (included in pentest) (requires root)

sudo autowasp target

target types supported

pentest

  • IPv4 - IP or CIDR
  • IPv6 - IP or CIDR
  • Domain - any number of levels >= 2

3dt

  • Domain - any number of levels >= 2

autowasp

  • IPv4 - IP
  • IPv6 - IP

pentest's People

Contributors

montysecurity avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

hehacks webhax

pentest's Issues

Tests out of Scope

DNSenum adds out of scope targets. Example: dnsenum --enum upgrade.com -f gobuster.txt --noreverse -o dnsenum_upgrade.com.txt

SQLMap is Too Verbose

SQLMap generates enough files to fill an EC2 servers hard drive capacity. Limit to testing the landing page and login page of each target.

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.