python 2.7 - HTML download using tcp -


how can use tcp interact server , download html file computer? know first need preform 3 way handshake , send request. then? thank you

html text written in packet's raw layer in scapy. in order save html file, write pkt[raw].load text file.


Comments

Popular posts from this blog

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

testing - Detect whether test has failed within fixture -

android - Create single AAR file from multiple modules using Gradle -