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

https://github.com/xiii-mc/ipspoofer

Send packets with spoofed source/destination MAC/IP addresses.
https://github.com/xiii-mc/ipspoofer

Last synced: 4 months ago
JSON representation

Send packets with spoofed source/destination MAC/IP addresses.

Awesome Lists containing this project

README

        

# IP Spoofer

Send packets with spoofed source/destination MAC/IP addresses.

This tool was made using Npcap, raw sockets (packet crafting/forging), C++ 26 and Visual Studio 2022 Compiler (in Jetbrains' IDE, CLion) on Windows 11.

To use this for yourself you'll need to edit the source/destination mac/ip variables and build the exe file yourself.

You'll also need to get your adapter name, which can be easily done using PowerShell and WMIC:

```wmic nic get AdapterType,Name,Installed,Netenabled,GUID```

**This project is under GPL-3.0 license.**

*If you appear to be using this code, please credit me.*

## Demo

### UDP

Spoofing configuration:

![image](https://github.com/user-attachments/assets/a4ff046a-de96-4fa6-9475-eae3289ee439)

Server reading:

![image](https://github.com/user-attachments/assets/992f0e42-c172-4cbc-9fc5-2e1bcbc302f1)

WireShark sniffing:

![image](https://github.com/user-attachments/assets/16a6969d-3f57-4e23-a56a-af12997fdad6)