• Joined on 2024-09-09
willem pushed to master at willem/CPP05 2025-08-18 14:44:38 +00:00
0a5bbd0161 Implement Intern class with form creation logic and enhance AForm destructor
willem pushed to master at willem/CPP05 2025-08-18 13:14:41 +00:00
9ec113d630 Refactor Bureaucrat and AForm classes, add form execution logic, and enhance main function for comprehensive testing
willem pushed to master at willem/Inception 2025-07-18 08:43:12 +00:00
8c3d3a8bf9 Add ssl_protocols directive to all server blocks in Nginx configuration
willem pushed to master at willem/Inception 2025-07-18 07:57:18 +00:00
e0228574fa Refactor setup script and Docker Compose file to improve structure and remove unnecessary lines
57e6c3893d Update setup script to include static subdomain and refine Nginx configuration for service routing
Compare 2 commits »
willem pushed to master at willem/Inception 2025-07-17 16:24:44 +00:00
b647c5f014 am i done
willem pushed to master at willem/Inception 2025-07-17 13:15:06 +00:00
8deb1c3223 Refactor Dockerfiles and scripts to streamline installation and configuration processes
willem pushed to master at willem/Inception 2025-07-17 13:07:13 +00:00
a4c01aac2e mail hog working ftp working redis working
willem pushed to master at willem/Inception 2025-07-16 13:13:27 +00:00
4623e3a53d Remove obsolete test file
willem pushed to master at willem/Inception 2025-07-16 13:12:20 +00:00
4e10bf3b5b Update WP_THEME in .env and add test file
willem pushed to master at willem/inquisitor 2025-07-11 12:05:13 +00:00
bbd0b003d3 Add verbose mode to Inquisitor for enhanced FTP packet logging
willem pushed to master at willem/inquisitor 2025-07-11 11:57:34 +00:00
0accde8ee2 Add .venv to .gitignore to exclude virtual environment files
willem pushed to master at willem/inquisitor 2025-07-11 11:54:09 +00:00
806467d8a3 Refactor FTP packet callback and ARP functions for clarity and remove unnecessary comments
willem pushed to master at willem/inquisitor 2025-07-11 11:46:32 +00:00
0da3ed1490 Enhance FTP packet callback to detect file downloads and server responses
willem pushed to master at willem/inquisitor 2025-07-11 11:41:46 +00:00
85f38b389d Implement continuous ARP poisoning in a separate thread and enhance packet sniffing
willem pushed to master at willem/inquisitor 2025-07-11 11:34:01 +00:00
2735b2ef15 health check and double print
willem pushed to master at willem/inquisitor 2025-07-11 11:29:38 +00:00
dd37f802d8 Remove unused FTP command logging from packet callback function
willem pushed to master at willem/inquisitor 2025-07-11 11:24:44 +00:00
f3bc0c1ad0 Enhance FTP packet logging to include source IP and avoid empty payload prints
willem pushed to master at willem/inquisitor 2025-07-11 11:19:19 +00:00
fb68cd0375 Enhance Dockerfile to include custom bashrc for interactive shell and improve FTP packet logging in the Python script
38902a98e1 Add custom bashrc for Inquisitor container with network info functions and environment setup
Compare 2 commits »
willem pushed to master at willem/inquisitor 2025-07-11 11:08:46 +00:00
dec71886f7 Replace tail command with a while loop to keep the container alive
willem pushed to master at willem/inquisitor 2025-07-11 11:02:34 +00:00
0331e6414e tail-f trick