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
So with that being said would you say this is the correct method for bruteforce:

[Image: y0VxsuN.png]

Also, when one of the agents has a hardware change do they update the table data on the server or do you need to have them re-register with it?

Last question, how are you compiling the agent? Visual Studio 2010 on an older OS maybe?

Also what do you think about a drop down hashtype list instead of having to recall the hash id?

[Image: yl4Q37f.png]

I added this myself and tested it, works fine. You can reproduce this by replacing the data below in "admin.php" starting at line 1301 from the git repo version. (non git version may differ)

Code:
case "newhashlist":
      // query hashtypes for id and description
      $kver=mysqli_query_wrapper($dblink,"SELECT id,description FROM hashtypes");
      // new hashlist form
      echo "Upload new hashlist:";
      echo "<script>function formatChange(valu) { var txtObject=document.getElementById('textopt'); if (valu=='0') { txtObject.style.display = ''; } else { txtObject.style.display = 'none'; } }</script>";
      echo "<form action=\"$myself?a=newhashlistp\" method=\"POST\" enctype=\"multipart/form-data\">";
      echo "<table class=\"styled\">";
      echo "<tr><td>Property</td><td>Value</td></tr>";
      echo "<tr><td>Name:</td><td><input type=\"text\" name=\"name\" size=\"35\"></td></tr>";
      // echo "<tr><td>Hashtype:</td><td><input type=\"text\" name=\"old_hashtype\" size=\"5\"></td></tr>";
      // new hashtype menu
      echo "<tr><td>Hashtype:</td><td><select name=\"hashtype\">";
        while($row=mysqli_fetch_array($kver,MYSQLI_ASSOC)) {
        echo "<option value='" . $row['id'] . "'>" . $row['description'] . "</option>";
        }
      echo "</select></td></tr>";
      // end new hashtype menu


