Skip to main content

Project Summary

WiseTrap is a web-based Honeypot system developed for cybersecurity education and attack monitoring.
The project simulates a realistic login environment to attract attackers and record their activities such as IP addresses, login attempts, and timestamps.
The system was built using native PHP OOP, MVC architecture, MySQL, and deployed on Ubuntu Server and Windows environments using cloud hosting and a public domain.
WiseTrap demonstrates how fake authentication panels and information disclosure techniques can be used to study attacker behavior in a controlled environment.

Achieved Objectives

  • Building a realistic Honeypot login environment.
  • Deploying the project on Ubuntu Server and Windows.
  • Integrating MySQL database with MVC architecture.
  • Logging IP addresses, timestamps, and user attempts.
  • Simulating fake login pages and fake data panels.
  • Publishing the project publicly using cloud hosting and a domain.
  • Developing the backend from scratch using native PHP OOP.
  • Creating a scalable and maintainable system structure.