Wartime Consigliere - Puzzle solver - Breaker O’ Things
-
Kohl's Technology
- Global
- https://dwallraff.com
Pinned Loading
-
Commands to create a self-signed SSL...
Commands to create a self-signed SSL cert or CSRs using the openssl conf from https://gist.github.com/dwallraff/c1ed31291ac7cf19304b 1##### Commands to generate SSL certs/artifcts23# Download the temp.cnf file using the wget command below4# Edit temp.cnf and add your information5# Run the uncommented out commands to generate a self-signed cert (cert.pem) and private key (keyfile.pem) -
Use netcat to send syslog messages
Use netcat to send syslog messages 1# Here’s how to create UDP syslog messages via nc, netcat:2echo ‘<14>_sourcehost_ messagetext’ | nc -v -u -w 0 _syslog-host_ 514
-
Generate random passwords with urandom
Generate random passwords with urandom 1cat /dev/urandom | tr -dc 'a-zA-Z0-9-_!@#$%^&*()_+{}|:<>?=' | fold -w 32 | head -n 5
23# cat /dev/urandom | tr -dc 'a-zA-Z0-9._!@#$%^&*()' | fold -w 8 | head -n 500000 > wordlist.txt4# cat /dev/urandom | tr -dc 'a-zA-Z0-9-_!@#$%^&*()_+{}|:<>?=' | fold -w 12 | head -n 45# cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1 -
Create and mount a loopback filesystem
Create and mount a loopback filesystem 1#!/usr/bin/env bash23## Loopback Filesystem4# This script will create and mount a loopback filesystem5# Useful if you need to limit director(ies) by size
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

