Poll: Do you find Hashtopus interesting?
You do not have permission to vote in this poll.
Yes, I would use it
94.62%
88 94.62%
No, it's a shitty idea
5.38%
5 5.38%
Total 93 vote(s) 100%
* You voted for this item. [Show Results]

Hashtopus - distributed solution
(01-01-2015, 11:28 PM)curlyboi Wrote:
(12-30-2014, 06:23 PM)antoniol_84 Wrote: Can You help me, please...

What else to try????

start:
Code:
mono hashtopus.exe debug

and see the unpacking command.

here is output:
centrala@deb-support1:~/Downloads/agent$ mono hashtopus.exe debug
Hashtopus 0.9.1
Debug mode on.
lspci
uname -n
Registering to server...Enter registration voucher: live2
OK.
Logging in to server...OK.
New Hashcat version available, downloading...10% 20% 30% 40% 50% 60% 70% 80% 90% 100%
Clearing directories...
Downloading 7zip...0%
Extracting archive /home/centrala/Downloads/agent/hashcat.7z...
/home/centrala/Downloads/agent/7zr x -y -o"/home/centrala/Downloads/agent/" "/home/centrala/Downloads/agent/hashcat.7z" "cudaHashcat-1.31/hashcat.hcstat" "cudaHashcat-1.31/hashcat.keyfile" "cudaHashcat-1.31/kernels/4318/*32.ptx" "cudaHashcat-1.31/cudaHashcat32.bin"
xdg-open: unexpected argument 'x'
Try 'xdg-open --help' for more information.
Root directory was not unpacked or was incorrectly defined.

I can not find any issue in debug...
if you see what I miss, let me know... Best regards
(01-02-2015, 01:58 PM)antoniol_84 Wrote:
(01-01-2015, 11:28 PM)curlyboi Wrote:
(12-30-2014, 06:23 PM)antoniol_84 Wrote: Can You help me, please...

What else to try????

start:
Code:
mono hashtopus.exe debug

and see the unpacking command.

here is output:
centrala@deb-support1:~/Downloads/agent$ mono hashtopus.exe debug
Hashtopus 0.9.1
Debug mode on.
lspci
uname -n
Registering to server...Enter registration voucher: live2
OK.
Logging in to server...OK.
New Hashcat version available, downloading...10% 20% 30% 40% 50% 60% 70% 80% 90% 100%
Clearing directories...
Downloading 7zip...0%
Extracting archive /home/centrala/Downloads/agent/hashcat.7z...
/home/centrala/Downloads/agent/7zr x -y -o"/home/centrala/Downloads/agent/" "/home/centrala/Downloads/agent/hashcat.7z" "cudaHashcat-1.31/hashcat.hcstat" "cudaHashcat-1.31/hashcat.keyfile" "cudaHashcat-1.31/kernels/4318/*32.ptx" "cudaHashcat-1.31/cudaHashcat32.bin"
xdg-open: unexpected argument 'x'
Try 'xdg-open --help' for more information.
Root directory was not unpacked or was incorrectly defined.

I can not find any issue in debug...
if you see what I miss, let me know... Best regards

Use 7zr from your distro, not from hashtopus!!! (use ln -s, or cp)
(01-02-2015, 08:09 PM)bitguard Wrote:
(01-02-2015, 01:58 PM)antoniol_84 Wrote:
(01-01-2015, 11:28 PM)curlyboi Wrote:
(12-30-2014, 06:23 PM)antoniol_84 Wrote: Can You help me, please...

What else to try????

start:
Code:
mono hashtopus.exe debug

and see the unpacking command.

here is output:
centrala@deb-support1:~/Downloads/agent$ mono hashtopus.exe debug
Hashtopus 0.9.1
Debug mode on.
lspci
uname -n
Registering to server...Enter registration voucher: live2
OK.
Logging in to server...OK.
New Hashcat version available, downloading...10% 20% 30% 40% 50% 60% 70% 80% 90% 100%
Clearing directories...
Downloading 7zip...0%
Extracting archive /home/centrala/Downloads/agent/hashcat.7z...
/home/centrala/Downloads/agent/7zr x -y -o"/home/centrala/Downloads/agent/" "/home/centrala/Downloads/agent/hashcat.7z" "cudaHashcat-1.31/hashcat.hcstat" "cudaHashcat-1.31/hashcat.keyfile" "cudaHashcat-1.31/kernels/4318/*32.ptx" "cudaHashcat-1.31/cudaHashcat32.bin"
xdg-open: unexpected argument 'x'
Try 'xdg-open --help' for more information.
Root directory was not unpacked or was incorrectly defined.

