Skip to content

Latest commit

 

History

History
63 lines (40 loc) · 1.37 KB

README.md

File metadata and controls

63 lines (40 loc) · 1.37 KB

WordPress Intelligence


Find wordpress websites online by account usernames


🚀 Why should i use this?

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.

❗ Requirements

You will need requests package and LeakIX api key, because this tool makes use of it.

🎮 Installation and Usage

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

❗ Warning

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.