From 79fd0487583aae93be389d152681ae4a43a5d56b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yusuf=20=28YEN=C4=B0=C3=87ER=C4=B0=29?= <38917909+Yusuf-YENICERI@users.noreply.github.com> Date: Tue, 1 Nov 2022 03:06:24 -0400 Subject: [PATCH] Update README.md --- README.md | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 63 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d1adc7e..f62102d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,63 @@ -# WpINT -Find wordpress websites by username on the internet + +
+ +

WpINT

+
+ 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. + + +## :exclamation: Requirements + +You will need ```requests``` package and LeakIX api key, because this tool makes use of it. + + +## :video_game: Installation and Usage + +It is very easy to setup this tool. + +* Clone this repo: +```bash + git clone https://github.com/Yusuf-YENICERI/WpINT +``` + +* Install requests package +```bash + pip install requests +``` + +* Insert your api key to the header: + +```py + headers = { + "api-key": "", + "Accept": "application/json" + } +``` + +* Run it + +```py + python3 wpint.py +``` + +## :exclamation: 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.