This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 :] | |
| # |