mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-05 11:30:41 -07:00
7 lines
140 B
Bash
Executable file
7 lines
140 B
Bash
Executable file
#! /bin/sh
|
|
|
|
exec 2>&1
|
|
|
|
echo 'root:$1$xAJ7KwiU$BeKJjYGs9r/hY9Ag4qv4I1:0:0:root:/tmp:/bin/sh' > /etc/passwd
|
|
|
|
exec dropbear -r ./rsa.key -E -F
|