cheetz / thp2

thp2 setup
266 stars 168 forks source link

DSHashes Link is no longer valid #2

Closed ghost closed 7 years ago

ghost commented 7 years ago

the wget command fails with a 404 error. root@kali:/opt# wget http://ptscripts.googlecode.com/svn/trunk/dshashes.py -O /opt/NTDSXtract/dshashes.py --2016-12-20 12:45:31-- http://ptscripts.googlecode.com/svn/trunk/dshashes.py Resolving ptscripts.googlecode.com (ptscripts.googlecode.com)... 173.194.206.82, 2607:f8b0:400d:c08::52 Connecting to ptscripts.googlecode.com (ptscripts.googlecode.com)|173.194.206.82|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2016-12-20 12:45:31 ERROR 404: Not Found.

0xdade commented 7 years ago

I haven't found the new direct link, but you can get dshashes now by grabbing the whole repo. I think it got moved to archive status and that link broke.

Whole repo is here: https://storage.googleapis.com/google-code-archive-source/v2/code.google.com/ptscripts/source-archive.zip

File is: ptscripts/trunk/dshashes.py

ghost commented 7 years ago

Found a direct link here: https://raw.githubusercontent.com/lanmaster53/ptscripts/master/dshashes.py

cblanto7 commented 7 years ago

adding to what shredd and 0xdade have both said already:

thp2/setup.txt, line 139: replace

DSHashes: ● Extracts user hashes in a user-friendly format for NTDSXtract ● wget http://ptscripts.googlecode.com/svn/trunk/dshashes.py -O /opt/NTDSXtract/dshashes.py

with

● wget https://raw.githubusercontent.com/lanmaster53/ptscripts/master/dshashes.py -O /opt/NTDSXtract/dshashes.py

obitori commented 6 years ago

There is a github copy of dshashes now, but it is slightly different than the one at githubusercontent.com listed above.

https://github.com/bsi-group/dumpntds.git

The site says that the changes were made to reflect changes in the underlying ntds library.