meanroc has asked for the wisdom of the Perl Monks concerning the following question:
Hello guys, I am coding using Net::Ping
#!/usr/bin/perl use warnings; use strict; use Net::Ping; my $test=Net::Ping->new("syn"); $test->port_number(80); $test->ping(111.111.111.111);
But I want to criate my IP (IP spoof), what parameter I should choose?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Net::Ping; dound
by VinsWorldcom (Prior) on Feb 26, 2014 at 20:34 UTC | |
|
Re: Net::Ping; dound
by karlgoethebier (Abbot) on Feb 26, 2014 at 21:13 UTC | |
|
Re: Net::Ping; dound
by Anonymous Monk on Feb 27, 2014 at 01:21 UTC | |
| A reply falls below the community's threshold of quality. You may see it by logging in. |