This page contains notes, commands, links, etc. that I have collected and produced while doing my Offensive Security Certified Expert (OSCE) Certification Lab.
To preview this site offline:
git clone https://github.com/tsondt/osce
- with
ruby
andbundle
:
BUNDLE_PATH=.bundle bundle check || \
bundle install && \
bundle exec jekyll serve
- with Docker:
./docker-build.sh
./docker-run.sh
Published by tsondt with Jekyll using BlackDoc theme. MIT License.