Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sielay/logipscan
Small snippet to find out ips occurring in logs
https://github.com/sielay/logipscan
Last synced: 1 day ago
JSON representation
Small snippet to find out ips occurring in logs
- Host: GitHub
- URL: https://github.com/sielay/logipscan
- Owner: sielay
- License: mit
- Created: 2014-07-21T11:20:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-21T11:24:06.000Z (over 10 years ago)
- Last Synced: 2024-12-06T18:35:17.666Z (17 days ago)
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
logipcan
========Small snippet to find out ips occurring in logs
It uses one argument which is path to the log. For example:```
./logipscan /var/log/mongo/mongo.log
```Result will be similar to
```
198.20.70.114 from GeoIP Country Edition: US, United States - census3.shodan.io.
```I bet there are thunsands of better tools, but feel free to use that one, if you find it useful.