Skip to content

Instantly share code, notes, and snippets.

@AkiJos
AkiJos / ipspoof-pkt-inject.py
Last active August 1, 2024 20:41
IP Spoofing using RAW sockets
#!/usr/bin/env python3
# My attempt to create a spoofing IP address using RAW sockets, i know it can be done using scapy
# but wanted to create it using RAW socket.
# Feedbacks/improvements are welcome :)
#Author: B31212Y