GeoIP-Scraper:抓取指定文件,生成带有 geoip 结果的漂亮谷歌地图

时间:2024-07-10 02:28:32
【文件属性】:

文件名称:GeoIP-Scraper:抓取指定文件,生成带有 geoip 结果的漂亮谷歌地图

文件大小:44KB

文件格式:ZIP

更新时间:2024-07-10 02:28:32

HTML

GeoIP-Scraper 将包含 IP 地址的日志文件转换为流量流入的一个很小的表示,如下所示: 如何使用 (确保你有 python,你知道,因为它在 python 上运行) 首先,运行pip install -r requirements.txt来安装所需的外部依赖项。 然后只需运行python geoip.py path/to/logfile.log ,这应该会在 web 文件夹下生成一个名为 data.json 的文件。 只需将 web 文件夹放在 web 可访问的区域,然后打开 geoip.html 或 attackmap.html。 你应该会看到漂亮的生成地图 该脚本还接受直接通过管道输入的输入,因此例如,如果您轮换日志,您只需执行cat *log* | python geoip.py cat *log* | python geoip.py或者像这样输入多个文件pytho


【文件预览】:
GeoIP-Scraper-master
----.gitignore(372B)
----requirements.txt(14B)
----LICENSE(551B)
----geoip.py(3KB)
----README.md(1KB)
----web()
--------attackmap.html(6KB)
--------markerclusterer.min.js(17KB)
--------geoip.html(1KB)
--------datamaps.world.min.js(98KB)

网友评论