Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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