Go to file
moony 002e71e6c9 Refactored log named format and remoted redundant import 2021-07-01 11:19:42 -07:00
.gitignore Added multithreading. 2021-07-01 10:37:20 -07:00
README.md Added README.md 2021-07-01 10:46:38 -07:00
aftermath.py Refactored log named format and remoted redundant import 2021-07-01 11:19:42 -07:00
requirements.txt Added multithreading. 2021-07-01 10:37:20 -07:00

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.