This website requires JavaScript.
Explore
Help
Sign In
neale
/
moth
mirror of
https://github.com/dirtbags/moth.git
Watch
1
Star
0
Fork
You've already forked moth
0
Code
Issues
Projects
Releases
Wiki
Activity
7e3a194d48
moth
/
packages
/
pwnables
/
service
/
sshd.pwn
/
run
11 lines
101 B
Bash
Executable File
Raw
Blame
History
#! /bin/sh
exec
2>
&
1
if
[
-d /opt/mcp
]
;
then
sv d .
exit
fi
exec
dropbear -r ./rsa.key -E -F
Reference in New Issue
View Git Blame
Copy Permalink