├── How.to.create.a.qemu.SYS_BUS.device.driver ├── README.md ├── pics │ └── bus.png └── virt_mydev.c ├── README.md ├── a.socks.proxy.shellcode ├── README.md ├── socks.armv5.py ├── socks.armv7.py ├── socks.mipseb.py └── socks.x64.py ├── code.execution.on.last.libc ├── README.md ├── comp.sh ├── exp_dt_fini.py ├── exp_fsop.py ├── exp_mangled_initial.py ├── exp_tls_dtor_list.py ├── ld-linux-x86-64.so.2 ├── libc.so.6 ├── pics │ ├── announce.png │ ├── checksec.png │ ├── got1.png │ ├── strlen.png │ └── tls.png ├── prog └── prog.c ├── linux.tricks ├── Bash.shellcode.injection.oneliner │ ├── README.md │ └── pics │ │ ├── exec.png │ │ ├── libc.png │ │ ├── procfd.png │ │ ├── syscall.png │ │ └── trick.png └── How.to.remove.zfs.encrypted.root.password.prompt │ └── README.md ├── modern.templates.for.shellcoding ├── README.md ├── connect.back.reverse.shell.x64.without.zeroes.py ├── pics │ ├── example1.gif │ └── example2.gif ├── template.aarch64.py ├── template.arm.py ├── template.mips.py └── template.x64.py ├── qemu.escape.related └── CVE-2020-14364 │ ├── CVE-2020-14364.QEMU.escape.vulnerability.analysis.md │ ├── README.md │ └── pics │ ├── 1.png │ ├── 10.png │ ├── 11.png │ ├── 2.png │ ├── 3.png │ ├── 4.png │ ├── 5.png │ ├── 6.png │ ├── 636.png │ ├── 637.png │ ├── 638.png │ ├── 639.jpg │ ├── 639.png │ ├── 640.png │ ├── 641.png │ ├── 7.png │ ├── 8.png │ └── 9.png └── using.stdout.as.a.read.primitive ├── README.md ├── comp.sh ├── ld-linux-x86-64.so.2 ├── libc.so.6 ├── pics ├── returned.png ├── returned2.png ├── struct1.png └── struct2.png ├── prog ├── prog.c ├── simple.py └── simple2.py /How.to.create.a.qemu.SYS_BUS.device.driver/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/How.to.create.a.qemu.SYS_BUS.device.driver/README.md -------------------------------------------------------------------------------- /How.to.create.a.qemu.SYS_BUS.device.driver/pics/bus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/How.to.create.a.qemu.SYS_BUS.device.driver/pics/bus.png -------------------------------------------------------------------------------- /How.to.create.a.qemu.SYS_BUS.device.driver/virt_mydev.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/How.to.create.a.qemu.SYS_BUS.device.driver/virt_mydev.c -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/README.md -------------------------------------------------------------------------------- /a.socks.proxy.shellcode/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/a.socks.proxy.shellcode/README.md -------------------------------------------------------------------------------- /a.socks.proxy.shellcode/socks.armv5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/a.socks.proxy.shellcode/socks.armv5.py -------------------------------------------------------------------------------- /a.socks.proxy.shellcode/socks.armv7.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/a.socks.proxy.shellcode/socks.armv7.py -------------------------------------------------------------------------------- /a.socks.proxy.shellcode/socks.mipseb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/a.socks.proxy.shellcode/socks.mipseb.py -------------------------------------------------------------------------------- /a.socks.proxy.shellcode/socks.x64.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/a.socks.proxy.shellcode/socks.x64.py -------------------------------------------------------------------------------- /code.execution.on.last.libc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/code.execution.on.last.libc/README.md -------------------------------------------------------------------------------- /code.execution.on.last.libc/comp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/code.execution.on.last.libc/comp.sh -------------------------------------------------------------------------------- /code.execution.on.last.libc/exp_dt_fini.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/code.execution.on.last.libc/exp_dt_fini.py -------------------------------------------------------------------------------- /code.execution.on.last.libc/exp_fsop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/code.execution.on.last.libc/exp_fsop.py -------------------------------------------------------------------------------- /code.execution.on.last.libc/exp_mangled_initial.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/code.execution.on.last.libc/exp_mangled_initial.py -------------------------------------------------------------------------------- /code.execution.on.last.libc/exp_tls_dtor_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/code.execution.on.last.libc/exp_tls_dtor_list.py -------------------------------------------------------------------------------- /code.execution.on.last.libc/ld-linux-x86-64.so.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/code.execution.on.last.libc/ld-linux-x86-64.so.2 -------------------------------------------------------------------------------- /code.execution.on.last.libc/libc.so.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/code.execution.on.last.libc/libc.so.6 -------------------------------------------------------------------------------- /code.execution.on.last.libc/pics/announce.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/code.execution.on.last.libc/pics/announce.png -------------------------------------------------------------------------------- /code.execution.on.last.libc/pics/checksec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/code.execution.on.last.libc/pics/checksec.png -------------------------------------------------------------------------------- /code.execution.on.last.libc/pics/got1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/code.execution.on.last.libc/pics/got1.png -------------------------------------------------------------------------------- /code.execution.on.last.libc/pics/strlen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/code.execution.on.last.libc/pics/strlen.png -------------------------------------------------------------------------------- /code.execution.on.last.libc/pics/tls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/code.execution.on.last.libc/pics/tls.png -------------------------------------------------------------------------------- /code.execution.on.last.libc/prog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/code.execution.on.last.libc/prog -------------------------------------------------------------------------------- /code.execution.on.last.libc/prog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/code.execution.on.last.libc/prog.c -------------------------------------------------------------------------------- /linux.tricks/Bash.shellcode.injection.oneliner/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/linux.tricks/Bash.shellcode.injection.oneliner/README.md -------------------------------------------------------------------------------- /linux.tricks/Bash.shellcode.injection.oneliner/pics/exec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/linux.tricks/Bash.shellcode.injection.oneliner/pics/exec.png -------------------------------------------------------------------------------- /linux.tricks/Bash.shellcode.injection.oneliner/pics/libc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/linux.tricks/Bash.shellcode.injection.oneliner/pics/libc.png -------------------------------------------------------------------------------- /linux.tricks/Bash.shellcode.injection.oneliner/pics/procfd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/linux.tricks/Bash.shellcode.injection.oneliner/pics/procfd.png -------------------------------------------------------------------------------- /linux.tricks/Bash.shellcode.injection.oneliner/pics/syscall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/linux.tricks/Bash.shellcode.injection.oneliner/pics/syscall.png -------------------------------------------------------------------------------- /linux.tricks/Bash.shellcode.injection.oneliner/pics/trick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/linux.tricks/Bash.shellcode.injection.oneliner/pics/trick.png -------------------------------------------------------------------------------- /linux.tricks/How.to.remove.zfs.encrypted.root.password.prompt/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/linux.tricks/How.to.remove.zfs.encrypted.root.password.prompt/README.md -------------------------------------------------------------------------------- /modern.templates.for.shellcoding/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/modern.templates.for.shellcoding/README.md -------------------------------------------------------------------------------- /modern.templates.for.shellcoding/connect.back.reverse.shell.x64.without.zeroes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/modern.templates.for.shellcoding/connect.back.reverse.shell.x64.without.zeroes.py -------------------------------------------------------------------------------- /modern.templates.for.shellcoding/pics/example1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/modern.templates.for.shellcoding/pics/example1.gif -------------------------------------------------------------------------------- /modern.templates.for.shellcoding/pics/example2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/modern.templates.for.shellcoding/pics/example2.gif -------------------------------------------------------------------------------- /modern.templates.for.shellcoding/template.aarch64.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/modern.templates.for.shellcoding/template.aarch64.py -------------------------------------------------------------------------------- /modern.templates.for.shellcoding/template.arm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/modern.templates.for.shellcoding/template.arm.py -------------------------------------------------------------------------------- /modern.templates.for.shellcoding/template.mips.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/modern.templates.for.shellcoding/template.mips.py -------------------------------------------------------------------------------- /modern.templates.for.shellcoding/template.x64.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/modern.templates.for.shellcoding/template.x64.py -------------------------------------------------------------------------------- /qemu.escape.related/CVE-2020-14364/CVE-2020-14364.QEMU.escape.vulnerability.analysis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/qemu.escape.related/CVE-2020-14364/CVE-2020-14364.QEMU.escape.vulnerability.analysis.md -------------------------------------------------------------------------------- /qemu.escape.related/CVE-2020-14364/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/qemu.escape.related/CVE-2020-14364/README.md -------------------------------------------------------------------------------- /qemu.escape.related/CVE-2020-14364/pics/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/qemu.escape.related/CVE-2020-14364/pics/1.png -------------------------------------------------------------------------------- /qemu.escape.related/CVE-2020-14364/pics/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/qemu.escape.related/CVE-2020-14364/pics/10.png -------------------------------------------------------------------------------- /qemu.escape.related/CVE-2020-14364/pics/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/qemu.escape.related/CVE-2020-14364/pics/11.png -------------------------------------------------------------------------------- /qemu.escape.related/CVE-2020-14364/pics/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/qemu.escape.related/CVE-2020-14364/pics/2.png -------------------------------------------------------------------------------- /qemu.escape.related/CVE-2020-14364/pics/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/qemu.escape.related/CVE-2020-14364/pics/3.png -------------------------------------------------------------------------------- /qemu.escape.related/CVE-2020-14364/pics/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/qemu.escape.related/CVE-2020-14364/pics/4.png -------------------------------------------------------------------------------- /qemu.escape.related/CVE-2020-14364/pics/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/qemu.escape.related/CVE-2020-14364/pics/5.png -------------------------------------------------------------------------------- /qemu.escape.related/CVE-2020-14364/pics/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/qemu.escape.related/CVE-2020-14364/pics/6.png -------------------------------------------------------------------------------- /qemu.escape.related/CVE-2020-14364/pics/636.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/qemu.escape.related/CVE-2020-14364/pics/636.png -------------------------------------------------------------------------------- /qemu.escape.related/CVE-2020-14364/pics/637.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/qemu.escape.related/CVE-2020-14364/pics/637.png -------------------------------------------------------------------------------- /qemu.escape.related/CVE-2020-14364/pics/638.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/qemu.escape.related/CVE-2020-14364/pics/638.png -------------------------------------------------------------------------------- /qemu.escape.related/CVE-2020-14364/pics/639.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/qemu.escape.related/CVE-2020-14364/pics/639.jpg -------------------------------------------------------------------------------- /qemu.escape.related/CVE-2020-14364/pics/639.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/qemu.escape.related/CVE-2020-14364/pics/639.png -------------------------------------------------------------------------------- /qemu.escape.related/CVE-2020-14364/pics/640.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/qemu.escape.related/CVE-2020-14364/pics/640.png -------------------------------------------------------------------------------- /qemu.escape.related/CVE-2020-14364/pics/641.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/qemu.escape.related/CVE-2020-14364/pics/641.png -------------------------------------------------------------------------------- /qemu.escape.related/CVE-2020-14364/pics/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/qemu.escape.related/CVE-2020-14364/pics/7.png -------------------------------------------------------------------------------- /qemu.escape.related/CVE-2020-14364/pics/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/qemu.escape.related/CVE-2020-14364/pics/8.png -------------------------------------------------------------------------------- /qemu.escape.related/CVE-2020-14364/pics/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/qemu.escape.related/CVE-2020-14364/pics/9.png -------------------------------------------------------------------------------- /using.stdout.as.a.read.primitive/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/using.stdout.as.a.read.primitive/README.md -------------------------------------------------------------------------------- /using.stdout.as.a.read.primitive/comp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/using.stdout.as.a.read.primitive/comp.sh -------------------------------------------------------------------------------- /using.stdout.as.a.read.primitive/ld-linux-x86-64.so.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/using.stdout.as.a.read.primitive/ld-linux-x86-64.so.2 -------------------------------------------------------------------------------- /using.stdout.as.a.read.primitive/libc.so.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/using.stdout.as.a.read.primitive/libc.so.6 -------------------------------------------------------------------------------- /using.stdout.as.a.read.primitive/pics/returned.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/using.stdout.as.a.read.primitive/pics/returned.png -------------------------------------------------------------------------------- /using.stdout.as.a.read.primitive/pics/returned2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/using.stdout.as.a.read.primitive/pics/returned2.png -------------------------------------------------------------------------------- /using.stdout.as.a.read.primitive/pics/struct1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/using.stdout.as.a.read.primitive/pics/struct1.png -------------------------------------------------------------------------------- /using.stdout.as.a.read.primitive/pics/struct2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/using.stdout.as.a.read.primitive/pics/struct2.png -------------------------------------------------------------------------------- /using.stdout.as.a.read.primitive/prog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/using.stdout.as.a.read.primitive/prog -------------------------------------------------------------------------------- /using.stdout.as.a.read.primitive/prog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/using.stdout.as.a.read.primitive/prog.c -------------------------------------------------------------------------------- /using.stdout.as.a.read.primitive/simple.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/using.stdout.as.a.read.primitive/simple.py -------------------------------------------------------------------------------- /using.stdout.as.a.read.primitive/simple2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobodyisnobody/docs/HEAD/using.stdout.as.a.read.primitive/simple2.py --------------------------------------------------------------------------------