hashcat Forum
Hashtopus - distributed solution - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Misc (https://hashcat.net/forum/forum-15.html)
+--- Forum: User Contributions (https://hashcat.net/forum/forum-25.html)
+--- Thread: Hashtopus - distributed solution (/thread-3159.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29


RE: Hashtopus - distributed solution - hannhimhe - 01-05-2015

Suggestions
Generate wordlist for all found. Not hashlist specific.

Export hashes: All, cracked, not cracked. Hashlist specific.


RE: Hashtopus - distributed solution - hannhimhe - 01-05-2015

(01-04-2015, 10:08 PM)curlyboi Wrote: Please check registry key HKLM\SYSTEM\CurrentControlSet\Control\Class\{4D36E968-E325-11CE-BFC1-08002BE10318}

Look for value with name "Catalyst_Version" and post its value here.

14.12


RE: Hashtopus - distributed solution - Znerox - 01-07-2015

I've just installed the newest version, and having trouble importing hashlist.

Creating hashlist in the DB... OK (id: 7)
Adding file hashlist_7:
Creating file from text field...ERROR!

I've previously used the first version of hashtopus, and it worked fine, so DB and file privileges for folders should be fine. I've tried giving DB user all priveligies without any luck.

When I'm running the SQL commands on my newly created database I get this:

Error

SQL query:

INSERT INTO `hashtypes` (`id`, `description`) VALUES (0, 'MD5'), (10, 'md5($pass.$salt)'), (100, 'SHA1'), (1000, 'NTLM'), (10000, 'Django (PBKDF2-SHA256)'), (101, 'nsldap, SHA-1(Base64), Netscape LDAP SHA'), (10100, 'SipHash'), (11, 'Joomla < 2.5.18'), (110, 'sha1($pass.$salt)'), (1100, 'Domain Cached Credentials, mscash'), (111, 'nsldaps, SSHA-1(Base64), Netscape LDAP SSHA'), (112, 'Oracle 11g/12c'), (12, 'PostgreSQL'), (120, 'sha1($salt.$pass)'), (121, 'SMF > v1.1'), (122, 'OSX v10.4, v10.5, v10.6'), (123, 'Django (SHA-1)'), (130, 'sha1(unicode($pass).$salt)'), (131, 'MSSQL(2000)'), (132, 'MSSQL(2005)'), (133, 'PeopleSoft'), (140, 'sha1($salt.unicode($pass))'), (1400, 'SHA256'), (141, 'EPiServer 6.x < v4'), (1410, 'sha256($pass.$salt)'), (1420, 'sha256($salt.$pass)'), (1421, 'hMailServer'), (1430, 'sha256(unicode($pass).$salt)'), (1440, 'sha256($salt.unicode($pass))'), (1441, 'EPiServer 6.x > v4'), (1450, 'HMAC-SHA256 (key, '$pass)'), (1460, 'HMAC-SHA256 (key, '$salt)'), (150, 'HMA[...]

MySQL said: Documentation
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '$pass)'),
(1460, 'HMAC-SHA256 (key, '$salt)'),
(150, 'HMAC-SHA1 (key, '$pass)'),' at line 32


RE: Hashtopus - distributed solution - hannhimhe - 01-08-2015

As you can see the error is the ' infront of the $. This error occurs several times in the sql-file. Replace '$ with $ and the error will go away.


RE: Hashtopus - distributed solution - Znerox - 01-08-2015

Fixed that, then I'm getting:

#1054 - Unknown column '62XY' in 'field list'

removed middle line here:

(6100, 'Whirlpool'),
(62XY, 'TrueCrypt 5.0+ (see below)'),
(6300, 'AIX {smd5}'),

then it goes through with no errors, but I'm still getting the same error when creating a new hashlist. Got any ideas? Smile

Edit: Got it working. When i updated i replaced the whole "hashtopus" folder from web root, that reset/changed file permissions so php/mysql didn't have write permission.


RE: Hashtopus - distributed solution - hannhimhe - 01-08-2015

What hashtype is your new list and is it in your hashtype table?


RE: Hashtopus - distributed solution - Znerox - 01-08-2015

It's "2811, 'IPB2+, MyBB1.2+'" (did the SQL query/command as stated above).


RE: Hashtopus - distributed solution - hannhimhe - 01-09-2015

I saw your edit now. Everything is working?


RE: Hashtopus - distributed solution - Znerox - 01-11-2015

Yes everything is working fine now. I did have to edit the sql command/query to avoid errors though, no idea why those where there in the first place or if it matters.


RE: Hashtopus - distributed solution - hydrocloricacid - 02-02-2015

Solution for me when i got this was to use the supported driver version for AMD.
e.g. 14.9


(01-04-2015, 10:08 PM)curlyboi Wrote:
(01-04-2015, 09:04 PM)hannhimhe Wrote:
Quote:Hashtopus 0.9.1
Registering to server...Enter registration voucher:
OK.
Logging in to server...OK.

Unhandled Exception: System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt64(String value, NumberStyles options, NumberFormatInfo numfmt)
at hashtopus.hashtopus.versionDetect()
at hashtopus.hashtopus.Main(String[] args)
Windows 7
AMD 290X

Please check registry key HKLM\SYSTEM\CurrentControlSet\Control\Class\{4D36E968-E325-11CE-BFC1-08002BE10318}

Look for value with name "Catalyst_Version" and post its value here.