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.
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:
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.