Skip to content

Simple script for faking WebEx meeting participants via guest credentials

Notifications You must be signed in to change notification settings

Clubfan22/half-that-army-was-halluc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Half that Army was Halluc

Simple script for faking WebEx meeting participants using guest credentials

Prerequisites

Setup a guest issuing app at this link and note both the guest issuer id and the guest issuer secret.

Usage

half-that-army-was-halluc.sh requires some configuration data, which is provided by environment variables:

  • GUEST_ISSUER_ID: guest issuer id from WebEx app registration
  • GUEST_ISSUER_SECRET: guest issuer secret from WebEx app registration
  • MEETING_URL: url of meeting to join
  • NAMES_FILE: path to file which contains the names of the fake users; for each line a new user is created
./half-that-army-was-halluc.sh

Instead of directly specifying these values as environment variables, you can also provide them in the config file, which then has to be sourced before script execution:

source config
./half-that-army-was-halluc.sh

About

Simple script for faking WebEx meeting participants via guest credentials

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published