mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-18 18:36:10 +00:00
3 lines
57 B
Bash
Executable File
3 lines
57 B
Bash
Executable File
#!/bin/bash
|
|
cat /passwd > /tmp/flag
|
|
chmod 777 /tmp/flag |