Vulnerability Scanner Zoom

Disclaimer

This guide is solely for educational purposes only. Any acts of hacking taught here is for Ethical Hacking. Any hacking actions done without permission of owner is considered an illegal act by the law. Hence, do practice on your own network structure and your own devices.

Not the video conference, Zoom is a lightning-fast WordPress vulnerability scanner equipped with subdomain & infinite username enumeration.

You can git clone this repository from GitHub.

git clone https://github.com/gcxtx/zoom

Or you can also download ZIP file directly from GitHub.

There are two methods of using:

  1. Manual Mode
    • In the manual mode, you will need to specify a WordPress website to scan for vulnerabilities and to enumerate subdomains.
    • python zoom.py -u <wordpress website>
  2. Automatic Mode
    • In the automatic mode, Zoom will find subdomains and check the ones using WordPress for vulnerabilities.
    • python zoom.py -u <website> –auto

Leave a Reply

Your email address will not be published. Required fields are marked *