Skip to content

Commit d17f21c

Browse files
authored
Create puertos.md
1 parent 80f4e86 commit d17f21c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

puertos.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## PUERTOS
2+
#### Abrir cmd como administrador y ver los puertos abiertos o conexiones activas
3+
```netstat -ao```
4+
#### Ver un puerto en especifico
5+
```
6+
netstat -ao | find "8080"
7+
```

0 commit comments

Comments
 (0)