Skip to content

Instantly share code, notes, and snippets.

@nitbx
nitbx / boilerplate.py
Created May 13, 2022 22:12 — forked from notareverser/boilerplate.py
Boilerplate Python script
#!/usr/bin/env python3
import argparse
import sys
import json
import logging
@nitbx
nitbx / kerberos_attacks_cheatsheet.md
Created September 12, 2021 02:37 — 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:

@nitbx
nitbx / cgo1.go
Created May 7, 2021 20:14 — forked from tejainece/cgo1.go
Examples of calling C code from Golang
package main
//#include<stdio.h>
//void inC() {
// printf("I am in C code now!\n");
//}
import "C"
import "fmt"
func main() {

Keybase proof

I hereby claim:

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

To claim this, I am signing this object: