Re: Packet Editor...

From: Nicolas Jombart (ecureuil@bouglou.net)
Date: 01/27/02

  • Next message: Roger Marquis: "Re: Microsoft finally acknowledges the security drumbeats"

    From: Nicolas Jombart <ecureuil@bouglou.net>
    Date: Sun, 27 Jan 2002 15:42:21 +0100
    
    

    * Tux Trip <tuxtrip@yahoo.com>:
    > Anyone know of a packet editing and generating application? One that
    > not only sniffs and decodes, but that can allow a user to edit a
    > packet's data and send them across the medium once again.

    You are talking about Divert sockets or netfilter's libipq. You tell the
    filter to send the packet to userspace, manipulate it, and re-send it to
    the kernel. Check also Net::Divert if you are a perl hacker.

    You can do this by sniffing the network with libpcap, do the job, and
    send again the packet to the interface.



    Relevant Pages

    • Packet Editor...
      ... not only sniffs and decodes, but that can allow a user to edit a ... I have searched and found a plugin called "Packet Blaster", ... If anyone can point me to a similar app, or direct me to a resource ...
      (comp.security.misc)
    • Re: Packet Editor...
      ... > Anyone know of a packet editing and generating application? ... > not only sniffs and decodes, but that can allow a user to edit a ...
      (comp.security.misc)