You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
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.
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
added
v3
Things to address in LPLITE v3
and removed
v2
Things to address in LPLITE v2
labels
May 22, 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:
Formatting did not look like your screenshots until I cleaned up the file when moving it to hashcat file.
The text was updated successfully, but these errors were encountered: