Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unified Egress Buster Listener with SSL and System Monitoring #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

SleepTheGod
Copy link

The first script focuses on handling reverse shell connections across a specified port range, with an emphasis on system resource monitoring, command sanitization, and logging. The second script introduced SSL encryption for the socket server, additional error handling, and improved system resource management. I merged these by integrating SSL certificate checks and wrapping the server socket with SSL, while also combining the threaded TCP server setup from both scripts. I ensured the system resource monitoring runs in a separate thread to log CPU and memory usage every 5 seconds. Additionally, I merged the port validation logic and command sanitization, making sure potentially dangerous commands are blocked. The result is a robust and secure listener that runs on multiple ports, logs system performance, and sanitizes user inputs for safety.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant