You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When send_insertion_packet() function handles a full-sized packet with INS_DISC_MD5 flag on, send the insertion packet will cause a "Message too long" error, since the the packet length is greater than MTU size.
payload_len may need to be fixed after the injection.
The text was updated successfully, but these errors were encountered:
Nefurtity
changed the title
send_fake_***() function should not handle tcp option field
Insert wrong md5 may cause the packet length reach up MTU size
Feb 24, 2018
Nefurtity
changed the title
Insert wrong md5 may cause the packet length reach up MTU size
Insert md5 options may cause the packet length reach up MTU size
Feb 24, 2018
When
send_insertion_packet()
function handles a full-sized packet withINS_DISC_MD5
flag on, send the insertion packet will cause a "Message too long" error, since the the packet length is greater than MTU size.payload_len
may need to be fixed after the injection.The text was updated successfully, but these errors were encountered: