Skip to content

Commit

Permalink
Update README.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
nuoxoxo authored Nov 19, 2024
1 parent 749d32c commit 825b61c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions level12/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ print "Content-type: text/html\n\n";
sub t {
$nn = $_[1];
$xx = $_[0]; 🟑 receives query string, the 1st part thereof
$xx = $_[0]; 🟑 receives query string, the 1st part thereof
$xx =~ tr/a-z/A-Z/; 🟑 tr all lowercase alpha to caps
$xx =~ s/\s.*//; 🟑 sub all wsp to // ie. is nothing
$xx =~ s/\s.*//; 🟑 sub all wsp to // ie. is nothing
πŸ”΅ Vulnerability -Backtick Injection:
exploits enclosed shell command execution
Expand Down

0 comments on commit 825b61c

Please sign in to comment.