Menu

v0.9.9 bug payload display - off by one

Federico
2006-02-22
2013-04-11
  • Federico

    Federico - 2006-02-22

    Hello,
    was using your nice program, but with these options
    ipgrab -i eth0 -l -p -t -n -a dst port 6112
    could not see the last char i typed on the connection i was sniffing.

    The bug is in "payload.c", function  dump_hex_and_text(holder, bytes);

    It works replacing with this
    dump_hex_and_text(holder, bytes+1);

    Hope this software is still under development, very nice!!

    Regards,
    Federico

     
    • Muhammad Farooq-i-Azam

      We are working on resolving the problem you pointed
      out and other issues with ipgrab as well. Please
      keep a wait for sometime (couple of months may be).

      Thanks and best regards,

      Muhammad Farooq-i-Azam

       

Log in to post a comment.

MongoDB Logo MongoDB