Skip to content

Commit

Permalink
escape
Browse files Browse the repository at this point in the history
  • Loading branch information
hieuhoang committed Jan 16, 2025
1 parent be3ae96 commit 9a3d385
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/iSenWeb/trans_result.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
$ereg='/\n/';
$arr_str = preg_split($ereg,$Content);
foreach($arr_str as $value){
$value = escapeshellarg($value);
$result = ` echo $value | nc 161.64.89.129 1986`;
echo $result.'<br>';
}
Expand Down

0 comments on commit 9a3d385

Please sign in to comment.