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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
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