-
Notifications
You must be signed in to change notification settings - Fork 226
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #337 from s3inlc/dev
Complete dev containing 0.5.0 development
- Loading branch information
Showing
241 changed files
with
11,355 additions
and
61,175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
#### Before you submit an issue please include the following information if you do not your issue will be closed. | ||
|
||
Your current Server version located at the bottom of any hashtopussy webpage. | ||
Your current Server version located at the bottom of any Hashtopolis webpage. | ||
|
||
Current Client version | ||
|
||
Your current Hashcat version | ||
|
||
The exact task command you are trying to run. | ||
|
||
Debug output from the client by running "hashtopussy.exe debug" | ||
Debug output from the client by running "hashtopolis.exe -d" | ||
|
||
Describe your problem in as much detail as possible " It's broke " is not a description. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Documentation | ||
|
||
## Hashtopolis Protocol | ||
|
||
The current up-to-date protocol version which Hashtopolis uses to communicate with clients is contained in the `protocol.pdf` file. | ||
|
||
## Generic Crackers | ||
|
||
Custom crackers which should be able to get distributed with Hashtopolis need to fulfill some minimal requirements as command line options. Shown here with the help function of a generic example implementation (which is available [here](https://github.com/s3inlc/hashtopolis-generic-cracker)): | ||
|
||
``` | ||
cracker.exe [options] action | ||
Generic Cracker compatible with Hashtopolis | ||
Options: | ||
-m, --mask <mask> Use mask for attack | ||
-w, --wordlist <wordlist> Use wordlist for attack | ||
-a, --attacked-hashlist <hashlist> Hashlist to attack | ||
-s, --skip <skip> Keyspace to skip at the beginning | ||
-l, --length <length> Length of the keyspace to run | ||
--timeout <seconds> Stop cracking process after fixed amount of time | ||
Arguments: | ||
action Action to execute ('keyspace' or 'crack') | ||
``` | ||
|
||
`-m` and `-w` are used to specify the type of attack, but these options are not mandatory to look like this. | ||
|
||
Please note that not all Hashtopolis clients are compatible with generic cracker binaries (check their README) and if there are slight differences in the cracker compared to the generic requirements there might be changes required on the client to adapt to another handling schema. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.