![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Programmer
|
Net::RawIP
She's a beast. I have crafted my packet, but when I send it, it doesn't send the hand crafted one. Take a peak, and let me know what I'm doing wrong
![]() #!/usr/bin/perl
use Net::RawIP;
use strict;
my $packet = new Net::RawIP;
$packet->set({
ip=> {saddr=> "55.55.55.55", daddr => "192.168.1.100"},
tcp=> {source=> 40, dest=> 9000, psh=> 1, syn=> 1}});
$packet->send;
__________________
ALLOW IMAGES IN SIGNATURES NOW |
|
|
|
|
|
#2 |
|
Programmer
|
Nm disregard that. The code works fine, I was listening on the wrong device.
__________________
ALLOW IMAGES IN SIGNATURES NOW |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|