Skip to content

Instantly share code, notes, and snippets.

@sicinthemind
sicinthemind / CheckSPF.sh
Created December 16, 2021 21:38
SPF Lookup
#!/bin/bash
######################################################################################
#
# Author : Sicinthemind
# Date : 8/4/2020
# Purpose : Observes DNS records for SPF and DMARC for a given domain
# list of email addresses.
#
######################################################################################
@sicinthemind
sicinthemind / portscan.sh
Last active April 26, 2025 15:14
Just does the port scans and things...
#!/bin/bash
#############################################################################
# PORT SCANNING AND SERVICE ENUMERATION TOOL BY SICINTHEMIND
# Can install to /usr/bin/ and it will run anywhere, saving the files
# in the current working directory.
#############################################################################
regpat="^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$"
ip=""
workspace=""
if [ "$(id -u)" -ne 0 ]; then # check if script is running as root!
@sicinthemind
sicinthemind / kerberos_attacks_cheatsheet.md
Created August 20, 2021 06:44 — forked from TarlogicSecurity/kerberos_attacks_cheatsheet.md
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: