Skip to content

Instantly share code, notes, and snippets.

View signus's full-sized avatar
🐉

Matsuri signus

🐉
View GitHub Profile

$argon2id$v=19$m=512,t=256,p=1$2dfpM7ZkuJ3cPvJ+lD8QSQ$Aovt9tqUsE9CeriTJPk/dCwhpnWcjsJw+y06A5Jjo0Q

Keybase proof

I hereby claim:

  • I am signus on github.
  • I am signus (https://keybase.io/signus) on keybase.
  • I have a public key ASBNFG6cBNfCcRbJMQDBd2zLp8OxIw0jAxRpeEhDysNlSQo

To claim this, I am signing this object:

#!/bin/bash
# Signus
# Compares discovered ports from nmap to a list provided as acceptable ports. Any found ports that aren't accepted throw an 'exit 1' to cause Jenkins to mark a build failed.
RD='\033[0;31m'
GRN='\033[0;32m'
NC='\033[0m'
ports=()
allow=()