From 00884ad3e37e5f80e52d4461063765839c15dfad Mon Sep 17 00:00:00 2001 From: Jake Date: Thu, 16 Jan 2025 14:29:02 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb73315..87c7734 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This was hastily written by me in some sloppy Python code to get something out the door. -It takes the [leaked Fortigate IPs](https://www.bleepingcomputer.com/news/security/hackers-leak-configs-and-vpn-credentials-for-15-000-fortigate-devices/) and grabs the AS number and geo data for each. Let me know if there's any issues. +It takes the [leaked Fortigate IPs](https://www.bleepingcomputer.com/news/security/hackers-leak-configs-and-vpn-credentials-for-15-000-fortigate-devices/) and grabs the AS number/owner and geo data for each. Let me know if there's any issues. I've included the rough script for those curious. It can be adapted for your own uses. Note the code is pretty crappy and the exception handling is subpar/broken-ish.