#11114 closed enhancement (fixed)
NEW: ophcrack 2.3.3
Reported by: | 0xced (Cédric Luthi) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Low | Milestone: | |
Component: | ports | Version: | |
Keywords: | Windows password crack | Cc: | pmq@…, markd@… |
Port: |
Description
Ophcrack is a Windows password cracker based on a time-memory trade-off using rainbow tables.
Attachments (5)
Change History (11)
Changed 18 years ago by 0xced (Cédric Luthi)
Changed 18 years ago by 0xced (Cédric Luthi)
Attachment: | Portfile_v2 added |
---|
Tests endianness instead of architecture
comment:1 Changed 18 years ago by pmq@…
Owner: | changed from rhwood@… to macports-dev@… |
---|
Compiles and run fine for the GUI part at least on 10.4 PPC here. Is the endianness problem in ophcrack itself, or in stuff like bkhive? It seems (admittedly from a very quick glance at the sources) that you need to have bkhive2 and samdump2 (in callbacks.c at least, line 524) installed on your machine to run ophcrack.
comment:2 Changed 18 years ago by pmq@…
Cc: | pmq@… added |
---|---|
Type: | defect → enhancement |
comment:3 Changed 18 years ago by 0xced (Cédric Luthi)
It runs fine but it won't be able to crack the passwords which is the very purpose of ophcrack! bkhive2 and samdump2 are used to retrieve respectively the syskey bootkey and the Windows 2k/NT/XP password hashes from a windows file system and are not required for ophcrack to run. You can also supply the hashes directly, see http://lasecwww.epfl.ch/~oechslin/projects/ophcrack/ to generate hashes and test ophcrack.
Changed 18 years ago by 0xced (Cédric Luthi)
Attachment: | ophcrack-port.zip added |
---|
Full ophcrack port (bkhive and samdump2 ports also included in the archive)
comment:4 Changed 18 years ago by 0xced (Cédric Luthi)
Forget about the last port. This one is clean: it adds both bkhive and samdump2 new ports and ophcrack now depends (runtime dependencies) on these two ports.
Changed 18 years ago by 0xced (Cédric Luthi)
Attachment: | ophcrack-port_v2.zip added |
---|
Small error in the patch-Makefile of samdump2 fixed
comment:5 Changed 18 years ago by markd@…
Cc: | markd@… added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Committed the three ports. Thanks! Nice ui_msg's. It helps users a lot.
comment:6 Changed 18 years ago by 0xced (Cédric Luthi)
Thanks Mark for committing. Actually, the ui_msg are not from me, they were echoes in the install phase of the Makefile, but I removed them and put them back as ui_msg as some users may not set the -v switch when using MacPorts.
Portfile