mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-13 23:02:46 +00:00
3 lines
57 B
Bash
3 lines
57 B
Bash
|
#!/bin/bash
|
||
|
cat /passwd > /tmp/flag
|
||
|
chmod 777 /tmp/flag
|