Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/itsabhinavm/securix

A powerful script to automatically detect and termiate risky zombie TCP sessions on networks.It scans all open tcp sessions and probes them for a certain amount of time, in case of no response received, the session is marked as zombie and later terminated.
https://github.com/itsabhinavm/securix

Last synced: 5 days ago
JSON representation

A powerful script to automatically detect and termiate risky zombie TCP sessions on networks.It scans all open tcp sessions and probes them for a certain amount of time, in case of no response received, the session is marked as zombie and later terminated.

Awesome Lists containing this project

README

        

# SECURIX

### A powerful python script designed to automatically detect and terminate unwanted, resource-consuming zombie TCP sessions on networks. It scans all open tcp sessions and probes them for a certain amount of time, in case of no response received, the session is marked as zombie and later terminated. Multiprocessing is incorporated in order to speed up the process by probing the multiple ports at the same time. Overall, it's a very efficient and seamless process. It is a complete solution with near to hundred percent accuracy.

#### There are two modes the user can choose from:
* CLI : The user can view the entire process in the form of a table from the terminal.
* BACKGROUND: The script is ran in the background and repeated after a certain amount of time in order to prevent accumualtion of zombie sessions. The details are logged into a file so that the admin and view it later.

# How to run:

* To setup run cmd : ```source/py_run.sh```
* To run the script once in terminal with output: ```securix -m single_run``` or ```securix -m S```
* To run the script in background: ```securix -m background_run``` or ```securix -m B```
* To set the kernel params for keep alive: ```securix -m set_params``` or ```securix -m P```