Re: Receive packet using socket

2013-10-21 Thread john pierce
Tom wrote: BTW what I am trying to accomplish is easily done in hping3 using this comm= and: hping3 mtalk.google.com -S -p 5228=20 I just want those same kind of results using python so I can make an exe ou= t of it. Hi Tom, Not sure if it's exactly what you're looking for, but I wrote a tcp syn

Re: Receive packet using socket

2013-10-09 Thread Nobody
On Wed, 09 Oct 2013 08:37:39 -0700, tspiegelman wrote: > 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

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, tspie...@amplify.com 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