From 9b037a9bbfc6c31de411026b47f698a9b17f7ecd Mon Sep 17 00:00:00 2001 From: Meitar M Date: Fri, 7 Jul 2017 23:09:50 -0400 Subject: [PATCH] Fix minor typos, capitalization issues, and term consistency. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bc43839..870c26c 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ Your contributions and suggestions are heartily♥ welcome. (✿◕‿◕). Plea * [cms-explorer](https://code.google.com/archive/p/cms-explorer/) - Reveal the specific modules, plugins, components and themes that various websites powered by content management systems are running. * [joomscan](https://www.owasp.org/index.php/Category:OWASP_Joomla_Vulnerability_Scanner_Project) - Joomla vulnerability scanner. -#### Network Tools +### Network Tools * [zmap](https://zmap.io/) - Open source network scanner that enables researchers to easily perform Internet-wide network studies. * [nmap](https://nmap.org/) - Free security scanner for network exploration & security audits. * [pig](https://github.com/rafael-santiago/pig) - GNU/Linux packet crafting tool. @@ -283,7 +283,7 @@ Your contributions and suggestions are heartily♥ welcome. (✿◕‿◕). Plea * [creepy](https://github.com/ilektrojohn/creepy) - Geolocation OSINT tool. * [metagoofil](https://github.com/laramies/metagoofil) - Metadata harvester. * [Google Hacking Database](https://www.exploit-db.com/google-hacking-database/) - Database of Google dorks; can be used for recon. -* [Google-dorks](https://github.com/JohnTroony/Google-dorks) - Common Google dorks and others you prolly don't know. +* [Google-dorks](https://github.com/JohnTroony/Google-dorks) - Common Google dorks and others you probably don't know. * [GooDork](https://github.com/k3170makan/GooDork) - Command line Google dorking tool. * [dork-cli](https://github.com/jgor/dork-cli) - Command line Google dork tool. * [Censys](https://www.censys.io/) - Collects data on hosts and websites through daily ZMap and ZGrab scans. @@ -309,11 +309,11 @@ Your contributions and suggestions are heartily♥ welcome. (✿◕‿◕). Plea * [IDA Pro](https://www.hex-rays.com/products/ida/) - Windows, GNU/Linux or macOS hosted multi-processor disassembler and debugger. * [IDA Free](https://www.hex-rays.com/products/ida/support/download_freeware.shtml) - The freeware version of IDA v5.0. * [WDK/WinDbg](https://msdn.microsoft.com/en-us/windows/hardware/hh852365.aspx) - Windows Driver Kit and WinDbg. -* [OllyDbg](http://www.ollydbg.de/) - x86 debugger that emphasizes binary code analysis. +* [OllyDbg](http://www.ollydbg.de/) - x86 debugger for Windows binaries that emphasizes binary code analysis. * [Radare2](http://rada.re/r/index.html) - Open source, crossplatform reverse engineering framework. * [x64dbg](http://x64dbg.com/) - Open source x64/x32 debugger for windows. * [Immunity Debugger](http://debugger.immunityinc.com/) - Powerful way to write exploits and analyze malware. -* [Evan's Debugger](http://www.codef00.com/projects#debugger) - OllyDbg-like debugger for Linux. +* [Evan's Debugger](http://www.codef00.com/projects#debugger) - OllyDbg-like debugger for GNU/Linux. * [Medusa disassembler](https://github.com/wisk/medusa) - Open source interactive disassembler. * [plasma](https://github.com/joelpx/plasma) - Interactive disassembler for x86/ARM/MIPS. Generates indented pseudo-code with colored syntax code. * [peda](https://github.com/longld/peda) - Python Exploit Development Assistance for GDB.