├── LICENSE ├── Lab Exercises Walkthrough - Linux.pdf ├── Lab Exercises Walkthrough - Windows.pdf ├── Local Privilege Escalation Workshop - Slides.pdf └── README.md /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2018 @s4gi_ 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /Lab Exercises Walkthrough - Linux.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ne3o1/OSCP/875887f950bdeea5e798df76024dbd135f259032/Lab Exercises Walkthrough - Linux.pdf -------------------------------------------------------------------------------- /Lab Exercises Walkthrough - Windows.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ne3o1/OSCP/875887f950bdeea5e798df76024dbd135f259032/Lab Exercises Walkthrough - Windows.pdf -------------------------------------------------------------------------------- /Local Privilege Escalation Workshop - Slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ne3o1/OSCP/875887f950bdeea5e798df76024dbd135f259032/Local Privilege Escalation Workshop - Slides.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Windows / Linux Local Privilege Escalation Workshop 2 | 3 | My give back to the community initiative that was presented for free at several private and public events across Australia: 4 | 5 | * Sydney - PlatypusCon (2017) 6 | * Perth - BsidesPerth (2017) 7 | * Brisbane - CrikeyCon (2018) 8 | 9 | The workshop is based on the attack tree below, which covers all known (at the time) attack vectors of local user privilege escalation on both Linux and Windows operating systems. 10 | 11 | 12 | ### Material 13 | 14 | * [Workshop Slide Deck](https://github.com/sagishahar/lpeworkshop/blob/master/Local%20Privilege%20Escalation%20Workshop%20-%20Slides.pdf) 15 | * Exercise Worksheets ([Linux](https://github.com/sagishahar/lpeworkshop/blob/master/Lab%20Exercises%20Walkthrough%20-%20Linux.pdf), [Windows](https://github.com/sagishahar/lpeworkshop/blob/master/Lab%20Exercises%20Walkthrough%20-%20Windows.pdf)) 16 | * [Lab VM for Linux Exercises](https://drive.google.com/file/d/0B6EDpYQYL72rQ2VuWS1QR2ZsUlU/view?usp=sharing) (user:password321, root:password123) 17 | * [Kali VM for Linux/Windows Exercises](https://drive.google.com/file/d/0B6EDpYQYL72rOElKNGhiLUdzdlE/view?usp=sharing) (root:toor) 18 | * [Videos for Windows Exercises](https://www.youtube.com/playlist?list=PLjG9EfEtwbvIrGFTx4XctK8IxkUJkAEqP) 19 | * [Tools for Windows Exercises](https://drive.google.com/file/d/1Lgg3HXXltB7ZD3F5YSbRl6FX7h_mPzFU/view?usp=sharing) (7z archive password: lpeworkshop) 20 | --------------------------------------------------------------------------------