You can find possible wordpress websites one can have by simply searching their name with this tool. You might want to check if your account username is leaked or not to the internet.
You will need requests
package and LeakIX api key, because this tool makes use of it.
It is very easy to setup this tool.
- Clone this repo:
git clone https://github.com/Yusuf-YENICERI/WpINT
- Install requests package
pip install requests
- Insert your api key to the header:
headers = {
"api-key": "<enter-your-leakix-api-key-here>",
"Accept": "application/json"
}
- Run it
python3 wpint.py
THIS TOOL IS FOR LEGAL PURPOSES ONLY!
This tool is to help people find if their account leaked to the internet or not.
I DO NOT CARRY ANY RESPONSIBILITY OF THIS TOOL'S WRONG USAGE. SO TAKE YOUR OWN RISK.