New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #11114 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

NEW: ophcrack 2.3.3

Reported by: cedric.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

Portfile (1.5 KB) - added by cedric.luthi@… 3 years ago.
Portfile
patch-Makefile.in (1.3 KB) - added by cedric.luthi@… 3 years ago.
Makefile.in patch
Portfile_v2 (1.5 KB) - added by cedric.luthi@… 3 years ago.
Tests endianness instead of architecture
ophcrack-port.zip (6.5 KB) - added by cedric.luthi@… 3 years ago.
Full ophcrack port (bkhive and samdump2 ports also included in the archive)
ophcrack-port_v2.zip (6.5 KB) - added by cedric.luthi@… 3 years ago.
Small error in the patch-Makefile of samdump2 fixed

Change History

Changed 3 years ago by cedric.luthi@…

Portfile

Changed 3 years ago by cedric.luthi@…

Makefile.in patch

Changed 3 years ago by cedric.luthi@…

Tests endianness instead of architecture

Changed 3 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.

Changed 3 years ago by pmq@…

  • cc pmq@… added
  • type changed from defect to enhancement

Changed 3 years ago by cedric.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 3 years ago by cedric.luthi@…

Full ophcrack port (bkhive and samdump2 ports also included in the archive)

Changed 3 years ago by cedric.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 3 years ago by cedric.luthi@…

Small error in the patch-Makefile of samdump2 fixed

Changed 3 years ago by markd@…

  • cc markd@… added
  • status changed from new to closed
  • resolution set to fixed

Committed the three ports. Thanks! Nice ui_msg's. It helps users a lot.

Changed 3 years ago by cedric.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.

Note: See TracTickets for help on using tickets.