Page cover
githubEdit

thumbs-upConfirming and Verifying RCE

circle-info

Create a file as a marker

os.system('touch /tmp/pwned')
circle-info

Write identifiable content to a file

os.system('echo "pwned" > /tmp/pwned.txt')
circle-info

Modify timestamps or files you can access

circle-info

Trigger network activity

You could also ping your own host:

Last updated