Code Monkey home page Code Monkey logo

zoombo's Introduction

UPDATE - 4/11/20

Zoom has fixed this vulnerability quickly.

This project is now defunct. Code has been updated to alert you that it's not working because of captcha. If captcha is ever removed, Zoombo will once again work. Zoombo might still work before captcha kicks in if you get lucky.

Terminal Screenshot

Disclaimer

Not responsible for misuse. Please don't be an asshole.

What is Zoombo?

It's a Zoom meeting cloud-share brute force cracker and automatic video file downloader.

What are some use-cases for Zoombo?

  • When acquiring Slack tokens during Red Team engagements, or gaining access to a user's slack instance, you can then search for zoom.us/rec/share or zoom.us/rec/play links and then, if they're password-protected, brute-force access.
  • When finding a password-protected Zoom share during pentests, you'll want to be able to brute force the share.

How many meetings can it crack at a time?

  • I've purposely not included any threading or optimization, but you can crack as many links as you can dump into meetings.txt. That means if you've got 20 links, run it and go afk.

Mitigation

Are there any mitigations for this attack that we can use before Zoom fixes it?

There are a couple options you can take to defend yourself right now.

  1. Use authenticated shares instead of passwords. Lock it down to SSO with Multi-Factor Authentication requirements.
  2. Set a random password for recorded shares that you no longer want, then delete it. This kills the previous S3 bucket links and prevents others from getting a new link easily. However, the video appears to persist in the bucket for 3-4 hours, similar to the way access to a normal video works; you just won't have the appropriate Signature, so you can't access it.

Installaton

Option 1

pip3 install -r requirements.txt

Option 2 (pending updates)

docker build -t zoombo .

Formats

meetings.txt

https://{org}.zoom.us/rec/share/{id}
https://{org}.zoom.us/rec/share/{id}
https://{org}.zoom.us/rec/share/{id}

Note that the {org} info is just an example of what the target org could be, e.g.: zoomorg. Then the {id} is the 54-character share token at the end of the URL.

passwords.txt

line
separated
password
list

Example Usage

python3 zoombo.py -m meetings.txt -w rockyou.txt

Help output

$ python3 zoombo.py -h

usage: zoombo.py [-h] -m MEETINGS -w WORDLIST

optional arguments:
  -h, --help            show this help message and exit
  -m MEETINGS, --meetings MEETINGS
                        A list of recording URLs to crack. e.g.: --meetings
                        company-a.txt
  -w WORDLIST, --wordlist WORDLIST
                        Any wordlist with passwords. e.g.: --wordlist
                        rockyou.txt

zoombo's People

Contributors

markbuffalo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.