Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xtekky/ip-grabber-poc
Proof of concept, showing how ip-grabbing sites may work. Grabs IP adress and shows accurate location and more infos, integrated with a discord-webhook
https://github.com/xtekky/ip-grabber-poc
grabber grabbertool integration ip ip-address ip-grabber ip-grabbers ip-location ip-lookup python python3
Last synced: about 2 months ago
JSON representation
Proof of concept, showing how ip-grabbing sites may work. Grabs IP adress and shows accurate location and more infos, integrated with a discord-webhook
- Host: GitHub
- URL: https://github.com/xtekky/ip-grabber-poc
- Owner: xtekky
- Created: 2022-05-03T19:11:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-14T23:03:39.000Z (over 1 year ago)
- Last Synced: 2024-10-14T07:28:38.293Z (2 months ago)
- Topics: grabber, grabbertool, integration, ip, ip-address, ip-grabber, ip-grabbers, ip-location, ip-lookup, python, python3
- Language: Python
- Homepage:
- Size: 51.8 KB
- Stars: 55
- Watchers: 3
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IP Grabber Proof of Concept
## Description
The IP Grabber is a Proof of Concept (PoC) tool that can obtain information of a machine connected to the internet. This tool is written in Python and uses several libraries and APIs to gather information such as Country, Region, City, Latitude, Longitude, ISP, Organization, AS, MAC, HWID, and PC-User name.
This tool essentially collects all available information about a device's connection to the internet. Although it can also get the MAC address and HWID, this is commented out in the default version of the script.
Please remember that this project is simply a PoC and should _not_ be used maliciously. Its intended use is for preventative measures and learning about information that is readily available on the internet. Irresponsible use could lead to legal consequences.
## Features
- Fetches IP, Country, Region, City, Latitude, Longitude, ISP, Organization, AS, MAC, HWID, and PC-User name
- Sends the collected information to a specified webhook
- Returns execution time
- Returns start time## Note
The MAC, HWID, and PC-USER are commented out in the default version of the script. It is included for educational purposes only