SSH KICKER is a Python script designed to help you manage SSH sessions on your system. It allows you to perform tasks such as checking if SSH is enabled, performing an nslookup, and kicking users off the computer by terminating their SSH sessions.
- Check if SSH is enabled on the system.
- Perform an nslookup to query DNS information.
- Terminate SSH sessions associated with specific IP addresses.
- Ability to stop the SSH service if desired.
- Python 3.x
- Linux Operating System
- Mac Operating System
-
Clone the repository:
git clone https://github.com/WilSegale/SSH_Kicker.git
-
Navigate to the project directory:
cd SSH_Kicker
-
Run the setup script:
python kickUserSetup.py
-
Run the python file for linux
python3 LinuxKick.py
-
Run the python file for MacOS
python3 MacOSKick.py
- Run the script:
python kickUserSetup.py
- Follow the prompts to select an action.
- Depending on your choice, provide necessary inputs such as domain name or IP address.
Contributions are welcome! If you have any ideas for improvement or find any issues, feel free to open an issue or create a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.