minor cujo modifications
This commit is contained in:
parent
471727239a
commit
f10fb7da13
@ -21,12 +21,18 @@ vulnerabilities|all phone-home calls are done over `HTTP`
|
|||||||
|
|
||||||
### nmap
|
### nmap
|
||||||
|
|
||||||
from `nmap -PN -sV <device>`, we get:
|
from `nmap -PN -p 1-65535 -sV <device>`, we get:
|
||||||
|
|
||||||
```
|
```
|
||||||
<TODO all ports are closed>
|
Nmap scan report for <device>
|
||||||
|
Host is up (0.0016s latency).
|
||||||
|
All 65535 scanned ports on <device> are closed
|
||||||
|
|
||||||
|
Nmap done: 1 IP address (1 host up) scanned in 321.80 seconds
|
||||||
```
|
```
|
||||||
|
|
||||||
|
so.. no open ports. let's try something different
|
||||||
|
|
||||||
### sniffing
|
### sniffing
|
||||||
|
|
||||||
watching the network activity of the device (`192.168.1.108`), noticed it tried to resolve:
|
watching the network activity of the device (`192.168.1.108`), noticed it tried to resolve:
|
||||||
|
Loading…
Reference in New Issue
Block a user