From 358ac2f322c031dc24a5083cb4f138e61eab4e04 Mon Sep 17 00:00:00 2001 From: Tiago Alves Date: Sun, 15 Oct 2017 03:22:41 -0200 Subject: [PATCH 1/3] Added Xerosploit man in the middle framework I think [Xerosploit](https://github.com/LionSec/xerosploit) is a good tool to add, but not sure where put it :confused: --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 03dcd56..924792a 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ Reverse Engineering, Buffer overflow and Exploit development * [Corelan tutorials](https://www.corelan.be/index.php/2009/07/19/exploit-writing-tutorial-part-1-stack-based-overflows/) * [Reverse engineering reading list](https://github.com/onethawt/reverseengineering-reading-list/blob/master/README.md) * [Reverse Engineering challenges](https://challenges.re/) +* [Xerosploit](https://github.com/LionSec/xerosploit) Privileged escalation -- From 3e5d07ec85a34f424e247b24e8a612a5ad4e77ec Mon Sep 17 00:00:00 2001 From: Tiago Alves Date: Sun, 15 Oct 2017 15:56:50 -0200 Subject: [PATCH 2/3] Add contributing.md Because organization and contributions are cool --- contributing.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 contributing.md diff --git a/contributing.md b/contributing.md new file mode 100644 index 0000000..1861a7c --- /dev/null +++ b/contributing.md @@ -0,0 +1,22 @@ +# Contribution Guidelines + +Please follow the instructions below to make a contribution. + +This resource was made by the developers and hackers alike! We appreciate and recognize all [contributors](#contributors). + +## Table of Content + +- [Adding to the list](#adding-to-the-list) +- [To remove from the list](#to-remove-from-the-list) +- [Contributors](#contributors) + +## Adding to the List + +- Please add the content to the `README.md` file and make sure that the edited list is in alphabetical order. +- Submit a pull request. + +## Removing from the List + +- If you have any issues accessing any of the resources listed here, please let us know. + +## Contributors From bed0151b8deacfaa37857b5952336953a154a357 Mon Sep 17 00:00:00 2001 From: Tiago Alves Date: Sun, 15 Oct 2017 16:06:33 -0200 Subject: [PATCH 3/3] Add tools.md Creating tools.md to add links and resources for tools and frameworks #11 --- tools.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tools.md diff --git a/tools.md b/tools.md new file mode 100644 index 0000000..765b93c --- /dev/null +++ b/tools.md @@ -0,0 +1,17 @@ +# Awesome Hacking Tools + +**A collection of awesome lists for hackers, pentesters & security researchers.** + +A curated list of awesome Hacking Tools. Your contributions are always welcome ! + +### Awesome Repositories + +Repository | Description +---- | ---- +[Xerosploit](https://github.com/LionSec/xerosploit) | Efficient and advanced man in the middle framework + + +### Awesome other projects +Name | Description +---- | ---- +