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) |
RE: Hashtopus - distributed solution - Matthijz98 - 10-06-2015 MD5 On my 970 hashtopus also shows 7215.76 MH/s and the bechmark was +/- 10000 MH/s RE: Hashtopus - distributed solution - Xanadrel - 10-06-2015 My guess is that there is no issue at all, benchmark represents the fastest speed possible, it's not the speed you'll get all the time, it depends on a bunch of factors like attack mode or keyspace, basically if you put enough work on the gpu or not. RE: Hashtopus - distributed solution - curlyboi - 11-07-2015 I hear lot of ppl are experiencing issues with Ubuntu 14.04. I suspect this is the nonstandard separator I am using (it's ASCII code 1, \x01 if you wish), and I think it might have something to do with utf-8 based terminal which interprets the \x01 as a beginning of multibyte character. Unfortunately I don't have Ubuntu installed anywhere and I don't have time to play with it, but it might be a good starting point for some of Linux gurus here to figure it out. I think this will not be fixed in hashtopus per se but rather using some command before launching hashtopus agent to switch the console to non-utf8 mode. RE: Hashtopus - distributed solution - jagamaster - 11-11-2015 Hello, curlyboi I have an issue with hashtopus.exe 0.9.3 agent under live USB stick Debian - SMOS 1.3 mining distributive. It's the server with 7 x R9 280x ATI Videos ========== root@smos-1:~# mono hashtopus.exe debug Hashtopus 0.9.3 Debug mode on. lspci uname -n Unhandled Exception: System.IndexOutOfRangeException: Array index is out of range. at hashtopus.hashtopus.diagnoseSystem () [0x00000] in <filename unknown>:0 at hashtopus.hashtopus.Main (System.String[] args) [0x00000] in <filename unknown>:0 ============== after investigation I found what blkid output a little different then my CentOS and does not contains string of "/" partition. root@smos-1:~# blkid /dev/loop0: TYPE="squashfs" /dev/sda1: LABEL="SMOS13" UUID="9C71-60CE" TYPE="vfat" /dev/sda2: LABEL="live-rw" UUID="19a6edee-5d3f-4f2b-b6c3-f5d6624eeece" TYPE="ext3" root@smos-1:~# blkid -o list device fs_type label mount point UUID ---------------------------------------------------------------------------------------------- /dev/loop0 squashfs (in use) /dev/sda1 vfat SMOS13 /live/image 9C71-60CE /dev/sda2 ext3 live-rw /live/cow 19a6edee-5d3f-4f2b-b6c3-f5d6624eeece What could you recommend? lspci output: root@smos-1:~# lspci 00:00.0 Host bridge: Intel Corporation Device 0c00 (rev 06) 00:01.0 PCI bridge: Intel Corporation Device 0c01 (rev 06) 00:01.1 PCI bridge: Intel Corporation Device 0c05 (rev 06) 00:01.2 PCI bridge: Intel Corporation Device 0c09 (rev 06) 00:14.0 USB Controller: Intel Corporation Device 8c31 (rev 05) 00:16.0 Communication controller: Intel Corporation Device 8c3a (rev 04) 00:1a.0 USB Controller: Intel Corporation Device 8c2d (rev 05) 00:1c.0 PCI bridge: Intel Corporation Device 8c10 (rev d5) 00:1c.3 PCI bridge: Intel Corporation Device 8c16 (rev d5) 00:1c.4 PCI bridge: Intel Corporation Device 8c18 (rev d5) 00:1c.5 PCI bridge: Intel Corporation Device 8c1a (rev d5) 00:1c.6 PCI bridge: Intel Corporation Device 8c1c (rev d5) 00:1c.7 PCI bridge: Intel Corporation Device 8c1e (rev d5) 00:1d.0 USB Controller: Intel Corporation Device 8c26 (rev 05) 00:1f.0 ISA bridge: Intel Corporation Device 8c44 (rev 05) 00:1f.3 SMBus: Intel Corporation Device 8c22 (rev 05) 01:00.0 VGA compatible controller: ATI Technologies Inc Device 6798 01:00.1 Audio device: ATI Technologies Inc Device aaa0 02:00.0 VGA compatible controller: ATI Technologies Inc Device 6798 02:00.1 Audio device: ATI Technologies Inc Device aaa0 03:00.0 VGA compatible controller: ATI Technologies Inc Device 6798 03:00.1 Audio device: ATI Technologies Inc Device aaa0 05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 0c) 06:00.0 VGA compatible controller: ATI Technologies Inc Device 6798 06:00.1 Audio device: ATI Technologies Inc Device aaa0 07:00.0 VGA compatible controller: ATI Technologies Inc Device 6798 07:00.1 Audio device: ATI Technologies Inc Device aaa0 08:00.0 VGA compatible controller: ATI Technologies Inc Device 6798 08:00.1 Audio device: ATI Technologies Inc Device aaa0 09:00.0 VGA compatible controller: ATI Technologies Inc Device 6798 09:00.1 Audio device: ATI Technologies Inc Device aaa0 RE: Hashtopus - distributed solution - hydrocloricacid - 11-11-2015 Has anyone run hastopus.exe as a service and had it run properly ? (as in oclHashcat can use the GPU) I have some computers that I RDP into where I would like hashtopus.exe/oclHashcat to use the GPU (Nvidia/AMD) while I am using the system via RDP. I know if I run hashtopus.exe while under RDP that oclHashcat can't find the GPU. Could also be useful where machines are started not logged in. As it's a service hashtopus will be cracking passwords without needing to log the machine in. I have got it running as a service but oclHashcat then can't find the Nvidia GPU. e.g."ERROR: No NVidia compatible platform found" My alternative is to VNC into those computers so that hashtopus.exe/oclHashcat works (VNC is slow) but hope someone may have a better way. RE: Hashtopus - distributed solution - curlyboi - 11-12-2015 (11-11-2015, 06:23 AM)hydrocloricacid Wrote: Has anyone run hastopus.exe as a service and had it run properly ? (as in oclHashcat can use the GPU) I have an old laptop with Windows 7 as a home server. I have configured Windows to auto-logon one specific account. If I RDP to that session remotely, hashtopus works there since the session was opened as a normal desktop session. But when I logout and then login via RDP, the session is opened as remote and hashtopus doesn't work anymore. I think if you were to use mstsc.exe /admin (or something like that, don't remember) then it might work - you need to terminal to the zero session, the desktop one. RE: Hashtopus - distributed solution - curlyboi - 11-12-2015 (11-11-2015, 02:16 AM)jagamaster Wrote: I have an issue with hashtopus.exe 0.9.3 agent under live USB stick Debian - SMOS 1.3 mining distributive. You are using obsolete version of hashtopus. Upgrade to the new one. RE: Hashtopus - distributed solution - rchange - 11-14-2015 How to create a task so you can use a mask? If I write in the problem as he wrote in the cmd console or App.HashcatGUI then I have an error when receiving the job. Example: -a 3 -m 300 # HL # "C: \ Users \ home \ mask \ newdic23.hcmask" If I upload a file mask, command to task -a 3 #HL# newdic23.hcmask then writes this error: Quote:Loading task...assigned to 14, hashlist 2 (continue) RE: Hashtopus - distributed solution - curlyboi - 11-16-2015 (11-14-2015, 08:57 AM)rchange Wrote: How to create a task so you can use a mask? Just watch the instructional video at the post #1. You don't use absolute paths. You should upload the file to hashtopus admin and then reference it in your task. HOWEVER!! You cannot use hcmask files in distributed attacks (oclHashcat limitation) so the effort here is useless. If you want to crack multiple masks, you should create separate tasks for that. RE: Hashtopus - distributed solution - cr4zynou - 11-17-2015 Hashtopus 0.9.8 Registering to server...Enter registration voucher: aaa OK. Logging in to server...OK. Could not detect AMD Catalyst version. Could not detect AMD Catalyst version. what i do? |