https://github.com/pboardman/passivescanner
Passively check port scanners on my machine
https://github.com/pboardman/passivescanner
Last synced: 2 months ago
JSON representation
Passively check port scanners on my machine
- Host: GitHub
- URL: https://github.com/pboardman/passivescanner
- Owner: pboardman
- Created: 2019-04-03T02:37:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T20:32:41.000Z (about 2 years ago)
- Last Synced: 2025-01-23T18:50:10.311Z (4 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Passivescanner
Passively check port scanners on a port and add their info to a database.
## How to use
just clone and run passivescanner.py with the port as the first argument (use sudo if port < 1024)
```bash
git clone https://github.com/pboardman/passivescanner
sudo ./passivescanner.py 22 # Or any other port
```## Info
Info about the port scanners will be added to `./data.db` and can be accessed with the sqlite3 cli tools or something like [sqlitebrowser](https://sqlitebrowser.org/).
Info added to BD includes:
- Country
- Region
- City
- Timezone
- Latitude
- LongitudeIP info is provided by [freegeoip.app](https://freegeoip.app/).