From 07e87edecc9bda3a22dcfd2519e06f5819d48c67 Mon Sep 17 00:00:00 2001 From: Vitaly Date: Sat, 28 Oct 2017 19:57:54 +0300 Subject: [PATCH] Updated tools and Readme --- README.md | 2 ++ tools.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 8cc4b7a..f104979 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,7 @@ Sharpening Your Skills * [Hacker test](http://www.hackertest.net/) * [Crackmes.de Archive (2011-2015)](https://tuts4you.com/download.php?view.3152) * [ROP Emporium](https://ropemporium.com/) +* [Google's XSS game](https://xss-game.appspot.com/) Reverse Engineering, Buffer Overflow and Exploit Development -- @@ -197,6 +198,7 @@ Reverse Engineering, Buffer Overflow and Exploit Development * [Lena's Reversing for Newbies (Complete)](https://tuts4you.com/download.php?view.2876) * [Megabeets journey into Radare2](https://www.megabeets.net/a-journey-into-radare-2-part-1/) * [Introduction to ARM Assembly Basics] (https://azeria-labs.com/writing-arm-assembly-part-1/) +* [Linux (x86) Exploit Development Series](https://sploitfun.wordpress.com/2015/06/26/linux-x86-exploit-development-tutorial-series/) Privilege Escalation -- diff --git a/tools.md b/tools.md index c021631..b12f187 100644 --- a/tools.md +++ b/tools.md @@ -59,11 +59,13 @@ Name | Description ---- | ---- [SQLmap](http://sqlmap.org/) | Automatic SQL injection and database takeover tool [SQLninja](http://sqlninja.sourceforge.net/) | SQL Server injection & takeover tool +[SQLiv](https://github.com/Hadesy2k/sqliv) | Massive SQL injection scanner ### Post explotation Name | Description ---- | ---- [Portia](https://github.com/SpiderLabs/portia) | Portia aims to automate a number of techniques commonly performed on internal network penetration tests after a low privileged account has been compromised. +[RSPET](https://github.com/panagiks/RSPET) | RSPET (Reverse Shell and Post Exploitation Tool) is a Python based reverse shell equipped with functionalities that assist in a post exploitation scenario. ### Search Engine for Penetration Tester