3

Could someone provide if there are a perl packet crafting and injecting module that works on windows xp sp2 or windows vista , if not could someone provide which libraries i need to build such tool ?

Mars
  • 31
  • 2

2 Answers2

2

Try out the Net::Pcap Perl module.

daxim
  • 39,270
  • 4
  • 65
  • 132
  • Ok Thanks could you if possible show me how can i craft and inject packet with net::pcap ? – Mars Jan 06 '11 at 17:20
0

Scaperl (Scapy for Perl) is a toolkit for packet capture, construction, manipulation, and injection.

ephemient
  • 198,619
  • 38
  • 280
  • 391
  • The scaperl link is dead. Google turns up some hits, but not immediately clear which is the definitive official home page. – Ben Aveling Sep 20 '19 at 00:49