Sign inSign up

jinsonvarghese/vapt

By jinsonvarghese

Updated over 6 years ago

Vulnerability Assessment & Penetration Testing Toolkit

Image
0

462

jinsonvarghese/vapt repository overview

Vulnerability Assessment & Penetration Testing Toolkit

A toolkit aiming to help automate some of the initial tests done when starting VAPT on a target web application.

What it does currently

Scans include checks for missing HTTP security headers, subdomains, SSL issues, port scans, service vulnerabilities, etc. by leveraging popular tools like Nikto, Nmap, TestSSL and others.

  • More tools will be added in the future.
  • This toolkit can be set up using Docker on Linux or macOS. Additionally, macOS users can also install it via Homebrew.

Steps to set it up

  • Pull the image from Docker Hub: docker pull jinsonvarghese/vapt
  • Run the image and enter the Ubuntu base system terminal: docker run -it jinsonvarghese/vapt
  • Run a scan on any website using the command vapt {{URL}}, for example vapt google.com
  • macOS users can install the toolkit via Homebrew using brew install jinsonvarghese/toolkit/vapt. The toolkit can then be run using vapt google.com.

Tips

  • After the initial setup, save time by setting up aliases to run the docker image or start/attach container.
  • For those unfamiliar, to restart and enter the toolkit's base terminal on a stopped container, run docker start --attach {{CONTAINER ID}}.

Report bugs

Tag summary

Content type

Image

Digest

Size

185.6 MB

Last updated

over 6 years ago

docker pull jinsonvarghese/vapt