Dumping a domain worth of passwords with mimikatz
clymb3r recently posted a script called “Invoke-Mimikatz.ps1” basically what this does is reflectively injects mimikatz into memory, calls for all the logonPasswords and exits. It even checks the...
View ArticleMetasploit Minute - Mondays with Mubix - Episode 1
Show URL: Hak5 Youtube URL: YouTube Show RSS feed: RSS
View ArticleAlive Again
I’ve taken a rather long hiatus from blogging. This is mostly because I was fed up with the blogging platform that I had (Squarespace) and didn’t really have any alternatives that met all of the...
View ArticleExtAPI Pranks
Since I’ve been gone, OJ has released the ExtAPI (Extended API) for Meterpreter. This has some pretty amazing functionality. You can find OJ’s write up on it and more amazing things he did in 3 months...
View ArticleInstalling Metasploit Community Edition on Windows 8
Show URL: Hak5 Youtube URL: YouTube Show RSS feed: RSS
View ArticleApplication Whitelist Bypass using IEexec.exe
Guest post by @infosecsmith2 There was a recent presentation at DerbyCon, entitled: Living Off the Land: A Minimalist’s Guide to Windows Post-Exploitation by Christopher Campbell & Matthew Graeber...
View ArticleAttacker Ghost Stories - ShmooCon 2014
Attacker Ghost Stories - ShmooCon 2014 from Rob Fuller
View ArticleHostname bruteforcing on the cheap
Quick update: As @MikeDamm points out, xargs has a -P option that can do the same thing I’m using parallel for. If you have a supported version of xargs you can use -P 0 to do the same thing as -j0...
View ArticleIterative DNS Brute Forcing
Everyone has their list of hostnames they brute force domains with. In my last post I even mentioned a few ways to use one with XARGS or PARALLEL. But one fact about wordlist brute forcing is that...
View ArticleExecuting code via SMB / DCOM without PSEXEC
PSEXEC has been a staple for Windows post exploitation pivoting and system administration for a long while. The basic premise of how all “psexec” tools work is: (Optional) Upload a service executable...
View ArticleDumping NTDS.dit domain hashes using Samba
So there was this blog post that talking about a number of ways to dump windows credentials by @lanjelot [definitly someone to follow] - here:...
View ArticleCCDC Red Teamer's Creed
This is my box. There are many like it, but they are all mine. My malware is my best friend. It is my life. I must master it as I must master my life. My malware, without me, is useless. Without my...
View ArticleEffective NTLM / SMB Relaying
SMB Relay has been around for a long while. I even have a post about using it along with LNK files here: MS08-068 + MS10-046 = Fun until 2018 Here is the problem though. Most of the tools to exploit it...
View ArticleInstalling PyCrypto on OSX Mavericks
Keeping it here for notes and just in case anyone else runs into this same issue. brew install pip sudo ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install pycrypto If...
View ArticleGo home InfoSec, you're drunk
Let me start off by saying this post is easy for me to write in one facet as I’ve never been a heavy drinker or much enjoyed the taste of alcohol. So if you need a reason to disregard what I say next,...
View ArticleWhy good leaders make you feel safe
This talk really touched home with me and I wanted to share it, and not just because he talked about Marines. ;-) Forward this talk on to your fellow employees, boss, etc.
View ArticleThe Internets Own Boy
Anyone who knows me knows that I live in a tiny world of offensive security, so much so that I miss large world events entirely. (Like elections and hurricanes) I didn’t know Aaron Swartz, or even 1%...
View ArticleMilkman: Creating processes as any currently logged in user
One of the problems with using PSEXEC from Metasploit (any of the psexec modules) is that it runs as SYSTEM. What’s the problem with that? Isn’t SYSTEM god mode? Ya, and normally I’d agree that it’s...
View ArticleOSX Persistence via PHP Webshell
As I learn more and more about OSX I find things that surprise me. For instance, in this post I will be showing you how to, with root or sudo priviledge, enable the built-in apache server on OSX and...
View ArticleFull Disclosure - SingleClick Connect
Update: I originally posted this to the Full Disclosure mailing list but for some reason it wasn’t accepted via the moderator so I’m posting it here. First, so that the information does get out there,...
View Article