https://github.com/robertripoll/auth-notification-alert
Python script to notify about successful SSH logins
https://github.com/robertripoll/auth-notification-alert
auditd geoip geoip2 login notification python python3 ssh successful telegram telegram-api
Last synced: about 2 months ago
JSON representation
Python script to notify about successful SSH logins
- Host: GitHub
- URL: https://github.com/robertripoll/auth-notification-alert
- Owner: robertripoll
- License: mit
- Created: 2024-06-29T21:38:17.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-06-29T21:52:57.000Z (10 months ago)
- Last Synced: 2025-01-09T03:59:16.698Z (4 months ago)
- Topics: auditd, geoip, geoip2, login, notification, python, python3, ssh, successful, telegram, telegram-api
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Auth Notifications Alert
This project is a tool for sending notifications when a SSH login succeeds.
## Requirements
This project requires Python 3.10 or higher.
## Installation
To install the project, follow these steps:
1. Clone the repository:
`git clone https://github.com/robertripoll/auth-notification-alert.git`
2. Install the dependencies:
`pip install -r requirements.txt`
## Usage
**TODO**
## License
This project is licensed under the [MIT License](LICENSE).