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

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -