HoneyPot

A web-based honeypot system that simulates a vulnerable login portal to capture, log, and analyze unauthorized access attempts in a controlled environment.

Description

This project aims to develop a web-based honeypot system that simulates a vulnerable login portal to attract potential attackers. Instead of granting access, the system silently records all login attempts, including IP address, timestamp, username, password entered, and number of attempts.

The collected data is stored in a database and displayed through an admin dashboard for analysis. The system helps demonstrate how attackers perform brute-force and unauthorized access attempts in a controlled lab environment using tools like Kali Linux.

This project is designed for educational purposes to understand cyber attack behavior and defensive monitoring techniques.

Issues & PRs Board
No issues or pull requests added.