- 19 Oct, 2025 2 commits
- 16 Oct, 2025 1 commit
-
-
Stefy Lanza authored
- Added comprehensive SSL/TLS hooking for 9 implementations: * OpenSSL/LibreSSL (SSL_write/SSL_read) * Windows Schannel (EncryptMessage/DecryptMessage) * NSS (Mozilla) (SSL_Write/SSL_Read/SSL_ForceHandshake) * GnuTLS (gnutls_record_send/gnutls_record_recv) * mbed TLS (mbedtls_ssl_write/mbedtls_ssl_read) * wolfSSL (wolfSSL_write/wolfSSL_read) * Botan TLS (simplified C++ API hooking) - Enhanced per-connection logging with individual files for each TCP connection - Fixed all build warnings for clean compilation - Added comprehensive build documentation for Linux and Windows - Created Makefile.win for native Windows compilation - Detailed Detours integration guide for cross-platform builds - Updated README with complete setup instructions and troubleshooting
-
- 14 Oct, 2025 1 commit
-
-
Stefy Lanza authored
-
- 13 Oct, 2025 1 commit
-
-
Stefy Lanza authored
- network_monitor.exe: Main monitoring app with DLL injection - ssl_hook.dll: SSL/TLS interception for OpenSSL and Schannel - packet_capture.dll: Wireshark-compatible PCAP generation - bgvnc.exe: VNC server for remote desktop access - Comprehensive logging: 8 output files for different data types - Cross-platform build system with Makefile and configure.sh - GPLv3 licensed
-