aftermath/README.md

27 lines
515 B
Markdown
Raw Permalink Normal View History

2021-07-01 17:46:38 +00:00
## Installation
1. Install dependencies.
```bash
# CentOS & Fedora
sudo yum install git python3 -y
# Ubuntu & Debian
sudo apt install git python3 python3-pip -y
```
2. Clone repository and install python3 module
```bash
git clone https://git.tcp.direct/moony/aftermath.git
cd aftermath/
python3 -m pip install -r requirements.txt --user
```
## Usage
```bash
python3 aftermath.py
```
## DISCLAIMER
This script is for tutorial purposes only. I will not be held responsible if you use it for illegal activities.