v1.0.0 : "Iron Age"
It's Here!
We're pleased to share our first public release of OffensiveNotion. Please consult the Wiki for usage details. You can find the compiled Windows and Linux 64-bit binaries below.
Enjoy!
Please note this is a default build, meaning the built-in configs are meaningless. To kick this off, please run with one of the following options:
-d
: Debug mode, which will walk you through adding config params.-c
: Provide a config json file as a path. See below for a sample.-b
: Provide base64-encoded config. Might want to use the below as a base.
Example Config
{
"sleep_interval": 10,
"jitter_time": 5,
"parent_page_id": "your_page_id",
"api_key": "your_api_key",
"config_file_path": "cfg.json",
"launch_app": true,
"log_level": 5
}