Skip to content

Instantly share code, notes, and snippets.

View tdwalton's full-sized avatar

Trevor Walton tdwalton

View GitHub Profile
@mauvehed
mauvehed / enable_to_sudo_authenticate_with_touch_id.sh
Last active January 27, 2023 23:35
Enable sudo auth for macOS touchID via pam
#!/bin/bash
#
# credit to machupicchubeta/dotfiles/bin/enable_to_sudo_authenticate_with_touch_id.sh
set -eu
set -o pipefail
sudo chmod +w /etc/pam.d/sudo
if ! grep -Eq '^auth\s.*\spam_tid\.so$' /etc/pam.d/sudo; then
( set -e; set -o pipefail
# Add "pam_tid.so" to a first authentication
@ScottMcGready
ScottMcGready / Resources.md
Last active August 2, 2020 18:12
OSINT Tips & Tricks Stream resources

OSINT Stream

This is a list of all the resources I spoke abotu during the OSINT tips and tricks stream. If you have questions, feel free to reach out on Twitter.

Infographic cheatsheet

![infographic][infographic]

Infographic (by @ddsgerard) available here.

Tools Used

@TarlogicSecurity
TarlogicSecurity / kerberos_attacks_cheatsheet.md
Created May 14, 2019 13:33
A cheatsheet with commands that can be used to perform kerberos attacks

Kerberos cheatsheet

Bruteforcing

With kerbrute.py:

python kerbrute.py -domain <domain_name> -users <users_file> -passwords <passwords_file> -outputfile <output_file>

With Rubeus version with brute module:

@mubix
mubix / infosec_newbie.md
Last active April 7, 2024 22:35
How to start in Infosec