Files
oscp/Windows/Information Gathering/Network.md
T
2025-11-21 17:17:42 +01:00

17 lines
105 B
Markdown

Print all routes
All active connection
```dosbatch
route print
```
```dosbatch
netstat -ano
```