From owner-freebsd-net@FreeBSD.ORG Tue Sep 9 16:02:38 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 500011065672 for ; Tue, 9 Sep 2008 16:02:38 +0000 (UTC) (envelope-from zvonimir.krile@gmail.com) Received: from mail-gx0-f17.google.com (mail-gx0-f17.google.com [209.85.217.17]) by mx1.freebsd.org (Postfix) with ESMTP id 053608FC0A for ; Tue, 9 Sep 2008 16:02:37 +0000 (UTC) (envelope-from zvonimir.krile@gmail.com) Received: by gxk10 with SMTP id 10so10878122gxk.19 for ; Tue, 09 Sep 2008 09:02:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=uO0LvkLA1DYo7Zgx6YdFaekR8iAkn7tVhZlBn6PtC7A=; b=NrMzcRbiXOsjoKN3dQRc0dkKZi03f5vh/E2uuaUPJIU1FHyZds6z33nEBgVb27EILI jVibipshlQNDrhuMgIQt9sWA4nm3TDYFVO7MyWHshXA+pN2dtXhzdDmZJ8PyDTI0wOPw HIUqwwp3k8VGgl/PgyNC7j2nrKTMCaMCR+GbA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=aV9bFbXxvu5M6Em1rkcH2jrRPPouEVAcyZ7quVZBh05LLusnXdAbDt33yRY1HYChzf 9WGbsrVXLVxMG3pPmyz4P6rHyM6vJ8oqyIYjQfKYQ50C21Xd9VfRyD4cpItxOYL1yNda B6bdxzArX2zPU2kDP0Oa0FZMurQd1UjAIsAK8= Received: by 10.150.54.6 with SMTP id c6mr23596230yba.223.1220975181686; Tue, 09 Sep 2008 08:46:21 -0700 (PDT) Received: by 10.150.97.11 with HTTP; Tue, 9 Sep 2008 08:46:21 -0700 (PDT) Message-ID: <5d86fd060809090846t464ac0f5v8761fe32c0bf3fde@mail.gmail.com> Date: Tue, 9 Sep 2008 17:46:21 +0200 From: "zvonimir krile" To: freebsd-net@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: ip forging X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Sep 2008 16:02:38 -0000 I was wondering if anyone can help me find an application for freebsd that allows me to forge ip packets in whole(header and the data) so that i can inject them later. I actually want to forge OSPF packets as an attack scenario on a network and cannot seem to find anything that would do the trick. Thanks in advance zk