mirror of
https://github.com/weyne85/PayloadsAllTheThings.git
synced 2025-10-29 16:57:02 +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 |