From 0b2d9f8cd8102d1a5c33eaee843d2f45c1aff77c Mon Sep 17 00:00:00 2001 From: Meitar M Date: Thu, 17 Aug 2017 09:21:00 -0400 Subject: [PATCH 1/2] Move Voltron to Tools subsection. Also remove shellsploit, which now links to an empty repository. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a6aadde..99132a3 100644 --- a/README.md +++ b/README.md @@ -72,8 +72,6 @@ Your contributions and suggestions are heartily♥ welcome. (✿◕‿◕). Plea * [Shellcode Tutorial](http://www.vividmachines.com/shellcode/shellcode.html) - Tutorial on how to write shellcode. * [Shellcode Examples](http://shell-storm.org/shellcode/) - Shellcodes database. * [Exploit Writing Tutorials](https://www.corelan.be/index.php/2009/07/19/exploit-writing-tutorial-part-1-stack-based-overflows/) - Tutorials on how to develop exploits. -* [shellsploit](https://github.com/b3mb4m/shellsploit-framework) - New Generation Exploit Development Kit. -* [Voltron](https://github.com/snare/voltron) - Hacky debugger UI for hackers. ### OSINT Resources * [OSINT Framework](http://osintframework.com/) - Collection of various OSINT tools broken out by category. @@ -335,6 +333,7 @@ Your contributions and suggestions are heartily♥ welcome. (✿◕‿◕). Plea * [dnSpy](https://github.com/0xd4d/dnSpy) - Tool to reverse engineer .NET assemblies. * [binwalk](https://github.com/devttys0/binwalk) - Fast, easy to use tool for analyzing, reverse engineering, and extracting firmware images. * [PyREBox](https://github.com/Cisco-Talos/pyrebox) - Python scriptable Reverse Engineering sandbox by Cisco-Talos. +* [Voltron](https://github.com/snare/voltron) - Extensible debugger UI toolkit written in Python. ### Physical Access Tools * [LAN Turtle](https://lanturtle.com/) - Covert "USB Ethernet Adapter" that provides remote access, network intelligence gathering, and MITM capabilities when installed in a local network. From ef65ac1e97398c3690c29ed6501c9264fdb1fbf1 Mon Sep 17 00:00:00 2001 From: Meitar M Date: Thu, 17 Aug 2017 09:22:09 -0400 Subject: [PATCH 2/2] Add Capstone, a multi-platform disassembler. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 99132a3..d616b75 100644 --- a/README.md +++ b/README.md @@ -334,6 +334,7 @@ Your contributions and suggestions are heartily♥ welcome. (✿◕‿◕). Plea * [binwalk](https://github.com/devttys0/binwalk) - Fast, easy to use tool for analyzing, reverse engineering, and extracting firmware images. * [PyREBox](https://github.com/Cisco-Talos/pyrebox) - Python scriptable Reverse Engineering sandbox by Cisco-Talos. * [Voltron](https://github.com/snare/voltron) - Extensible debugger UI toolkit written in Python. +* [Capstone](http://www.capstone-engine.org/) - Lightweight multi-platform, multi-architecture disassembly framework. ### Physical Access Tools * [LAN Turtle](https://lanturtle.com/) - Covert "USB Ethernet Adapter" that provides remote access, network intelligence gathering, and MITM capabilities when installed in a local network.