First off, I'm relatively new to perl and just about everything about it. So I'm sorry if anything I say/do is just plain stupid, please forgive my ignorance, it is the very reason why I am here.

I'm having trouble installing the net-pcap module with activeperl. I have the module itself although even after reading the readme and searching the internet I still can't figure out how to install it. But I did find out that activeperl handles all module installs using ppm. I tried searching for a ppm but the only one that comes up using the filter "pcap" is a dump module. I need the pcap module so I can use pcap-getiv.pl. As it is now when i run it i get an error (line 27) that net::pcap cannot be found.

I'm trying to test my wireless security and various places on the internet pointed me to WEPcrack. The weakiv generator and the crack work just fine, but the pcap-getiv.pl requires net::pcap module.

I would greatly appreciate any help/tutorial that is relatively simple/straightfoward.

Thank you for your time.

Problem solved, thank you very much.


In reply to ActivePerl Installing Net-Pcap module by sumumbra

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.