From af8e10bf33f3aeed701225a5ff5691ccab8b2fdb Mon Sep 17 00:00:00 2001 From: "@trimstray" Date: Sat, 5 Jan 2019 08:53:22 +0100 Subject: [PATCH] updated 'Pentesters arsenal tools' chapter --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 92e6544..7c0a1e9 100644 --- a/README.md +++ b/README.md @@ -602,6 +602,8 @@ Linux Security Expert - trainings, howtos, checklists, security tools an   :small_orange_diamond: security-tools - collection of small security tools created mostly in Python. CTFs, pentests and so on.
  :small_orange_diamond: fuzzdb - dictionary of attack patterns and primitives for black-box application fault injection and resource discovery.
  :small_orange_diamond: GDB PEDA - Python Exploit Development Assistance for GDB.
+  :small_orange_diamond: IDA - multi-processor disassembler and debugger useful for reverse engineering malware.
+  :small_orange_diamond: radare2 - framework for reverse-engineering and analyzing binaries.

##### :black_small_square: Pentests bookmarks collection @@ -633,13 +635,6 @@ Linux Security Expert - trainings, howtos, checklists, security tools an   :small_orange_diamond: shell-storm repo CTF - great archive of CTFs.

-##### :black_small_square: Reverse Engineering Tools -

-  :small_orange_diamond: Hopper - lets you disassemble, decompile and debug applications.
-  :small_orange_diamond: IDA Pro - generates assembly language source code from machine-executable code.
-  :small_orange_diamond: radare2 - framework for reverse-engineering and analyzing binaries.
-

- ##### :black_small_square: Bounty programs