How to find username admin wordpress using Zoom on termux
Zoom is a POC of how exposed WP-JSON API can be attacked. It can enumerate wordpress users in nearly 1 second.
Installation
$ apt update && apt upgrade -y$ apt install git python
$ pip install requests
$ git clone https://github.com/UltimateHackers/Zoom.git
$ cd Zoom
$ python zoom.py -u yourtarget.com
If u got an username , u can use bruteforce method to login .
Share This :
comment 0 comments
more_vert