Skip to content

Instantly share code, notes, and snippets.

@m0rt1c
m0rt1c / ournessus.js
Last active February 28, 2023 10:29
OURNessus, a Greasemonkey script to add features to Nessus
// ==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 */
@m0rt1c
m0rt1c / cql-update.sh
Last active July 16, 2025 12:37
Updated and install codeql for linux
#!/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"