Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oreeeee/noisitor


https://github.com/oreeeee/noisitor

monitoring port-scanning python sveltekit

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# Noisitor
The monitor of Internet noise

This 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).