Skip to content

Instantly share code, notes, and snippets.

@glitchtime25
glitchtime25 / spoof.sh
Created February 25, 2026 04:29 — forked from martinholovsky/spoof.sh
SYN packet spoofing tool
#!/bin/bash
#
# info: SYN packet spoofing tool
# author: Martin Cmelik (cm3l1k1) 7.2.2009
# desc: script will send spoofed IP SYN packet based on provided parameters
# depend: netwox (http://ntwox.sourceforge.net/)
# usage: spoof.sh source_ip destination_ip destination_port [loop]
#
# fyi: my first bash script ever, excuse how dirty it is :]
#