Navigation Menu

Skip to content

Commit

Permalink
added GPL and standard header text
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/mbr/svn/fwsnort_repos/fwsnort/trunk@285 af5c991a-1414-0410-86ad-c3437102cd4a
  • Loading branch information
mrash committed Jan 20, 2007
1 parent 2d235c3 commit 2b415f6
Showing 1 changed file with 29 additions and 3 deletions.
32 changes: 29 additions & 3 deletions snortspoof.pl
@@ -1,8 +1,34 @@
#!/usr/bin/perl -w
#
# snortspoof.pl, by Michael Rash <mbr@cipherdyne.org>
# This software is released under the terms of the GPL, and
# is distributed with the fwsnort project.
###############################################################################
#
# File: snortspoof.pl
#
# Purpose: To parse rules from the Snort rule set and spoof them at a target
# IP from arbitrary source addresses. This is similar to the
# technique employed by the Stick and Snot projects. Snortspoof.pl
# is distributed with the fwsnort project
# (http://www.cipherdyne.org/fwsnort/).
#
# Author: Michael Rash <mbr@cipherdyne.org>
#
# Copyright (C) 2003-2005 Michael Rash (mbr@cipherdyne.org)
#
# License (GNU Public License):
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
# USA
#
###############################################################################
#
# $Id$
#

require Net::RawIP;
Expand Down

0 comments on commit 2b415f6

Please sign in to comment.