Messages In This Thread
Hashtopus - distributed solution - by curlyboi - 02-18-2014, 03:24 PM
RE: Hashtopus - distributed solution - by Kuci - 02-18-2014, 06:51 PM
Hashtopus Screenshots - by curlyboi - 03-01-2014, 02:29 PM
RE: Hashtopus - distributed solution - by goat - 03-01-2014, 06:54 PM
RE: Hashtopus - distributed solution - by ati6990 - 03-03-2014, 05:05 PM
RE: Hashtopus - distributed solution - by wgmmmx - 03-07-2014, 01:41 AM
RE: Hashtopus - distributed solution - by KT819GM - 03-07-2014, 09:19 AM
RE: Hashtopus - distributed solution - by User - 03-07-2014, 06:21 PM
RE: Hashtopus - distributed solution - by goat - 03-07-2014, 09:18 PM
agent screenshot - by curlyboi - 03-21-2014, 11:56 AM
RE: Hashtopus - distributed solution - by goat - 03-22-2014, 05:53 PM
RE: Hashtopus - distributed solution - by KT819GM - 03-22-2014, 08:58 PM
RE: Hashtopus - distributed solution - by KT819GM - 03-24-2014, 08:27 AM
RE: Hashtopus - distributed solution - by gf - 03-25-2014, 11:33 PM
RE: Hashtopus - distributed solution - by goat - 03-26-2014, 10:54 PM
RE: Hashtopus - distributed solution - by goat - 04-08-2014, 11:32 AM
RE: Hashtopus - distributed solution - by ati6990 - 04-09-2014, 09:59 AM
RE: Hashtopus - distributed solution - by juyey - 05-04-2014, 11:53 PM
RE: Hashtopus - distributed solution - by goat - 05-06-2014, 01:29 PM
RE: Hashtopus - distributed solution - by magnum - 03-31-2015, 02:06 AM
RE: Hashtopus - distributed solution - by undeath - 03-31-2015, 09:56 PM
RE: Hashtopus - distributed solution - by atom - 05-09-2014, 11:11 AM
RE: Hashtopus - distributed solution - by Znerox - 05-25-2014, 02:01 PM
RE: Hashtopus - distributed solution - by Znerox - 05-27-2014, 09:01 PM
RE: Hashtopus - distributed solution - by Znerox - 05-28-2014, 06:57 PM
RE: Hashtopus - distributed solution - by atom - 06-01-2014, 04:07 PM
RE: Hashtopus - distributed solution - by Znerox - 06-01-2014, 08:10 PM
RE: Hashtopus - distributed solution - by undeath - 06-01-2014, 09:14 PM
RE: Hashtopus - distributed solution - by blazer - 06-02-2014, 12:09 PM
RE: Hashtopus - distributed solution - by blazer - 06-02-2014, 01:05 PM
RE: Hashtopus - distributed solution - by blazer - 06-03-2014, 04:31 PM
RE: Hashtopus - distributed solution - by goat - 06-04-2014, 02:08 PM
RE: Hashtopus - distributed solution - by goat - 06-04-2014, 02:30 PM
RE: Hashtopus - distributed solution - by Znerox - 06-07-2014, 12:28 AM
RE: Hashtopus - distributed solution - by Znerox - 06-08-2014, 02:38 PM
RE: Hashtopus - distributed solution - by radix - 06-15-2014, 08:27 PM
RE: Hashtopus - distributed solution - by Pyrex - 08-09-2014, 09:57 AM
RE: Hashtopus - distributed solution - by Pyrex - 08-10-2014, 08:36 PM
RE: Hashtopus - distributed solution - by Pyrex - 08-18-2014, 09:40 PM
RE: Hashtopus - distributed solution - by Pyrex - 08-19-2014, 01:06 AM
RE: Hashtopus - distributed solution - by Pyrex - 08-19-2014, 04:54 PM
RE: Hashtopus - distributed solution - by Pyrex - 08-19-2014, 06:31 PM
RE: Hashtopus - distributed solution - by atom - 08-29-2014, 01:25 PM
RE: Hashtopus - distributed solution - by atom - 10-21-2014, 11:41 AM
RE: Hashtopus - distributed solution - by mobab - 11-03-2014, 08:43 AM
RE: Hashtopus - distributed solution - by ati6990 - 12-19-2014, 11:58 AM
RE: Hashtopus - distributed solution - by magnum - 12-19-2014, 01:22 PM
RE: Hashtopus - distributed solution - by epixoip - 12-19-2014, 01:46 PM
RE: Hashtopus - distributed solution - by ati6990 - 12-19-2014, 06:25 PM
RE: Hashtopus - distributed solution - by epixoip - 12-19-2014, 06:51 PM
RE: Hashtopus - distributed solution - by magnum - 12-20-2014, 02:35 AM
RE: Hashtopus - distributed solution - by bsec - 01-03-2015, 12:50 PM
RE: Hashtopus - distributed solution - by k3yw0rm - 01-05-2015, 12:18 AM
RE: Hashtopus - distributed solution - by Znerox - 01-07-2015, 10:01 PM
RE: Hashtopus - distributed solution - by Znerox - 01-08-2015, 06:25 PM
RE: Hashtopus - distributed solution - by Znerox - 01-08-2015, 10:17 PM
RE: Hashtopus - distributed solution - by Znerox - 01-11-2015, 01:17 AM
RE: Hashtopus - distributed solution - by ashash - 02-13-2015, 11:39 AM
RE: Hashtopus - distributed solution - by spog - 02-14-2015, 10:36 AM
RE: Hashtopus - distributed solution - by abaco - 02-22-2015, 10:59 PM
RE: Hashtopus - distributed solution - by abaco - 02-23-2015, 08:09 PM
RE: Hashtopus - distributed solution - by s500bg - 02-28-2015, 03:35 AM
RE: Hashtopus - distributed solution - by s500bg - 02-28-2015, 04:20 PM
RE: Hashtopus - distributed solution - by atom - 02-28-2015, 05:08 PM
RE: Hashtopus - distributed solution - by s500bg - 02-28-2015, 05:41 PM
RE: Hashtopus - distributed solution - by s500bg - 03-02-2015, 08:10 PM
RE: Hashtopus - distributed solution - by s500bg - 03-03-2015, 02:57 AM
RE: Hashtopus - distributed solution - by s500bg - 03-03-2015, 04:06 PM
RE: Hashtopus - distributed solution - by atom - 03-03-2015, 04:11 PM
RE: Hashtopus - distributed solution - by s500bg - 03-03-2015, 04:18 PM
RE: Hashtopus - distributed solution - by s500bg - 03-03-2015, 10:38 PM
RE: Hashtopus - distributed solution - by s500bg - 03-05-2015, 12:12 AM
RE: Hashtopus - distributed solution - by qssr - 04-19-2015, 11:20 PM
RE: Hashtopus - distributed solution - by qssr - 04-22-2015, 09:33 PM
RE: Hashtopus - distributed solution - by qssr - 04-24-2015, 05:58 AM
RE: Hashtopus - distributed solution - by epixoip - 04-24-2015, 07:52 AM
RE: Hashtopus - distributed solution - by qssr - 04-24-2015, 08:09 PM
RE: Hashtopus - distributed solution - by qssr - 04-24-2015, 08:22 PM
RE: Hashtopus - distributed solution - by atom - 04-27-2015, 01:54 PM
RE: Hashtopus - distributed solution - by xoxox - 04-30-2015, 05:16 AM
RE: Hashtopus - distributed solution - by xoxox - 04-30-2015, 04:24 PM
RE: Hashtopus - distributed solution - by xoxox - 05-01-2015, 11:20 PM
RE: Hashtopus - distributed solution - by xoxox - 05-07-2015, 04:09 PM
RE: Hashtopus - distributed solution - by robertf - 05-11-2015, 11:26 AM
RE: Hashtopus - distributed solution - by qssr - 05-15-2015, 02:31 AM
RE: Hashtopus - distributed solution - by kulme - 05-17-2015, 09:12 AM
RE: Hashtopus - distributed solution - by xoxox - 05-19-2015, 10:25 PM
RE: Hashtopus - distributed solution - by oktar - 06-29-2015, 06:59 PM
RE: Hashtopus - distributed solution - by oktar - 07-01-2015, 11:30 AM
RE: Hashtopus - distributed solution - by dikiy - 08-22-2015, 12:16 PM
RE: Hashtopus - distributed solution - by dikiy - 08-22-2015, 03:17 PM
RE: Hashtopus - distributed solution - by Traw - 09-07-2015, 01:48 PM
RE: Hashtopus - distributed solution - by Traw - 09-08-2015, 11:08 AM
RE: Hashtopus - distributed solution - by rchange - 11-14-2015, 08:57 AM
RE: Hashtopus - distributed solution - by rchange - 11-19-2015, 12:58 PM