# Undergrad CyberSec Notes

## Undergrad CyberSec Notes

- [About Me](https://zflemingg1.gitbook.io/undergrad-tutorials/master.md)
- [Certified Red Team Expert](https://zflemingg1.gitbook.io/undergrad-tutorials/course-reviews/certified-red-team-expert.md): https://www.pentesteracademy.com/redteamlab
- [Introduction](https://zflemingg1.gitbook.io/undergrad-tutorials/walkthroughs-osce/introduction.md): This chapter will cover walkthroughs for exploiting various different applications. Those doing the OSCE might find this useful.
- [Vulnserver - TRUN Command](https://zflemingg1.gitbook.io/undergrad-tutorials/walkthroughs-osce/vulnserver-trun-command.md): As part of my preparation for the taking the CTP course and OSCE exam I used the vulnserver.exe to practice and develop my skills.
- [Vulnserver - GMON Command](https://zflemingg1.gitbook.io/undergrad-tutorials/walkthroughs-osce/vulnserver-gmon-command.md): As part of my preparation for the taking the CTP course and OSCE exam I used the vulnserver.exe to practice and develop my skills.
- [Vulnserver - HTER Command](https://zflemingg1.gitbook.io/undergrad-tutorials/walkthroughs-osce/vulnserver-hter-command.md): As part of my preparation for the taking the CTP course and OSCE exam I used the vulnserver.exe to practice and develop my skills.
- [Vulnserver - LTER Command](https://zflemingg1.gitbook.io/undergrad-tutorials/walkthroughs-osce/vulnserver-lter-command.md): As part of my preparation for the taking the CTP course and OSCE exam I used the vulnserver.exe to practice and develop my skills.
- [Vulnserver - KSTET Command](https://zflemingg1.gitbook.io/undergrad-tutorials/walkthroughs-osce/vulnserver-kset-command.md): As part of my preparation for the taking the CTP course and OSCE exam I used the vulnserver.exe to practice and develop my skills.
- [Vulnserver - GTER Command](https://zflemingg1.gitbook.io/undergrad-tutorials/walkthroughs-osce/vulnserver-gter-command.md): As part of my preparation for the taking the CTP course and OSCE exam I used the vulnserver.exe to practice and develop my skills.
- [Exploiting HP OpenView NNM - B.07.53](https://zflemingg1.gitbook.io/undergrad-tutorials/walkthroughs-osce/exploiting-hp-openview-nnm-b.07.53.md)
- [Introduction](https://zflemingg1.gitbook.io/undergrad-tutorials/vulnhub-machines-oscp/walkthroughs-oscp.md): This chapter will cover walkthroughs for exploiting various different applications. Those doing the OSCP might find this useful.
- [Vulnhub - Cynix](https://zflemingg1.gitbook.io/undergrad-tutorials/vulnhub-machines-oscp/vulnhub-cynix.md)
- [Vulnhub - MyExpense](https://zflemingg1.gitbook.io/undergrad-tutorials/vulnhub-machines-oscp/vulnhub-myexpense.md)
- [Hack The Box - Monteverde](https://zflemingg1.gitbook.io/undergrad-tutorials/vulnhub-machines-oscp/untitled.md)
- [Hack The Box - Control](https://zflemingg1.gitbook.io/undergrad-tutorials/vulnhub-machines-oscp/hack-the-box-control.md)
- [Hack The Box - Resolute](https://zflemingg1.gitbook.io/undergrad-tutorials/vulnhub-machines-oscp/hack-the-box-resolute.md)
- [Hack The Box - Sauna](https://zflemingg1.gitbook.io/undergrad-tutorials/vulnhub-machines-oscp/hack-the-box-sauna.md)
- [PowerView CheatSheet](https://zflemingg1.gitbook.io/undergrad-tutorials/powerview/powerview-cheatsheet.md)
- [WriteOwner Exploit](https://zflemingg1.gitbook.io/undergrad-tutorials/active-directory-acl-abuse/writeowner-exploit.md): Refer to: https://www.youtube.com/watch?v=ob9SgtFm6\_g\&t=1431s
- [GenericWrite Exploit](https://zflemingg1.gitbook.io/undergrad-tutorials/active-directory-acl-abuse/genericwrite-exploit.md): Refer to: https://www.youtube.com/watch?v=ob9SgtFm6\_g\&t=1431s
- [Self Exploit](https://zflemingg1.gitbook.io/undergrad-tutorials/active-directory-acl-abuse/self.md)
- [Windows Priv Esc](https://zflemingg1.gitbook.io/undergrad-tutorials/privilege-escalation/privilege-escalation.md)
- [Basic PowerShell for Pentesters](https://zflemingg1.gitbook.io/undergrad-tutorials/powershell/basic-powershell-for-pentesters.md): Copy & Pasted from https://book.hacktricks.xyz/windows/basic-powershell-for-pentesters
- [Powershell](https://zflemingg1.gitbook.io/undergrad-tutorials/powershell/powershell.md)
- [General Tips](https://zflemingg1.gitbook.io/undergrad-tutorials/useful-commands/general-tips.md)
- [Active Directory Enumeration Cheetsheet](https://zflemingg1.gitbook.io/undergrad-tutorials/active-directory-enumeration-cheetsheet.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://zflemingg1.gitbook.io/undergrad-tutorials/master.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
