1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119
|
###[ IP ]###
version= 4
ihl= None
tos= 0x0
len= None
id= 1
flags=
frag= 0
ttl= 64
proto= tcp
chksum= 0x0
src= xxx.xxx.xxx.xxx
dst= Net('www.google.fr')
options= ''
###[ TCP ]###
sport= 55110
dport= www
seq= 0
ack= 0
dataofs= None
reserved= 0
flags= S
window= 8192
chksum= 0x0
urgptr= 0
options= {}
Begin emission:
...Finished to send 1 packets.
.......*
Received 11 packets, got 1 answers, remaining 0 packets
###[ IP ]###
version= 4L
ihl= 5L
tos= 0x0
len= 44
id= 12429
flags=
frag= 0L
ttl= 50
proto= tcp
chksum= 0xdca
src= 209.85.147.103
dst= xxx.xxx.xxx.xxx
options= ''
###[ TCP ]###
sport= www
dport= 55110
seq= 3674604423L
ack= 1
dataofs= 6L
reserved= 0L
flags= SA
window= 5720
chksum= 0x8141
urgptr= 0
options= [('MSS', 1430)]
###[ Padding ]###
load= '\x00\x00'
###[ IP ]###
version= 4
ihl= None
tos= 0x0
len= None
id= 1
flags=
frag= 0
ttl= 64
proto= tcp
chksum= 0x0
src= xxx.xxx.xxx.xxx
dst= Net('www.google.fr')
options= ''
###[ TCP ]###
sport= 55110
dport= www
seq= 1
ack= 3674604424L
dataofs= None
reserved= 0
flags= A
window= 8192
chksum= 0x0
urgptr= 0
options= {}
###[ Raw ]###
load= 'GET / HTTP/1.0'
Begin emission:
Finished to send 1 packets.
...............*
Received 16 packets, got 1 answers, remaining 0 packets
###[ IP ]###
version= 4L
ihl= 5L
tos= 0x0
len= 40
id= 56552
flags=
frag= 0L
ttl= 50
proto= tcp
chksum= 0x6176
src= 209.85.147.99
dst= xxx.xxx.xxx.xxx
options= ''
###[ TCP ]###
sport= www
dport= 55110
seq= 3674604424L
ack= 0
dataofs= 5L
reserved= 0L
flags= R
window= 0
chksum= 0xaf49
urgptr= 0
options= {}
###[ Padding ]###
load= '\x00\x00\x00\x00\x00\x00' |
Partager