Search:

Type: Posts; User: ar1; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    16
    Views
    12,363

    OH! So %17x would go down the memory only once...

    OH! So %17x would go down the memory only once and pad it, I knew that %x would go down the memory by 4 bytes and it seemed obvious that %17x would thus go down by 17*4 = 68 bytes!!

    The two...
  2. Replies
    16
    Views
    12,363

    Ah, some progress!! This is very interesting: ...

    Ah, some progress!! This is very interesting:

    The following 2 commands do the same thing, i.e. print 0x0000bbaa to the memory address.

    ./fmt_vuln `printf...
  3. Replies
    16
    Views
    12,363

    nebulus, I'm using Gentoo Linux, not Windows (Why...

    nebulus, I'm using Gentoo Linux, not Windows (Why did you assume that :D )

    I have already tried viewing stuff using gdb but couldn't get anything. Perhaps its because when I installed Gentoo I put...
  4. Replies
    16
    Views
    12,363

    Here's the source for fmt_vuln.c...

    Here's the source for fmt_vuln.c
    -----------------------------------------

    #include <stdlib.h>

    int main(int argc, char *argv[])
    {
    char text[1024];
    static int test_val =...
  5. Replies
    16
    Views
    12,363

    Padding seems most obvious but HOW does it need...

    Padding seems most obvious but HOW does it need padding? As I wrote earlier each of the writes (0xaa, 0xbb,...) is two hex digits, which is equal to one byte. Now each memory address can hold one...
  6. Replies
    16
    Views
    12,363

    I thought about the padding, but the problem with...

    I thought about the padding, but the problem with that is that each of the writes (0xaa, 0xbb,...) is two hex digits, which is equal to one byte. Now each memory address can hold one byte. So where...
  7. Replies
    16
    Views
    12,363

    format string : Question

    I found a format string tutorial in a book. Have understood the basic concept, but have a question about one of the examples. The aim is to write the address 0xddccbbaa into a static int variable...
  8. Thread: Driftnet

    by ar1
    Replies
    1
    Views
    4,429

    Driftnet

    Has anyone managed to use driftnet on a switched network?? It doesn't work even if I do ARP Poisoning. Ethereal works then, so the ARP Poisoning is working..

    Thanks
Results 1 to 8 of 8