Justin Su
Justin Su
~~Ah there's an option for this: `--theme=auto:always`.~~ ~~From bat's man page:~~ > ~~Variation of auto where where the terminal's colors are detected even when the output is redirected.~~ Or use...
Hmm, if I try `fzf --preview "bat --color=always --style=numbers --line-range=:500 --theme=auto:always {}"`, fzf exits with code 130. I'm guessing the theme can't be auto-detected because bat isn't connected to the...
``` PHP Fatal error: Uncaught PDOException: There is no active transaction in /var/www/hashtopolis-backend/src/inc/Util.class.php:1357 Stack trace: #0 /var/www/hashtopolis-backend/src/inc/Util.class.php(1357): PDO->commit() #1 /var/www/hashtopolis-backend/src/inc/utils/ConfigUtils.class.php(88): Util::setMaxHashLength() #2 /var/www/hashtopolis-backend/src/inc/handlers/ConfigHandler.class.php(13): ConfigUtils::updateConfig() #3 /var/www/hashtopolis-backend/src/config.php(22): ConfigHandler->handle() #4 {main} thrown...
Sorry the diff is annoying to review, even with whitespace changes hidden 😦 I grepped for `optmanager.foo`, so this should catch all usages.
I see, that makes sense. In that case, since the basic config appears in 3 places, I'll change the PR to make those match. (Also turns out the color auto-detection...
For context: My agents register using a persistent voucher, so I have to assign them to a group manually. Being able to remove agents from the Default group would let...
Based on the server UI, my understanding is that group permissions act on files, not tasks. So an agent can work on a given task if, for each of the...
tl;dr if you remove an agent from the Default group, it cannot work on _any_ tasks at all.
> A task still requires an agent to be allowed to access the group which the hashlist is assigned to (there you select an AccessGroup on creation). If the agent...
I just tested by making a new group, then creating a hashlist and task for it. The task only used the hashlist and no files (wordlists or rules). The agent...