Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oreeeee/noisitor
https://github.com/oreeeee/noisitor
monitoring port-scanning python sveltekit
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/oreeeee/noisitor
- Owner: Oreeeee
- License: mit
- Created: 2024-03-15T20:58:38.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-04-14T01:31:52.000Z (9 months ago)
- Last Synced: 2024-04-14T09:53:29.101Z (9 months ago)
- Topics: monitoring, port-scanning, python, sveltekit
- Language: Python
- Homepage:
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Noisitor
The monitor of Internet noiseThis project listens to incoming packets from port scanners, saves them in a database and allows you to view it using a web interface.
## Requirements
- Linux
- Docker (including docker-compose)## Running
- Clone the repo
- Copy `.env.example` to `.env` and configure it to your likings
- (Optional) Download `DB11.LITE` database in BIN format from lite.ip2location.com, name it IPDB.BIN and put it into ip2location/
- Build the project: `docker-compose build`
- Run the project: `docker-compose up -d`## Attribution
- This product includes GeoLite2 data created by MaxMind, available from [https://www.maxmind.com](https://www.maxmind.com).