Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › Programming › Coders Lounge › Active Directory Brute Force Tool

Active Directory Brute Force Tool

Posts 1–8 of 8 · Page 1 of 1
freedompeace
freedompeace
Active Directory Dictionary Attack Tool
No one will probably find this useful... but... here's something I spent the last 5 minutes working on. It "tests" the security of a Active Directory user (so Active Directory, Windows domain logon etc...) by doing a dictionary attack.

This won't work if the server rate limits login attempts or anything, however. Also, there's an easier method to this, by just copying the cached password hashes and cracking them on a GPU (which is 10000x more efficient), but I don't have that liberty because I don't have physical access to the computers that the targets have logged into.

150MB worth of common passwords are provided.

Usage:
Code:
network.exe domain username [-update] [-nocrack]
Switches available:
  • -update: Updates the password dictionary by merging all files in the resources/databases directory. It is assumed that on every line is a password. Empty lines are ignored.
  • -nocrack: Does not attempt to find the password.


Progress is automatically saved every 1000 attempts, and successful combinations are stored somewhere under the ./resources directory (forgot where).

This has not been tested, I will be testing it live on Monday and if it works, giving the network administrator a little surprise :)

Source code and binaries attached. Code has not been refractored.

Requires .NET 3.5 to execute.

Download the binaries and source now.
(too large to upload to MPGH, unless you want 1000 parts)
#1 · edited 15y ago · 15y ago
NA
Nathan
Is it still uploading?
#2 · 15y ago
freedompeace
freedompeace
Quote Originally Posted by Cookie. View Post
Is it still uploading?
Oh, the state of Australian internet. I'm uploading at a fine 10kB/s, and the rest of my internet connection doesn't work because I'm maxing my upload.

I will edit my post with the download link when the upload is complete, as currently inferred.


EDIT: file has been finally uploaded, and is available for download.
#3 · edited 15y ago · 15y ago
LY
Lyoto Machida
Nice .
#4 · 15y ago
Hell_Demon
Hell_Demon
~ Link Approved ~
#5 · 15y ago
NA
Nathan
I'll have a look at it when I get home
#6 · 15y ago
freedompeace
freedompeace
Where'd be edit button go?

Anyway, I've just got the network administrator's credentials in under an hour.

A few code changes need to be made:
Under "Program.cs", change the line from
Code:
ActiveDirectoryServices.GetCrackin(args[1], args[2]);
to
Code:
ActiveDirectoryServices.GetCrackin(args[0], args[1]);
Turns out C# truncates the first argument (the current directory).

Also,
Code:
./resources/resume/
must be present otherwise StreamWriter won't be able to open a file there. You can add this to the code if you want.
#7 · 15y ago
LE
Leandro Alves
Nice Job!

Link or source?

Link 404


Thanks!
#8 · 13y ago
Posts 1–8 of 8 · Page 1 of 1

Post a Reply

Tags for this Thread

None