Re: Receive packet using socket

2013-10-09 Thread tspiegelman
BTW what I am trying to accomplish is easily done in hping3 using this command: hping3 mtalk.google.com -S -p 5228 I just want those same kind of results using python so I can make an exe out of it. On Wednesday, October 9, 2013 11:37:39 AM UTC-4, [email protected] wrote: > Hey all, > >

Receive packet using socket

2013-10-09 Thread tspiegelman
Hey all, I am trying to use socket to send / receive a packet (want to recreate some functionality of hping3 and port it to windows and mac as a tcp ping). I am having some problems with the recv functionality of socket. Below is the script I am using. I get an ack from the server (used wire