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?
In reply to Net::Ping; dound by meanroc
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |