├── .github └── pull_request_template.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── cohort-1 └── CURRICULUM.md └── cohort-2 └── L4Sec Labs Penetration testing syllabus for Linux Lagos.pdf /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxlagos/linux-curriculum/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxlagos/linux-curriculum/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxlagos/linux-curriculum/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxlagos/linux-curriculum/HEAD/README.md -------------------------------------------------------------------------------- /cohort-1/CURRICULUM.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxlagos/linux-curriculum/HEAD/cohort-1/CURRICULUM.md -------------------------------------------------------------------------------- /cohort-2/L4Sec Labs Penetration testing syllabus for Linux Lagos.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linuxlagos/linux-curriculum/HEAD/cohort-2/L4Sec Labs Penetration testing syllabus for Linux Lagos.pdf --------------------------------------------------------------------------------