Bonfire Usage

Commonly used interactive commands are as follows.

help

[bonfire]
> help
Commands:
    help        Print this help
    store       Offer free and paid nopales
    library     Manage owned nopales
    launch      Launch a nopal
    account     Manage accounts
    device      Manage devices used by nopales
    clear       Clear the interactive screen
    about       Print about
    exit        Exit program

Run `<command> --help` for more information on a command.

store

documentation

Enter the store TUI mode:

[bonfire]
> store --tui

library

Manage owned nopales

[bonfire]
> library

bluing
    Command: bluing
    Expiration date: YYYY-MM-DD

    An intelligence gathering tool for researching Bluetooth

launch NOPAL_CMD

Launch a nopal, e.g. bluing:

[bonfire]
> launch bluing
bluing requires 1 Bluetooth USB adapte

The available devices are as follows:

Bus ID: 3-2    Type: Bluetooth USB adapter    Idle
    Vendor:  Cambridge Silicon Radio, Ltd
    Product: Bluetooth Dongle (HCI mode)
    HCI:     hci0
    BD_ADDR: aa:bb:cc:dd:ee:ff

Enter bus ID to choose device (Default 1-2/Cancel):
[bluing:0]
> bluing br --inquiry
...

[bluing:0]
> bluing le --scan
...

[bluing:0]
> bluing --help
...

[bluing:0]
> exit

Bonfire Usage