Skip to main content

How to Hack Your Friends Screen Lock

Password Hacked:
 

    Hello, friends, today we will discuss on a phishing page tool which can capture a device passcode. This is just a github tool and we will tell you how to use this, you can impress your friends using this tool and it is really not hard to use it. 

You should only have an android device with termux app installed, or you can do this thing with your computer system also. Today i am only showing you how to do these things only with your android device.


Please follow each steps carefully to get perfect run of this tool :

  1. First , open your play store on your android mobile phone and then search TERMUX and you have to download it.
  2. then it need approx 1 min for installation in your android phone and then you have to write some keywords which help to execute you have to on your network connection.
  3. type pkg update then hit enter.
  4. Now type pkg upgrade then it will automatically upgrade your envoirment.
  5. Then you have to clone this tool in termux, Tool link (LockPhish), to copy this tool type git clone https://github.com/JasonJerry/lockphish.git and hit enter.(You should have installed git on your system to install git type pkg install git)
  6. then type ls press enter for showing what is inside in the current directory.
  7. You can see a folder name lockphish was created so let's go inside the folder type cd lockphish and press enter.
  8. type ls press enter now you can see what is in this directory.
  9. type bash lockphish.sh press enter for making this file executable.
  10. If you have never used termux before then type pkg install php press enter then it will start downloading PHP, because this program needs PHP for executing this program even a lot of programs requires PHP for executing them.
  11. then type bash lockphish.sh press enter.
  12. If you have not installed wget on your system then type pkg install wget and it will start downloading wget because ngrok is required for this tool we need to start a server and ngrok is one of the best service providers for servers. After installing wget it will be downloading nrgok automatically.
  13. then open hotspot and again follow all the steps written in 14 to 16.
  14. after that it will start executing after few minutes it will show you a direct link you have to copy that link and don't close the app only hide it and send this link to your victim . When victim will open that link you can see your victim IP address .
  15. when your victim opens the link and allows access you will start getting Password of his mobile phone.
Warning: this trick will work until the victim's data connection is on after that it will automatically off.

Warning: Please use if for educational purposes don't try to do any illegal thing then we are not responsible.

     
    if you like this blog please comment on your experience and also if you have any query or if any problem then also comment it we will try our best to solve your problem ...........


Thanks for reading this blog!!!

Comments

Popular Posts

A technical preview of an Operating System

Operating System (OS): An Operating system consists of a set of programs which controls, co-ordinates and supervises the activities of the various components of a computer system. Its function is to link between the computer hardware and the user. An operating system is a software or a series of programmes, which performs various types of functions in order to manage and organize file so". Objectives:  There are lot of objectives of an operating system, actually it covers the birth of a perfect operating system. A user is just like a wanting animal they just want everything. But as a developer we are just tying to make our software more & more better as per user requests. These are some main objectives ------ To describe the basic organization of computer systems. To provide a grand tour of the major components of operating systems. Provide more convenient environment for users. Provide maximum utilized performance to users as per hardware existance. Computer Startup: When a c...

Types of operating systems

Today there are lot of operating systems in the internet but actually they are only based on these main operating systems. What we see on internet is that windows is an OS, Linux is an OS but actually it is not really true. These are true only in simple understanding but when we explore computers more then we see there are lot of types of operating systems available in the market. These are written below...... Batch Operating System Multi-programming OS. Time-sharing or multitasking operating systems Distributed operating System Network operating System Real Time operating System Hard real--time systems Soft real--time systems Batch operating system: These operating system can not interact directly with the computer. Batch processing is a technique in which an Operating System collects the programs and data together in a batch before processing starts.   Multi-programming OS: These type of OS are able to run multiple jobs simultaneously in the memory. For it, memory is considered a...

Some useful shortcuts of Libre Office Writer

Ctrl+A   Select All Ctrl+J    Justify Ctrl+D Double Underline Ctrl+E Centered Ctrl+F Find and Replace Ctrl+Shift+P Superscript Ctrl+L Align Left Ctrl+R Align Right Ctrl+Shift+B Subscript Ctrl+Y Redo last action Ctrl+0 (zero) Apply Default   paragraph style Ctrl+1 Apply Heading 1 paragraph style Ctrl+2 Apply Heading 2 paragraph style Ctrl+3 Apply Heading 3 paragraph style Ctrl+5 1.5 Line Spacing Ctrl+ Plus Key(+) Calculates the selected text and copies the result to the clipboard. Ctrl+Hyphen(-) Custom hyphens; hyphenation set by you. Ctrl+Shift+minus sign (-) Non-breaking dash (is not used for hyphenation) Ctrl+multiplication sign * (only on number pad) Run macro field Ctrl+Shift+Space Non-breaking spaces. Non-breaking spaces are not used for hyphenation and are not expanded if the text is justified. Shift+Enter Line break without paragraph change Ctrl+Enter Manual page break Ctrl+Shift+Enter Column break in multicolumnar texts Alt+Enter I...

A Digital Computer

 A digital computer is a digital system that performs various computational tasks. The word "Digital" implies that the information in the computer is represented by variables that take a limited number of discrete values. These values are processed internally by components that can maintain a limited number of discrete states. These discrete values are taken by the decimal digits 0 to 9.  The first electronic digital systems was developed at 1940s late, it was primarily only used for some numerical computations.  As we all know a digital computer uses binary number system & it can only understand a binary number. And a binary number has only 2 digits 0 & 1 . Let me tell you one more interesting thing is that a binary digit is called "bit" here. That means if we use 0 it means its a bit, and vise versa.  In a digital computer all information is only represented in group of bits. After using various programming techniques & some algorithms, these grou...