Skip to content

Instantly share code, notes, and snippets.

View 0xVIC's full-sized avatar
👾
.

Victor Rodriguez R 0xVIC

👾
.
  • Madrid
View GitHub Profile
@0xVIC
0xVIC / google-dorks
Created February 14, 2023 09:36 — forked from stevenswafford/google-dorks
Listing of a number of useful Google dorks.
" _ _ "
" _ /|| . . ||\ _ "
" ( } \||D ' ' ' C||/ { % "
" | /\__,=_[_] ' . . ' [_]_=,__/\ |"
" |_\_ |----| |----| _/_|"
" | |/ | | | | \| |"
" | /_ | | | | _\ |"
It is all fun and games until someone gets hacked!
@0xVIC
0xVIC / kerberos_attacks_cheatsheet.md
Created November 9, 2019 22:09 — 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: