Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dumping and cracking Active Directory hashes (hashes.csv format) #61

Open
jaustin1 opened this issue May 12, 2023 · 3 comments
Open

Dumping and cracking Active Directory hashes (hashes.csv format) #61

jaustin1 opened this issue May 12, 2023 · 3 comments
Assignees
Labels
help wanted Extra attention is needed v3 Things to address in LPLITE v3

Comments

@jaustin1
Copy link

jaustin1 commented May 12, 2023

I typed powershell in CMD.exe and executed formatting command:
Import-CSV -Delimiter "`t" -Header @("id","user","hash") -path .\hashes.csv | select user,hash | convertto-csv -Delimiter ':' -NoTypeInformation | % { $_ -replace '"', ""} | select-string -pattern "$" -notmatch | out-file crackme.csv -Encoding ascii

I had to copy and paste into notepad to to clarify similar symbols:

image

Formatting did not look like your screenshots until I cleaned up the file when moving it to hashcat file.

image

image

image

@7MinSec 7MinSec added v2 Things to address in LPLITE v2 help wanted Extra attention is needed labels May 13, 2023
@7MinSec
Copy link
Owner

7MinSec commented May 13, 2023

Are you saying you typed this in by hand, and it was confusing which symbols were supposed to be typed at certain points? If so, I definitely recommend in the live class that students copy/paste to make their lives a lot easier :)

@jaustin1
Copy link
Author

I'm referencing the single quotes vs double quotes area in red. In the directions, they look like two double quotes. I didn't notice they were different until I pasted it into notepad.

@7MinSec 7MinSec self-assigned this May 17, 2023
@7MinSec
Copy link
Owner

7MinSec commented May 22, 2023

Ok I'm going to, as part of this repo, create "raw" snippets of code that folks can copy/paste from (if they wish) to make the curriculum easier to work with. Will fix this up in v3 of curriculum.

@7MinSec 7MinSec added v3 Things to address in LPLITE v3 and removed v2 Things to address in LPLITE v2 labels May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed v3 Things to address in LPLITE v3
Projects
None yet
Development

No branches or pull requests

2 participants