Skip to content

Commit cb5bcae

Browse files
committed
Update result
1 parent c0e1270 commit cb5bcae

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

source/_docs/frontend/webserver.markdown

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,27 @@ It was only a matter of time until the first queries for tools like [https://www
1515
To get an idea about how your Home Assistant instance looks to a network scanner, you can use `nmap`. The `nmap` tool is already available if you are using the [nmap device tracker](/components/device_tracker/).
1616

1717
```bash
18-
$ nmap -sV -p 8123 --script=http-title,http-headers 192.168.1.3
18+
$ nmap -sV -p 8123 --script=http-title,http-headers 192.168.0.3
19+
20+
Starting Nmap 7.60 ( https://nmap.org ) at 2018-05-29 18:16 CEST
21+
Nmap scan report for 192.168.0.3
22+
Host is up (0.0058s latency).
1923

20-
Starting Nmap 7.12 ( https://nmap.org ) at 2016-10-06 10:01 CEST
21-
Nmap scan report for 192.168.1.3 (192.168.1.3)
22-
Host is up (0.00011s latency).
2324
PORT STATE SERVICE VERSION
24-
8123/tcp open http CherryPy wsgiserver
25+
8123/tcp open http aiohttp 3.1.3 (Python 3.6)
2526
| http-headers:
2627
| Content-Type: text/html; charset=utf-8
27-
| Content-Length: 4309
28+
| Content-Length: 3073
29+
| Date: Tue, 29 May 2018 16:16:50 GMT
30+
| Server: Python/3.6 aiohttp/3.1.3
2831
| Connection: close
29-
| Date: Thu, 06 Oct 2016 08:01:31 GMT
30-
| Server: Home Assistant
31-
|
32+
|
3233
|_ (Request type: GET)
33-
|_http-server-header: Home Assistant
34+
|_http-server-header: Python/3.6 aiohttp/3.1.3
3435
|_http-title: Home Assistant
3536

3637
Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
37-
Nmap done: 1 IP address (1 host up) scanned in 6.70 seconds
38+
Nmap done: 1 IP address (1 host up) scanned in 12.13 seconds
39+
3840
```
3941

0 commit comments

Comments
 (0)