ROP WriteUp
Ais3-lys-rop1 當有NX保護機制時,ROP可以幫助我們繞過他 找gadget把rop chain推成shellcode的形狀 12345678910111213141516171819202122232425262728293031323334from pwn import *context.arch = 'amd64'r = remote("35...How to use gdb-WriteUp
How to use gdb 因為我寫到srop的lab才發現我不會用gdb,所以這邊趕快補一下🤧 open gdb attach <pid> pwntools open gdb 1234567from pwn import *context.terminal = ['tmux', 'splitw', '+h'...NTTU 伺服器原理 WriteUp-2
AnsibleDocs $ansible-navigator doc -l ansible-navigator doc <ansible.builtin.dnf> Official YamlRe Basic名詞解釋 inventory host group playbook play task modules RequirementLinux , macos ...NTTU 伺服器原理 WriteUp
Ansible SELinux DNS serverIntro (2023.09.20) SELinux review ls -lZ semanage setenforce chcon firewalld 名詞解釋 DNS : Domain name service FQDN : Fully Qualified Domain Name Domain Subdomain Zone ...Yuawn BOF Lab WriteUp
bofHijack ret addrrip to run call_me() objdump -d ./bof sub rsp,0x30 <- 48 bits in stack rbp-ox30 for gets() input 塞a到 0x38 <- 0x30 buf + 0x8 saved rbp 然後加上 p64(call_me()的address) <...Yuawn Binary exploitation WriteUp
ROP Return Oriented ProgrammingFrom yuawn NTU-Computer-Security week1 week2 week3 PicoCTF.com pwn.college Pwnable.tw pwntools interact with gdb tmux pause() , gdb attach pid ROP Gadgets ...Yuawn bof WriteUp
From yuawn NTU-Computer-Security Dkoctro week1 week2 week3 PicoCTF.com pwn.college Pwnable.tw BasicELF (Executable and Linkable Format)INTRO ELF-workflow (static) ELF-workflo...Wireguard VPN
VPN setup
NTTU CSclube pwn part 1.
資安社總務第二次上社課 Prepare VirtualMachine install tutorial ubuntu 22.04 LTS gdb sudo apt udate; apt install gdb peda lab x86_64 assemblyRegisters RAX RBX RCX RDX RDI RSI - 64 bit EAX EBX ECX EDX EDI E...