buffer-overflow
Shellcode as payload for buffer overflow (or other) exploits executed as root?
When I use shellcode such as the ones provided here* as payload to some vu开发者_StackOverflow社区lnerable program, how is the shell executed as root? I am asking about how the privileges are elevated[详细]
2023-02-26 06:50 分类:问答Is send/receive packet buffer the same preallocated memory
I have a开发者_开发知识库 windows app consuming large amounts of incoming udp traffic and sending a small number of udp packets \'keep alive\' messages. I\'m seeing a small amount of drops on both inc[详细]
2023-02-25 18:21 分类:问答How to define grammar which excludes a certain set of words?
I have built a small code for static analysis of C code. The purpose of building it is to warn users about the use of methods such as strcpy() which could essentially cause buffer overflows.[详细]
2023-02-23 02:26 分类:问答Using Ruby to fuzz FTP Server
Hey, I\'m new to Ruby and trying to learn by porting some progs from one language to another.Right now I\'m working on an FTP fuzzer in Ruby that mirrors this perl script:[详细]
2023-02-22 01:28 分类:问答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 分类:问答Buffer overflow return address has 00
I was just trying to get a buffer overflow to work on OSX(10.6) on the following program; I need to make foo execute by overflowing the buffer.[详细]
2023-02-20 05:24 分类:问答how to clear serial buffer?
I am receiving messages over serial port from a micro-controller. i am using a baud rate of 9600. I have a program w开发者_运维技巧ritten using win32 API that receives the messages. Sometimes it happ[详细]
2023-02-19 23:01 分类:问答linux how to patch this code
#include <WhatHere?> #include <WhatHere?> #include <WhatHere?> int main(int argc, char **argv) {[详细]
2023-02-19 05:49 分类:问答How to skip a line doing a buffer overflow in C
I want to skip a line in C, the line x=1; in the main section using bufferoverflow; however, I don\'t know why I can not skip the address from 4002f4 to the next address 4002fb in spite of the fact th[详细]
2023-02-16 21:09 分类:问答Using a buffer to convert http request responses to string in Android - Not getting entire response
I\'m developing an app that posts to a site and I\'m trying to store the entity response as a string. However, the string only seems to contain a small portion of the response, roughly 35 lines or so.[详细]
2023-02-15 22:09 分类:问答