All Projects → knavesec → CredMaster

knavesec / CredMaster

Licence: other
Refactored & improved CredKing password spraying tool, uses FireProx APIs to rotate IP addresses, stay anonymous, and beat throttling

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to CredMaster

backtrex
Backtracking behaviour to solve discrete problems by brute force
Stars: ✭ 22 (-91.94%)
Mutual labels:  brute-force
RC-exploiter
NOT SUPORTED ANYMORE -- try resource_files repository (mosquito)
Stars: ✭ 50 (-81.68%)
Mutual labels:  brute-force
urlbrute
Directory/Subdomain scanner developed in GoLang.
Stars: ✭ 37 (-86.45%)
Mutual labels:  brute-force
psolving-paradigms
Common problems of dynamic programming methods and techniques, including prerequisites, for competitive programmers.
Stars: ✭ 34 (-87.55%)
Mutual labels:  brute-force
Spray365
Spray365 makes spraying Microsoft accounts (Office 365 / Azure AD) easy through its customizable two-step password spraying approach. The built-in execution plan features options that attempt to bypass Azure Smart Lockout and insecure conditional access policies.
Stars: ✭ 233 (-14.65%)
Mutual labels:  password-spray
sshame
brute force SSH public-key authentication
Stars: ✭ 43 (-84.25%)
Mutual labels:  brute-force
orbitaldump
A simple multi-threaded distributed SSH brute-forcing tool written in Python
Stars: ✭ 405 (+48.35%)
Mutual labels:  brute-force
d00r
Simple directory brute-force tool written with python.
Stars: ✭ 35 (-87.18%)
Mutual labels:  brute-force
password-list
Password lists with top passwords to optimize bruteforce attacks
Stars: ✭ 174 (-36.26%)
Mutual labels:  brute-force
Brute-Force-Password-Cracker
A brute force attacker with packages for development in Python 3, Kotlin, C#, Go, Vala, and C++.
Stars: ✭ 29 (-89.38%)
Mutual labels:  brute-force
rbuster
yet another dirbuster
Stars: ✭ 21 (-92.31%)
Mutual labels:  brute-force
moac
Generate passwords and analyze their strength given physical limits to computation
Stars: ✭ 16 (-94.14%)
Mutual labels:  brute-force
assbreak
a tool for brute-force website & mail address.
Stars: ✭ 38 (-86.08%)
Mutual labels:  brute-force
WPCracker
WordPress pentest tool
Stars: ✭ 34 (-87.55%)
Mutual labels:  brute-force
PurpleSpray
PurpleSpray is an adversary simulation tool that executes password spray behavior under different scenarios and conditions with the purpose of generating attack telemetry in properly monitored Windows enterprise environments
Stars: ✭ 43 (-84.25%)
Mutual labels:  password-spray
urlbuster
Powerful mutable web directory fuzzer to bruteforce existing and/or hidden files or directories.
Stars: ✭ 144 (-47.25%)
Mutual labels:  brute-force
instabrute
Instagram Brute Forcer
Stars: ✭ 135 (-50.55%)
Mutual labels:  brute-force
abrute
Multi-threaded AES Brute Force File Decryption
Stars: ✭ 22 (-91.94%)
Mutual labels:  brute-force
yandi-scanner
Network Security Vulnerability Scanner
Stars: ✭ 110 (-59.71%)
Mutual labels:  brute-force
smbaudit
Perform various SMB-related attacks, particularly useful for testing large Active Directory environments.
Stars: ✭ 31 (-88.64%)
Mutual labels:  password-spray

CredMaster

Launch a password spray / brute force attach via Amazon AWS passthrough proxies, shifting the requesting IP address for every authentication attempt. This dynamically creates FireProx APIs for more evasive password sprays.

Shoutout to @ustayready for his CredKing and FireProx tools, which form the base of this suite.

See all the full notes on the Wiki, tool released with specifics in this blogpost

For detection tips, see the blogpost and detection section.

Be careful for account lockouts, know the reset policies of your target

Benefits & Features

  • Rotates the requesting IP address for every request
  • Automatically generates APIs for proxy passthru
  • Spoofs API tracking numbers, forwarded-for IPs, and other proxy tracking headers
  • Multi-threaded processing
  • Password delay counters & configuration for lockout policy evasion
  • Easily add new plugins
  • WeekdayWarrior setting for timed spraying and SOC evasion
  • Fully anonymous

general

Quick Use

The following plugins are currently supported:

  • OWA - Outlook Web Access
  • EWS - Exchange Web Services
  • O365 - Office365
  • O365Enum - Office365 User Enum (No Authentication Request)
  • MSOL - Microsoft Online
  • Okta - Okta Authentication Portal
  • FortinetVPN - Fortinet VPN Client
  • HTTPBrute - Generic HTTP Brute Methods (Basic/Digest/NTLM)
  • ADFS - Active Directory Federation Services
  • AzureSSO - Azure AD Seamless SSO Endpoint
  • GmailEnum - Gmail User Enumeration (No Authentication Request)

Example Use:

python3 credmaster.py --plugin {pluginname} --access_key {key} --secret_access_key {key} -u userfile -p passwordfile -a useragentfile {otherargs}

This tool requires AWS API access keys, a walkthrough on how to acquire these keys can be found here: https://bond-o.medium.com/aws-pass-through-proxy-84f1f7fa4b4b

All other usage details can be found here

TODO

PRs welcome :)

  • New Plugin: Optiv's Go365 Method - Includes Office365 auth and userenum capabilities via SOAP
  • "Resume" functionality for paused/cancelled scans. Ideally storing data for APIs used, if they were destroyed and what user/pwd the spray was on
  • Password file read dynamically so you can add/delete pwds mid-scan and it will perform as desired
  • Method to reliably determine if an auth attempt was throttled, so the username could be re-queued and tried again later for full cover (would have to be per-plugin, return "throttled" boolean value in plugin script, requeue if throttled)
  • Notification system for webhooks
  • Automatic logging of valid users
  • Stop on success flag
  • Spray profile overhaul
  • Config file overhaul
  • Development notes

Credits

  • Mike Felch (ustayready) - CredKing & FireProx
  • Beau Bullock (dafthack) - MSOLSpray tool
  • Martin Ingesen (mrtn9) - MSOLSpray Python tool
  • Oliver Morton (grimhacker) - Office365UserEnum tool
  • Marcello (byt3bl33d3r) - SprayingToolkit
  • Erforschr - HTTP Bruteforce tool
  • Florian Hauser (frycos from codewhitesec) - ADFS plugin
  • nyxgeek - Azure AD Seamless SSO python implementation
  • Joe Helle (joehelle) - Oh365UserFinder
  • Cameron Geehr (BarrelTit0r) - o365enum tool
  • Max Gruenberg (Max_Gruenberg) - o365enum plugin
  • x0rz - GmailEnum technique

Feel free to drop me a line

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].