aftermath/README.md

515 B

Installation

  1. Install dependencies.
# CentOS & Fedora
sudo yum install git python3 -y

# Ubuntu & Debian
sudo apt install git python3 python3-pip -y
  1. Clone repository and install python3 module
git clone https://git.tcp.direct/moony/aftermath.git
cd aftermath/
python3 -m pip install -r requirements.txt --user

Usage

python3 aftermath.py

DISCLAIMER

This script is for tutorial purposes only. I will not be held responsible if you use it for illegal activities.