TabRenamer CNA
May 23, 2022 ยท View on GitHub
What
- This will allow programmatic renaming of tabs as you see fit, with toggles of your history as you see fit.
Why
- There needed to be a solution for client-side "configurations" to persist beyond the lifetime of a connection to a
TeamServer. - This allows the generation and importing of user-defined
JSONfiles, with a code sample to interact with a third-partyJARcomponent.- As discovered within other repositories, the default method of interacting with
JARfiles inSleepis somewhat broken - Large swaths of code are graciously borrowed from PyCobalt (thank you very much!)
- As discovered within other repositories, the default method of interacting with
What is this included JAR file:
- It is simply the compiled source of this project's release
- Instructions on compilation can be found here if you wish to do it yourself.
Available Commands
| Syntax | Description | Beacon Command Example |
|---|---|---|
cbm | Set current tab name. | cbm Kerberoast |
cbm_hist | List name history of current tab | cbm_hist |
rtn | Set preferred tab index from cbm_hist output | rtn 1 |
dump_json_tabs | Store all tab metadata into file | dump_json_tabs |
import_json_tabs | Import previously-dumped JSON tab file | import_json_tabs /path/to/recovery.json |
Example Usage
