mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-11-10 15:14:34 +00:00
3 lines
No EOL
57 B
Bash
Executable file
3 lines
No EOL
57 B
Bash
Executable file
#!/bin/bash
|
|
cat /passwd > /tmp/flag
|
|
chmod 777 /tmp/flag |