Skip to content

Instantly share code, notes, and snippets.

@AkiJos
AkiJos / ipspoof-pkt-inject.py
Last active January 16, 2024 15:10
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