You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.gitignore | 2 years ago | |
README.md | 2 years ago | |
aftermath.py | 2 years ago | |
requirements.txt | 2 years ago |
README.md
Installation
- Install dependencies.
# CentOS & Fedora
sudo yum install git python3 -y
# Ubuntu & Debian
sudo apt install git python3 python3-pip -y
- 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.