mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2026-01-12 04:55:19 -08:00
3 lines
57 B
Bash
3 lines
57 B
Bash
#!/bin/bash
|
|
cat /passwd > /tmp/flag
|
|
chmod 777 /tmp/flag |