From efb4df334476a85867f22812eb8f6c64e6e8408b Mon Sep 17 00:00:00 2001 From: Vitaly Date: Wed, 25 Oct 2017 19:40:16 +0300 Subject: [PATCH] Updated README and tools files --- README.md | 3 ++- tools.md | 9 +++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cc13cd1..a2fdd96 100644 --- a/README.md +++ b/README.md @@ -195,6 +195,7 @@ Reverse Engineering, Buffer Overflow and Exploit Development * [A Course on Intermediate Level Linux Exploitation](https://github.com/nnamon/linux-exploitation-course) * [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/) Privilege Escalation -- @@ -267,7 +268,7 @@ Forums * [Hackforums](https://hackforums.net/) * [0x00sec](https://0x00sec.org/) * [Antichat](https://forum.antichat.ru/) - +* [EAST Exploit database](http://eastexploits.com/) Archived Security Conference Videos -- diff --git a/tools.md b/tools.md index 412356b..46625ca 100644 --- a/tools.md +++ b/tools.md @@ -15,11 +15,14 @@ Repository | Description [SecLists](https://github.com/danielmiessler/SecLists) | It is a collection of multiple types of lists used during security assessments [Xerosploit](https://github.com/LionSec/xerosploit) | Efficient and advanced man in the middle framework [ctf-tools](https://github.com/zardus/ctf-tools) | Some setup scripts for security research tools. +[PENTEST-WIKI](https://github.com/nixawk/pentest-wiki) | PENTEST-WIKI is a free online security knowledge library for pentesters / researchers. If you have a good idea, please share it with others. + ### Awesome custom projects / Scripts Name | Description ---- | ---- [mimikatz](https://github.com/gentilkiwi/mimikatz) | A useful tool to play with Windows security including extracting plaintext passwords, kerberos tickets, etc. +[LAZY script v2.1.3](https://github.com/arismelachroinos/lscript) | The LAZY script will make your life easier, and of course faster. ### Exploitation tools Name | Description @@ -57,6 +60,12 @@ Name | Description [SQLmap](http://sqlmap.org/) | Automatic SQL injection and database takeover tool [SQLninja](http://sqlninja.sourceforge.net/) | SQL Server injection & takeover tool +### 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. + + ### Search Engine for Penetration Tester Name | Description ---- | ----