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