Added Malware section and new links to PrivEsc, RE and Sharpening Your Skills

pull/2/head
Vitaly 2017-10-12 14:30:30 +03:00
parent 54d063db92
commit 1bfa4c042a
1 changed files with 9 additions and 0 deletions

View File

@ -67,6 +67,7 @@ Sharpening Your Skills
* [SmashTheStack](http://smashthestack.org/wargames.html) * [SmashTheStack](http://smashthestack.org/wargames.html)
* [Root-Me](https://www.root-me.org/) * [Root-Me](https://www.root-me.org/)
* [PicoCTF](https://2017game.picoctf.com/) * [PicoCTF](https://2017game.picoctf.com/)
* [Shellter Labs](https://shellterlabs.com/en/)
Reverse Engineering, Buffer overflow and Exploit development Reverse Engineering, Buffer overflow and Exploit development
-- --
@ -81,6 +82,7 @@ Reverse Engineering, Buffer overflow and Exploit development
* [Exploit tutorials](http://www.primalsecurity.net/tutorials/exploit-tutorials/) * [Exploit tutorials](http://www.primalsecurity.net/tutorials/exploit-tutorials/)
* [Exploit development](https://0x00sec.org/c/exploit-development) * [Exploit development](https://0x00sec.org/c/exploit-development)
* [Corelan tutorials](https://www.corelan.be/index.php/2009/07/19/exploit-writing-tutorial-part-1-stack-based-overflows/) * [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)
Privileged escalation Privileged escalation
-- --
@ -98,3 +100,10 @@ Privileged escalation
* [AutoLocalPrivilegeEscalation](https://github.com/ngalongc/AutoLocalPrivilegeEscalation) * [AutoLocalPrivilegeEscalation](https://github.com/ngalongc/AutoLocalPrivilegeEscalation)
* [Linux Privilege Escalation Check Script](https://github.com/sleventyeleven/linuxprivchecker) * [Linux Privilege Escalation Check Script](https://github.com/sleventyeleven/linuxprivchecker)
* [Local Linux Enumeration & Privilege Escalation Cheatsheet](https://www.rebootuser.com/?p=1623) * [Local Linux Enumeration & Privilege Escalation Cheatsheet](https://www.rebootuser.com/?p=1623)
* [4 Ways get linux privilege escalation](http://www.hackingarticles.in/4-ways-get-linux-privilege-escalation/)
Malware analysis
--
* [Malware traffic analysis](http://www.malware-traffic-analysis.net/)
* [Malware Analysis - CSCI 4976](https://github.com/RPISEC/Malware/blob/master/README.md)