Newbie: Keep TCP socket open

Ghirai ghirai at ghirai.com
Mon May 19 19:44:50 EDT 2008


On Mon, 19 May 2008 23:50:50 +0100
"Alan Wright" <alan.wright at volubill.com> wrote:

> Ghirai,
> Scapy does the same, only it sends RST and not FIN, so still no help
> 
>  send(IP(dst="10.1.1.2")/TCP(dport=50000,flags="S"))
> 
> Only have windows at the moment sadly.
> 
> Alan
> 

Are you sure there's no firewall or something else between you and the
remote host?

Because i just tried that command with scapy and it didn't send any other packets
except what it was told (1 packet with SYN flag set).

I haven't tried on windows though.

-- 
Regards,
Ghirai.



More information about the Python-list mailing list