Skip to content

Instantly share code, notes, and snippets.

View jamiedevsandbox's full-sized avatar
💭
C and Linux is life

Jamie Sparks jamiedevsandbox

💭
C and Linux is life
View GitHub Profile
@jamiedevsandbox
jamiedevsandbox / linux-acpi
Created July 4, 2023 18:51
Linux Battery Status ACPI
https://www.cyberciti.biz/faq/linux-laptop-battery-status-temperature/
@jamiedevsandbox
jamiedevsandbox / linux-syscalls-table
Created April 23, 2023 17:58
Linux kernel syscall tables
https://syscalls.mebeim.net/?table=x86/64/x64/v6.2
@jamiedevsandbox
jamiedevsandbox / nginx-403-bypass
Created February 15, 2023 21:30
nginx http error 403 bypass
https://medium.com/@mares.viktor/unusual-403-bypass-to-a-full-website-takeover-external-pentest-4970c788c6bf
@jamiedevsandbox
jamiedevsandbox / websock-exp-vuln
Created January 30, 2023 15:19
Manipulating the WebSocket handshake to exploit vulnerabilities
https://infosecwriteups.com/manipulating-the-websocket-handshake-to-exploit-vulnerabilities-7f8dc3504e9c
@jamiedevsandbox
jamiedevsandbox / malware-dropper-asm
Created January 30, 2023 15:18
Converting a Malware Dropper to x64 Assembly
https://pentestmag.com/converting-a-malware-dropper-to-x64-assembly/
@jamiedevsandbox
jamiedevsandbox / php-remote-source-code-disc
Created January 30, 2023 01:47
PHP Development Server <= 7.4.21 - Remote Source Disclosure
https://blog.projectdiscovery.io/php-http-server-source-disclosure/
@jamiedevsandbox
jamiedevsandbox / bergee-mult-crit-bugs
Created January 30, 2023 01:43
Bergee Critical Bugs SQLInjection
https://bergee.it/blog/how-i-found-multiple-critical-bugs-in-red-bull/
@jamiedevsandbox
jamiedevsandbox / win-proc-reparent
Created January 26, 2023 18:17
Windows Process Reparenting
https://blog.trailofbits.com/2022/12/20/process-reparenting-microsoft-windows/
@jamiedevsandbox
jamiedevsandbox / ssl-tls-decrypt
Created January 26, 2023 11:50
Decrypt SSL/TLSv1.3 Traffic
https://infosecwriteups.com/decrypting-https-traffic-as-a-hacker-323cb7127441
@jamiedevsandbox
jamiedevsandbox / linux-kern-netfilter-kmalloc-exp
Created January 26, 2023 11:49
Linux Kernel Exploiting Netfilter kmalloc
https://blog.exodusintel.com/2022/12/19/linux-kernel-exploiting-a-netfilter-use-after-free-in-kmalloc-cg/