This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -xeu -o pipefail | |
CQL_HOME="$HOME/codeql-home" | |
CQL_REPO="codeql-repo" | |
CQL_BINS_DIR="codeql" | |
GH_BASE_URL="https://github.com/github" | |
VERSION_FILE="$CQL_HOME/.version" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name OUR Nessus | |
// @namespace self | |
// @version 0.0.0 | |
// @description Usability improvements to vanilla Nessus, because life is too short and I am going insane | |
// @author mortic | |
// @match https://NESSUS-INSTANCE-IP/* | |
// ==/UserScript== | |
/* Globals */ |