Skip to content
This repository has been archived by the owner on May 19, 2019. It is now read-only.

Commit

Permalink
Add server: tobtu.com
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG committed Jul 4, 2013
1 parent e2fc3fa commit 22a6ab1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/MD5utils/servers.pm
Expand Up @@ -63,6 +63,7 @@ our @form_get = (
['www.stringfunction.com', 'http://www.stringfunction.com/md5-decrypter.html?st={hash}', '<textarea class="textarea-input-tool-b" rows="10" cols="50" name="result" id="textarea_md5_decrypter">(.+)</textarea>\s*</form>'],
['md5.hashcracking.com', 'http://md5.hashcracking.com/search.php?md5={hash}', 'Cleartext of [A-Fa-f0-9]{32} is (.+)'],
['md5.noisette.ch', 'http://md5.noisette.ch/md5.php?hash={hash}', '<string><!\[CDATA\[(.+)]]></string>'],
['tobtu.com', 'http://tobtu.com/md5.php?h={hash}', '[A-Fa-f0-9]{32}:[A-Fa-f0-9]+:(.+)\n\ncrack time:'], # /!\ 10 tries, then wait
#['md5.rednoize.com', 'http://md5.rednoize.com/?q={hash}', '<div id="result" >(.+)</div>'],
['www.google.com', 'https://www.google.com/search?num=100&q="{hash}:*"', '<em>[A-Fa-f0-9]{32}\s*(=&gt;|:|::|\|)\s*(\w+)</em>'],
);
Expand Down
4 changes: 4 additions & 0 deletions doc/CHANGELOG
@@ -1,3 +1,7 @@
=== 2013/xx/yy ===
+ server added: tobtu.com


=== 2013/06/28 ===
+ fix update routine
+ servers regexp fixed:
Expand Down

0 comments on commit 22a6ab1

Please sign in to comment.