With kerbrute.py:
python kerbrute.py -domain <domain_name> -users <users_file> -passwords <passwords_file> -outputfile <output_file>With Rubeus version with brute module:
With kerbrute.py:
python kerbrute.py -domain <domain_name> -users <users_file> -passwords <passwords_file> -outputfile <output_file>With Rubeus version with brute module:
| #!/bin/bash | |
| # | |
| ## -------------------------------=[ Info ]=--------------------------------- ## | |
| # | |
| # Generate letsencrypt cert on local server and scp to esxi target. | |
| # Designed and tested on Ubuntu 16.04LTS. | |
| # Assumes you have upnp control over local network. Tested with Ubiquiti USG. | |
| # | |
| # Dependencies: | |
| # miniupnpc (sudo apt install miniupnpc) |
| # Dracula Theme for Consoles | |
| # | |
| # Console colors are set by the `setvtrgb` command which takes as argument a | |
| # file of exactly three lines of text. These lines are the 0..255 values for | |
| # | |
| # red: black,red,green,yellow,blue,magenta,cyan,white,bold_black,bold_red,bold_green,bold_yellow,bold_blue,bold_magenta,bold_cyan,bold_white | |
| # grn: black,red,green,yellow,blue,magenta,cyan,white,bold_black,bold_red,bold_green,bold_yellow,bold_blue,bold_magenta,bold_cyan,bold_white | |
| # blu: black,red,green,yellow,blue,magenta,cyan,white,bold_black,bold_red,bold_green,bold_yellow,bold_blue,bold_magenta,bold_cyan,bold_white | |
| # | |
| # Needless to say, this is a very annoying format. Here are the values for |
| Purchased | Purchaser | Date | Price | Structure | Notes |
|---|
| default['sshd']['sshd_config']['AuthenticationMethods'] = 'publickey,keyboard-interactive:pam' | |
| default['sshd']['sshd_config']['ChallengeResponseAuthentication'] = 'yes' | |
| default['sshd']['sshd_config']['PasswordAuthentication'] = 'no' |
| #====================================# | |
| # Extract Wi-Fi Credentials # | |
| # greg . foss @ owasp . org # | |
| # v0.1 -- July, 2017 # | |
| #====================================# | |
| # Licensed under the MIT License | |
| <# |
| <!doctype html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>AWS IoT Pub/Sub Demo</title> | |
| </head> | |
| <body> | |
| <h1>AWS IoT Pub/Sub Demo</h1> | |
| <form> | |
| <button type="button" id="connect">connect!</button> |
| # https://github.com/mattifestation/CatalogTools | |
| Import-Module CatalogTools | |
| # install.wim was mounted to C:\Mount with Mount-WindowsImage | |
| $SystemCatalogEntries = ls -Path C:\Mount -Include '*.cat' -Recurse | % { | |
| $CatalogInfo = Get-CatalogFile -Path $_.FullName | |
| $FilePath = 'C:' + $CatalogInfo.FilePath.Path.Substring(8) | |
| $CatalogInfo.CatalogMembers | ? { $_.HashInfo.Algorithm -and $_.HashInfo.FileHash } | % { | |
| $Hint = $null |