From 3b615dfdc507ecc275645599b9cb2f87ffd50889 Mon Sep 17 00:00:00 2001 From: Amanpreet Singh Date: Sun, 26 Apr 2015 13:35:02 +0530 Subject: [PATCH] Fix README as suggested by tests --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 84e6607..bc5e196 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ It takes time to build up collection of tools used in ctf and remember them all. - [CTF Tools](#ctf-tools) - [Create](#create) - - [Web](#create-web) - [Forensics](#create-forensics) + - [Web](#create-web) - [Solve](#solve) - [Attacks](#solve-attacks) - [Bruteforcers](#solve-bruteforcers) @@ -71,15 +71,15 @@ It takes time to build up collection of tools used in ctf and remember them all. *Tools used for solving Crypto challenges* -- [XORTool](https://github.com/hellman/xortool) - A tool to analyze multi-byte xor cipher - [RSATool](https://github.com/ius/rsatool) - Generate private key with knowledge of p and q +- [XORTool](https://github.com/hellman/xortool) - A tool to analyze multi-byte xor cipher ## Bruteforcers *Tools used for various kind of bruteforcing (passwords etc.)* -- [John The Ripper](http://www.openwall.com/john/) - Password Cracker - [John The Jumbo](https://github.com/magnumripper/JohnTheRipper) - Community enhanced version of John the Ripper +- [John The Ripper](http://www.openwall.com/john/) - Password Cracker - [Ophcrack](http://ophcrack.sourceforge.net/) - Windows password cracker based on rainbow tables. ## Exploits @@ -114,7 +114,7 @@ It takes time to build up collection of tools used in ctf and remember them all. *Registry Viewers* - [RegistryViewer](http://www.gaijin.at/en/getitpage.php?id=regview) - Used to view windows registries -- [Extra](http://www.forensicswiki.org/wiki/Windows_Registry) - More registry viewers +- [Windows Registry Viewers](http://www.forensicswiki.org/wiki/Windows_Registry) - More registry viewers ## Reversing