exploit
Return Oriented Programming Compiler
I\'m trying to better understand my computer on the lower levels and what better way is there other than writing stack buffer overflow exploits? I recently came across ROP. I read the paper http://cse[详细]
2023-02-25 00:46 分类:问答How is the modified return address in a stack based buffer overflow attack approximated?
I understand that a typical stack based buffer overflow attack payload looks something like this: (return address) (return address) ...[详细]
2023-02-21 22:56 分类:问答All ways to edit files using php? (security)
I am having some serious security breaches in my website. After securing the webserver, i will now secure my php files.[详细]
2023-02-16 07:58 分类:问答Can one override HttpContext.Current.Request.Url.AbsoluteUri?
We have a system that logs events that occur on our website in a table. It currently records all the events with 开发者_开发百科a description of what is going on, and a reference of the page\'s prope[详细]
2023-02-15 20:45 分类:问答return to libc - problem
I\'m having problems with return-to-libc exploit. The problem is that nothing happens, but no segmentation fault (and yes I\'m actually overflowing the stack).[详细]
2023-02-11 05:39 分类:问答Making a system/program vulnerable to exploits [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-02-09 02:58 分类:问答How does the non executeable exploit work?
Hello the question is how works non executable exploit\'s, when i say non executable i mean those who don\'t have the file extension .exe, like word exploit开发者_如何学运维s .doc or other. How did th[详细]
2023-01-31 16:34 分类:问答Is HttpUtility.HtmlEncode safe?
I want the user to enter text and i would like to show the text back to the user and keep all the whitespaces. I dont want any exploits and have the user inject html or javascript. Is HttpUtility.Html[详细]
2023-01-31 10:48 分类:问答Vulnerabilities in caching of obfuscated key? Android Licensing
I\'m caching a user\'s authentication to whenever the Android Market Licensing ping server returns a GRANT_ACCESS pong.[详细]
2023-01-30 05:16 分类:问答C: return address of function (mac)
following short c program: void foo(int a, int b) { printf(\"a = %p b = %p\\n\", &a, &b); } main() {[详细]
2023-01-29 07:07 分类:问答