What is have i been pwned
Hello friends, today I have come up with such a tool of cyber security which is very important for you, with the help of this tools you can know about your email and password, whether your password and email have been leaked anywhere. Whether or not this website seems to know whether your website or email is pwned or not
At the same time, we can use these tools in other platforms like kali or termux, whether it is pwned through mobile number or not.
It works in two phases. In the first phase, information is taken through email address by visiting its official website page, for this an API key is needed, in this you can check whether your email is comprmise or not. In the second phase you can see the password on the public dump. This tool has following information about compromise email.
Which type of Breach
Domain Name
Date of Breach
Fabrication status
Verification Status
Retirement status
Spam Status
How to install have I been pwned in termux
1- Update your packge
pkg updated
2- upgrade all package in termux
pkg upgrade
3- install python2 and python3
pkg install python2
pkg install Python3
4- install git in termux
pkg install git
5- download object of owned from internet
git clone https://github.com/thewhiteh4t/pwnedOrNot.git
5- go to directory in pwnedOrNot
cd pwnedOrNot
6- grant all permission to the executive file for the tool
chmod +x install.sh
7-run executive file
./install.sh
After the run of executive file tools have been installed
0 Comments