-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible Challenges #1
Comments
Merged
TODO: dojo 分成两份 challenge,一份是专门上课使用的,如随堂作业,课后作业,另一份是专门的软件安全实验 |
buffer overflow(以stack overflow为例):
|
|
Optional: 设计一个在 overflow return address 的时候,维护 old rbp 的 challenge |
Shell injection:
|
更多利用方式:
|
shellcode injection shellcode 1-2 过滤 x64 汇编指令。(0x48 ) shellcode 1-3 过滤 过滤syscall |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
simple demo - directly reads the/flag
(Demo)set setuid for other utilities (Backdoor)Pwntools Usage - Program Interaction, 录屏,mdlAssembly Basic (refer to Assembly Crash Course), mdlCrackMe (ELF executable), pengyuGdb usage, 录屏,TODO !! hyh and pengyuBuffer (Stack/Heap) Overflow doneOff-by-one moves hereShellcode Generation, pengyuROP, hyh; todo, execve donebilibili & Zoho DocsThe text was updated successfully, but these errors were encountered: