12 lines
102 B
Perl
Executable File
12 lines
102 B
Perl
Executable File
#!/usr/bin/perl
|
|
|
|
use strict;
|
|
|
|
my $host = "localhost";
|
|
my $port = 8086;
|
|
|
|
print "injecteur v 0\n";
|
|
|
|
0;
|
|
|