user_name
変数をパラメーターとしてexeファイルに渡す方法はfile.exe
? また、getusername
コマンドを使用してアカウンティング開始パケットから実際にユーザー名を取得できるかどうか教えてください。
#!/usr/bin/perl
use warnings;
use strict;
my $user_name;
print "Hello radiator is executing the exe file...\n";
my $user_name = $p->getUserName;
open my $EX1_PIPE, '|-', 'file.exe'
or die $!;
print $EX1_PIPE "$_\n" # i dont know what this line is for
for qw/username password/; # i dont know what this line is for
close $EX1_PIPE or die $!;