noraj / OSCP-Exam-Report-Template-Markdown

:orange_book: Markdown Templates for Offensive Security OSCP, OSWE, OSCE, OSEE, OSWP exam report
https://noraj.github.io/OSCP-Exam-Report-Template-Markdown/
MIT License
3.56k stars 752 forks source link

Added information about disabling image floating #44

Closed jwhenry28 closed 1 year ago

jwhenry28 commented 1 year ago

Hello! Great repository! I just used it to write my OSEP report.

One issue that I lost a bit of time debugging was rendering images in the proper locations without losing their captions. E.g., the following markdown:

## Local Privilege Escalation

jwhenry28 obtained local privilege escalation with Meterpreter's `getsystem` command:

![Elevating local privileges](img/privEsc.png)

This resulted in a SYSTEM level Meterpreter session.

might render with the image at the very bottom or on an earlier page. This PR adds a quick fix to the FAQ.md file to resolve this issue.

noraj commented 1 year ago

Thanks for the FAQ PR.

jwhenry28 commented 1 year ago

Of course! Just fixed the typo.