Day: May 8, 2023
Important windows commands
Check the remote port status curl -v telnet://<IP>:<Port> Test-NetConnection <IP> -port <Port> Check website access request ( PowerShell) Invoke-WebRequest -uri <URL> Mapping port using SSH…