I can not find any issue in debug...
if you see what I miss, let me know... Best regards

Use 7zr from your distro, not from hashtopus!!! (use ln -s, or cp)

Yes I did, and now I have another error

>>
centrala@deb-support1:~/Downloads/agent$ mono hashtopus.exe
Hashtopus 0.9.1
Logging in to server...OK.
New Hashcat version available, downloading...10% 20% 30% 40% 50% 60% 70% 80% 90% 100%
Clearing directories...
Downloading 7zip...
Downloaded empty file.
Accepting EULA...

Unhandled Exception: System.IO.DirectoryNotFoundException: Could not find a part of the path "/home/centrala/Downloads/agent/hashcat/eula.accepted".
at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000] in <filename unknown>:0
at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
at System.IO.StreamWriter..ctor (System.String path, Boolean append, System.Text.Encoding encoding, Int32 bufferSize) [0x00000] in <filename unknown>:0
at System.IO.StreamWriter..ctor (System.String path, Boolean append, System.Text.Encoding encoding) [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.IO.StreamWriter:.ctor (string,bool,System.Text.Encoding)
at System.IO.File.WriteAllText (System.String path, System.String contents, System.Text.Encoding encoding) [0x00000] in <filename unknown>:0
at System.IO.File.WriteAllText (System.String path, System.String contents) [0x00000] in <filename unknown>:0
at hashtopus.hashtopus.acceptEula () [0x00000] in <filename unknown>:0
at hashtopus.hashtopus.Main (System.String[] args) [0x00000] in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.IO.DirectoryNotFoundException: Could not find a part of the path "/home/centrala/Downloads/agent/hashcat/eula.accepted".
at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000] in <filename unknown>:0
at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
at System.IO.StreamWriter..ctor (System.String path, Boolean append, System.Text.Encoding encoding, Int32 bufferSize) [0x00000] in <filename unknown>:0
at System.IO.StreamWriter..ctor (System.String path, Boolean append, System.Text.Encoding encoding) [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.IO.StreamWriter:.ctor (string,bool,System.Text.Encoding)
at System.IO.File.WriteAllText (System.String path, System.String contents, System.Text.Encoding encoding) [0x00000] in <filename unknown>:0
at System.IO.File.WriteAllText (System.String path, System.String contents) [0x00000] in <filename unknown>:0
at hashtopus.hashtopus.acceptEula () [0x00000] in <filename unknown>:0
at hashtopus.hashtopus.Main (System.String[] args) [0x00000] in <filename unknown>:0
centrala@deb-support1:~/Downloads/agent$
<<

I don't know how to accet eula or why is requested to execute... is there any portable 7zr that you can prepare for new version?

If You can help me with this error I'll be appreciated...

best regards...
(01-03-2015, 12:26 PM)antoniol_84 Wrote:
(01-02-2015, 08:09 PM)bitguard Wrote:
(01-02-2015, 01:58 PM)antoniol_84 Wrote:
(01-01-2015, 11:28 PM)curlyboi Wrote:
(12-30-2014, 06:23 PM)antoniol_84 Wrote: Can You help me, please...

What else to try????

start:
Code:
mono hashtopus.exe debug

and see the unpacking command.

here is output:
centrala@deb-support1:~/Downloads/agent$ mono hashtopus.exe debug
Hashtopus 0.9.1
Debug mode on.
lspci
uname -n
Registering to server...Enter registration voucher: live2
OK.
Logging in to server...OK.
New Hashcat version available, downloading...10% 20% 30% 40% 50% 60% 70% 80% 90% 100%
Clearing directories...
Downloading 7zip...0%
Extracting archive /home/centrala/Downloads/agent/hashcat.7z...
/home/centrala/Downloads/agent/7zr x -y -o"/home/centrala/Downloads/agent/" "/home/centrala/Downloads/agent/hashcat.7z" "cudaHashcat-1.31/hashcat.hcstat" "cudaHashcat-1.31/hashcat.keyfile" "cudaHashcat-1.31/kernels/4318/*32.ptx" "cudaHashcat-1.31/cudaHashcat32.bin"
xdg-open: unexpected argument 'x'
Try 'xdg-open --help' for more information.
Root directory was not unpacked or was incorrectly defined.

I can not find any issue in debug...
if you see what I miss, let me know... Best regards

Use 7zr from your distro, not from hashtopus!!! (use ln -s, or cp)

Yes I did, and now I have another error

>>
centrala@deb-support1:~/Downloads/agent$ mono hashtopus.exe
Hashtopus 0.9.1
Logging in to server...OK.
New Hashcat version available, downloading...10% 20% 30% 40% 50% 60% 70% 80% 90% 100%
Clearing directories...
Downloading 7zip...
Downloaded empty file.
Accepting EULA...

Unhandled Exception: System.IO.DirectoryNotFoundException: Could not find a part of the path "/home/centrala/Downloads/agent/hashcat/eula.accepted".
at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000] in <filename unknown>:0
at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
at System.IO.StreamWriter..ctor (System.String path, Boolean append, System.Text.Encoding encoding, Int32 bufferSize) [0x00000] in <filename unknown>:0
at System.IO.StreamWriter..ctor (System.String path, Boolean append, System.Text.Encoding encoding) [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.IO.StreamWriter:.ctor (string,bool,System.Text.Encoding)
at System.IO.File.WriteAllText (System.String path, System.String contents, System.Text.Encoding encoding) [0x00000] in <filename unknown>:0
at System.IO.File.WriteAllText (System.String path, System.String contents) [0x00000] in <filename unknown>:0
at hashtopus.hashtopus.acceptEula () [0x00000] in <filename unknown>:0
at hashtopus.hashtopus.Main (System.String[] args) [0x00000] in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.IO.DirectoryNotFoundException: Could not find a part of the path "/home/centrala/Downloads/agent/hashcat/eula.accepted".
at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000] in <filename unknown>:0
at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
at System.IO.StreamWriter..ctor (System.String path, Boolean append, System.Text.Encoding encoding, Int32 bufferSize) [0x00000] in <filename unknown>:0
at System.IO.StreamWriter..ctor (System.String path, Boolean append, System.Text.Encoding encoding) [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.IO.StreamWriter:.ctor (string,bool,System.Text.Encoding)
at System.IO.File.WriteAllText (System.String path, System.String contents, System.Text.Encoding encoding) [0x00000] in <filename unknown>:0
at System.IO.File.WriteAllText (System.String path, System.String contents) [0x00000] in <filename unknown>:0
at hashtopus.hashtopus.acceptEula () [0x00000] in <filename unknown>:0
at hashtopus.hashtopus.Main (System.String[] args) [0x00000] in <filename unknown>:0
centrala@deb-support1:~/Downloads/agent$
<<

I don't know how to accet eula or why is requested to execute... is there any portable 7zr that you can prepare for new version?

If You can help me with this error I'll be appreciated...

best regards...
to accept eula, go to your hashcat directory (/home/centrala/Downloads/agent/hashcat/), and run a simple command in hashcat (ex. ./hashcat-cli32.bin --stdout a) and it'll show you eula, read it and if you accept it write YES.
If that don't work, read the eula from here, and if you accept it put a file named "eula.accepted"in your hashcat directory, and write in it: "0\00\00\00" and save it.
(01-03-2015, 12:50 PM)bsec Wrote:
(01-03-2015, 12:26 PM)antoniol_84 Wrote:
(01-02-2015, 08:09 PM)bitguard Wrote:
(01-02-2015, 01:58 PM)antoniol_84 Wrote:
(01-01-2015, 11:28 PM)curlyboi Wrote: start:
Code:
mono hashtopus.exe debug

and see the unpacking command.

here is output:
centrala@deb-support1:~/Downloads/agent$ mono hashtopus.exe debug
Hashtopus 0.9.1
Debug mode on.
lspci
uname -n
Registering to server...Enter registration voucher: live2
OK.
Logging in to server...OK.
New Hashcat version available, downloading...10% 20% 30% 40% 50% 60% 70% 80% 90% 100%
Clearing directories...
Downloading 7zip...0%
Extracting archive /home/centrala/Downloads/agent/hashcat.7z...
/home/centrala/Downloads/agent/7zr x -y -o"/home/centrala/Downloads/agent/" "/home/centrala/Downloads/agent/hashcat.7z" "cudaHashcat-1.31/hashcat.hcstat" "cudaHashcat-1.31/hashcat.keyfile" "cudaHashcat-1.31/kernels/4318/*32.ptx" "cudaHashcat-1.31/cudaHashcat32.bin"
xdg-open: unexpected argument 'x'
Try 'xdg-open --help' for more information.
Root directory was not unpacked or was incorrectly defined.

I can not find any issue in debug...
if you see what I miss, let me know... Best regards

Use 7zr from your distro, not from hashtopus!!! (use ln -s, or cp)

Yes I did, and now I have another error

>>
centrala@deb-support1:~/Downloads/agent$ mono hashtopus.exe
Hashtopus 0.9.1
Logging in to server...OK.
New Hashcat version available, downloading...10% 20% 30% 40% 50% 60% 70% 80% 90% 100%
Clearing directories...
Downloading 7zip...
Downloaded empty file.
Accepting EULA...

Unhandled Exception: System.IO.DirectoryNotFoundException: Could not find a part of the path "/home/centrala/Downloads/agent/hashcat/eula.accepted".
at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000] in <filename unknown>:0
at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
at System.IO.StreamWriter..ctor (System.String path, Boolean append, System.Text.Encoding encoding, Int32 bufferSize) [0x00000] in <filename unknown>:0
at System.IO.StreamWriter..ctor (System.String path, Boolean append, System.Text.Encoding encoding) [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.IO.StreamWriter:.ctor (string,bool,System.Text.Encoding)
at System.IO.File.WriteAllText (System.String path, System.String contents, System.Text.Encoding encoding) [0x00000] in <filename unknown>:0
at System.IO.File.WriteAllText (System.String path, System.String contents) [0x00000] in <filename unknown>:0
at hashtopus.hashtopus.acceptEula () [0x00000] in <filename unknown>:0
at hashtopus.hashtopus.Main (System.String[] args) [0x00000] in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.IO.DirectoryNotFoundException: Could not find a part of the path "/home/centrala/Downloads/agent/hashcat/eula.accepted".
at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000] in <filename unknown>:0
at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
at System.IO.StreamWriter..ctor (System.String path, Boolean append, System.Text.Encoding encoding, Int32 bufferSize) [0x00000] in <filename unknown>:0
at System.IO.StreamWriter..ctor (System.String path, Boolean append, System.Text.Encoding encoding) [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.IO.StreamWriter:.ctor (string,bool,System.Text.Encoding)
at System.IO.File.WriteAllText (System.String path, System.String contents, System.Text.Encoding encoding) [0x00000] in <filename unknown>:0
at System.IO.File.WriteAllText (System.String path, System.String contents) [0x00000] in <filename unknown>:0
at hashtopus.hashtopus.acceptEula () [0x00000] in <filename unknown>:0
at hashtopus.hashtopus.Main (System.String[] args) [0x00000] in <filename unknown>:0
centrala@deb-support1:~/Downloads/agent$
<<

I don't know how to accet eula or why is requested to execute... is there any portable 7zr that you can prepare for new version?

If You can help me with this error I'll be appreciated...

best regards...
to accept eula, go to your hashcat directory (/home/centrala/Downloads/agent/hashcat/), and run a simple command in hashcat (ex. ./hashcat-cli32.bin --stdout a) and it'll show you eula, read it and if you accept it write YES.
If that don't work, read the eula from here, and if you accept it put a file named "eula.accepted"in your hashcat directory, and write in it: "0\00\00\00" and save it.

when I defined eula.accepted in hashcat dir with value "0\00\00\00", then I'm unable to download any active task...
even if I enable debug I don't see any error...

>>
centrala@deb-support1:~/Downloads/agent$ mono hashtopus.exe
Hashtopus 0.9.1
Logging in to server...OK.
Loading task...failed: No active tasks.
Waiting for next assignment...
<<
Log in to the admin webif, go to Agents, check the little box next to your agent.
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
(01-03-2015, 12:26 PM)antoniol_84 Wrote: I don't know how to accet eula or why is requested to execute... is there any portable 7zr that you can prepare for new version?

If You can help me with this error I'll be appreciated...

best regards...

You need to rename the directory with hashcat to "hashcat" after unpacking.
(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.
If you need any help with design or C# codding hit me up. I'm willing to help you out Smile I like this project alot!