Update index.md

This commit is contained in:
Ali Hadi 2021-01-11 01:29:06 -05:00 gecommit door GitHub
bovenliggende b617e5be6d
commit 554043cb57
Geen bekende sleutel gevonden voor deze handtekening in de database
GPG sleutel-ID: 4AEE18F83AFDEB23

Bestand weergeven

@ -1,7 +1,12 @@
# Offensive Software Exploitation (OSE) Course
This repository is for the Offensive Software Exploitation Course I am teaching at Champlain College and currently doing it for free online (check the YouTube channel for the recordings). Most of the slidenotes I used, are already shared on [HTID Course](http://opensecuritytraining.info/HTID.html), but the labs were fully created by myself. I used publically available resources and software to explain each of the weakneses covered, so there is nothing here that you cannot find online.
---
## Course Files and Resources
- Labs can be found [here](https://github.com/ashemery/exploitation-course/tree/master/labs)
- Notes can be found [here](https://github.com/ashemery/exploitation-course/tree/master/notes)
- Slides can be found [here](https://github.com/ashemery/exploitation-course/tree/master/slides)
---
### Vulnerable Software
The vulnerable software I used are also online and can be found at [Exploit-db](https://www.exploit-db.com/). I also used Stephen Bradshaw's [VulnServer](https://github.com/stephenbradshaw/vulnserver), plus maybe some other simple code that I prepared. Please check each lab for the software used in that specific lab and from where to download it.