Skip to content

Commit

Permalink
References
Browse files Browse the repository at this point in the history
  • Loading branch information
zer1t0 committed Aug 28, 2016
1 parent b56573f commit 4e98770
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gather/Get-PassHashes.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ function LoadApi
$script:PowerDump = $TypeBuilder.CreateType()
}

#######################################powerdump written by David Kennedy#########################################

$antpassword = [Text.Encoding]::ASCII.GetBytes("NTPASSWORD`0");
$almpassword = [Text.Encoding]::ASCII.GetBytes("LMPASSWORD`0");
$empty_lm = [byte[]]@(0xaa,0xd3,0xb4,0x35,0xb5,0x14,0x04,0xee,0xaa,0xd3,0xb4,0x35,0xb5,0x14,0x04,0xee);
Expand Down

0 comments on commit 4e98770

Please sign in to comment.