Skip to content

Instantly share code, notes, and snippets.

View manteca's full-sized avatar

Felipe Villalobos manteca

View GitHub Profile
@manteca
manteca / kerberos_attacks_cheatsheet.md
Created June 2, 2020 19:48 — 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:

@manteca
manteca / 42-things.md
Created July 4, 2017 16:51 — forked from xdite/42-things.md
Ten (42) Things You Didn't Know Rails Could Do
@manteca
manteca / gist:1dbb33882fb99098d815
Created January 22, 2016 04:47
Composer laravel production
composer install --no-dev
or
The --optimize-autoloader flag might also be desirable on production (it generates a class-map which will speed up autoloading in your application):
composer install --no-dev --optimize-autoloader
vendor/bin/phpunit
@manteca
manteca / gist:4195250
Created December 3, 2012 14:08
SublimeText2: Packages
Packages
- Zen Coding
- Emmet
- Prefixr
- Nettuts + Fetch
- AdvanceNewFile
- Linter
- Gist
- DocBlockr
- PlainTask