Results 1 to 2 of 2

Thread: perl question: Net::Pcap module?

  1. #1
    Junior Member
    Join Date
    Sep 2003
    Posts
    17

    perl question: Net::Pcap module?

    Hello

    It feels so weird to actually be posting here, I've been a lurker for at least a year now.

    I have been learning perl for a while, and I thought it would be fun to try to learn how to manipulate and craft packets with perl. I thought I would try to make a few packet capture and port scanning tools to play around with at LAN parties perhaps. Anyway, I want to make a simple little port scanner, probably just a regular TCP connect type scanner, but eventually SYN/ACK, etc. After reviewing some modules which I have learned are good for working with packets (NetPacket, Net::Pcap, Net::RawIP), I think that Net::Pcap would be the best choice. There is a version runs on Windows (which is what I would use at a LAN Party) and it also seems to be very good with listening to and filtering packets.

    My problem is that in all the documentation and tutorials I have found, I have not been able to figure out how to set flags like SYN, RST, FIN, et al on the packets. Is there someone that can help me out with this? Maybe I am misunderstanding the creation of the packet headers in Net::Pcap? Is there another module which I could use to send the packets in Windows that would do a better job?

    Thanks for any help that is offered!

  2. #2
    Senior Member
    Join Date
    Jul 2002
    Posts
    339
    Well, I know nothing about Net::Pcap module. But pcap (libpcap and winpcap) is a packet capture library. It only captures/grabs packets, and has no capability to craft them. I think you need a different module.

    Peace always,
    <jdenny>
    Always listen to experts. They\'ll tell you what can\'t be done and why. Then go and do it. -- Robert Heinlein
    I\'m basically a very lazy person who likes to get credit for things other people actually do. -- Linus Torvalds


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •