A honeypot to attract and detect malicious traffic, providing insights into attack methodologies.
git clone https://github.com/Cyb3Raiz000/Python-based-honeypot.git
cd Python-based-honeypot
python -m venv honeypot_venv
source honeypot_venv/bin/activate
pip install -r requirements.txt
Must Replace the IP-Address to your Machine IP from the python file.
sudo python honeypot.py
Custom Python automated program to Detect attack methodologies...
