3 lines
39 B
Bash
3 lines
39 B
Bash
#!/bin/sh -x
|
|
|
|
echo 'pwned!' > /tmp/rce
|
#!/bin/sh -x
|
|
|
|
echo 'pwned!' > /tmp/rce
|