Skip to content

Usage: Wizard

Moritz Abrell edited this page Mar 23, 2021 · 2 revisions

Overview

WireBug contains a wizard, which simplifies the handling. To use the wizard, wirebug.py must be started with root rights:

sudo python3 wirebug.py

Now you are in an interactive console including TAB completion.

Special commands

  • help: The "help" command shows a list of available modules.
  • help : The "help" command can also be used to print information about a module.
  • clear: Cleans the terminal
  • exit: Exit the wizard

Use a module

To use a specific module, you only need to enter the module name:

wizard > sipdiscover

After that, follow the instructions of the specific module. For example:

A tool to discover SIP services
Enter the destination SIP server: 192.168.122.153
Enter the destination SIP port [5060]: 
Enter the protocol <udp>, <tcp> or <tls> [udp]: 
Enter the source ip address: 192.168.122.1
Enter the SIP domain: 192.168.122.153
Enter the SIP username: 100

... module output here ...
Clone this wiki locally