Skip to content

Instantly share code, notes, and snippets.

View glenntnorton's full-sized avatar
💭
I may be slow to respond.

Acanthis flammea passerine glenntnorton

💭
I may be slow to respond.
  • ACANTHIS FLAMMEA PASSERINE '25 / Y47
  • Iowa, USA
  • 16:22 (UTC -05:00)
View GitHub Profile
@glenntnorton
glenntnorton / list-running-services.sh
Last active September 5, 2024 06:10
list-running-services
#!/bin/sh
sudo systemctl list-unit-files --type=service --state=enabled --all
@glenntnorton
glenntnorton / nikto_args.py
Last active March 18, 2025 05:59
# nikto args run from python
process_args = ['perl', 'nikto.pl', '-T', 'x1', '-D', '3', '-C', 'all', '-e', '1', '-h', HOST]
@glenntnorton
glenntnorton / fstab
Last active September 5, 2024 06:09
fstab to fix kali
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# systemd generates mount units based on this file, see systemd.mount(5).
# Please run 'systemctl daemon-reload' after making changes here.
#
# <file system> <mount point> <type> <options> <dump> <pass>
@glenntnorton
glenntnorton / parrot-os-meta-packages.txt
Last active September 5, 2024 06:08
parrot-os-meta-packages.txt
sudo apt-get install amap amass arp-scan dmitry dnsenum dnsmap
Source: parrot-tools
Priority: optional
Maintainer: Parrot Team <[email protected]>
Uploaders:
Lorenzo "Palinuro" Faletra <[email protected]>
Nong Hoang "Dmknght" Tu <[email protected]>
Standards-Version: 4.5.1
Section: metapackages
@glenntnorton
glenntnorton / tinkerboard-2GB-install.sh
Last active September 5, 2024 06:03
tinkerboard-2GB-install.sh
#!/bin/bash
sudo apt-get update
sudo apt-get install -y arpwatch beef-xss bettercap burpsuite chromium dnsmap greenbone-security-assistant gsad gvm
gvm-tools hwinfo hydra-gtk imagemagick joplin metagoofil netpbm osrframework powersploit python3-requests
python3-virtualenv sqlninja uniscan zaproxy
@glenntnorton
glenntnorton / .nanorc
Last active March 18, 2025 05:50
# who knew?!? i had no clue!
include /usr/share/nano/*.nanrc
@glenntnorton
glenntnorton / aliases.sh
Last active March 18, 2025 05:47
# aliases i always forget 😞
# aliases i always forget :(
alias sqlite='sqlite3'
alias vi='vim'
alias rm='rm -i'
alias mv="mv -i"
alias ll='ls -lF'
alias lll='ls -lFt'
alias cl='clear' # or <CTRL-l> !!!
alias q='exit'
@glenntnorton
glenntnorton / .tmux.conf
Last active September 5, 2024 05:59
Tmux config
# Remap prefix from 'C-b' to 'C-f'
unbind C-b
set-option -g prefix C-f
bind-key C-f send-prefix
# Improve colors
set -g default-terminal 'xterm-256color'
# Set scrollback buffer to 10000
set -g history-limit 10000
@glenntnorton
glenntnorton / .vimrc
Last active March 18, 2025 06:04
.vimrc
behave mswin
filetype on
filetype plugin on
"set lines=40 columns=120
set ai
set backspace=indent,eol,start
set dir=.
set expandtab
set foldmethod=marker
@glenntnorton
glenntnorton / rpi3b-bullseye-build.sh
Last active September 5, 2024 05:57
rpi3b-bullseye-build.sh
#!/bin/sh
# cqpack-bullseye-build.sh
#
# image: 20230102_raspi_3_bullseye
#
# initial boot - headless remote
# ------------------------------
# 1. add id_rsa.pub to /boot/sysconfig.txt
#
# 2. change hostname