Skip to content
/ PPAP Public

A penetration toolkit for some basic tooling

Notifications You must be signed in to change notification settings

AlekKras/PPAP

Repository files navigation

PPAP

PPAP is a penetration testing toolkit. It is used for quick testing. Powered by bettercap and nmap.

If you want to know what the dedication was, check PPAP.txt and zoom out.

Instalation

You have two options:

  1. Standard Local way:

Dependencies will be automatically installed.

git clone https://github.com/AlekKras/PPAP.git
cd PPAP && sudo python install.py
sudo PPAP
  1. Docker way:

Build the image:

docker build -t "ppap:dockerfile" .

Run the container:

docker run -it ppap:dockerfile bash

Once there, you will need to run python PPAP/install_docker.py and you will be good to go. You can also run the general script python install.py

features

  • Port scanning
  • Network mapping
  • Dos attack
  • Html code injection
  • Javascript code injection
  • Sniffing
  • Dns spoofing
  • Drifnet
  • Webpage defacement

I have some questions!

Please visit this

About

A penetration toolkit for some basic tooling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published