Skip to content

Commit

Permalink
Replaced all occurrences of Hashtopussy to Hashtopolis
Browse files Browse the repository at this point in the history
  • Loading branch information
s3inlc committed Feb 28, 2018
1 parent 3872f2c commit 156b7fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Hashtopussy Generic Cracker
# Hashtopolis Generic Cracker

Generic cracker example which is compatible with Hashtopussy.
Generic cracker example which is compatible with Hashtopolis.

This very limited MD5 cracker implementation should demonstrate how a cracker could look to provide the minimal functionality which allows to distribute it with Hashtopussy.
This very limited MD5 cracker implementation should demonstrate how a cracker could look to provide the minimal functionality which allows to distribute it with Hashtopolis.
2 changes: 1 addition & 1 deletion cracker/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ int main(int argc, char *argv[]){
QCoreApplication::setApplicationVersion("0.1");

QCommandLineParser parser;
parser.setApplicationDescription("Generic Cracker compatible with Hashtopussy");
parser.setApplicationDescription("Generic Cracker compatible with Hashtopolis");
parser.addHelpOption();
parser.addVersionOption();
parser.addPositionalArgument("action", QCoreApplication::translate("main", "Action to execute (keyspace, benchmark or crack)"));
Expand Down

0 comments on commit 156b7fd

Please sign in to comment.