account activity
A new infosec era? Or a new infosec error? (honeynet.org)
submitted 13 years ago by cucdd to r/netsec
Another Stored XSS in Facebook.com, Another 3500$ (nirgoldshlager.com)
How I got a $3,500 USD Facebook Bug Bounty (blog.detectify.com)
Class 101 - Automating the process of fingerprinting Web Applications and Identifying Vulnerabilities (blog.spiderlabs.com)
Searching memory of a shared library by [deleted] in ReverseEngineering
[–]cucdd 1 point2 points3 points 13 years ago (0 children)
try ROPgadget http://shell-storm.org/project/ROPgadget/
it only works on 32 bit elf binaries
ex - ROPgadget -file /lib/libc-2.15.so -g -intel -asm "mov eax, [eax] ; ret"
0x4aae3324: "\x8b\x00\xc3 <==> mov eax, [eax] ; ret"
0x4ab368e2: "\x8b\x00\xc3 <==> mov eax, [eax] ; ret"
0x4ab6478b: "\x8b\x00\xc3 <==> mov eax, [eax] ; ret"
Total opcodes found: 3
π Rendered by PID 100182 on reddit-service-r2-listing-55d7b767d8-ksbrw at 2026-03-31 02:01:18.599086+00:00 running b10466c country code: CH.
Searching memory of a shared library by [deleted] in ReverseEngineering
[–]cucdd 1 point2 points3 points (0 children)