Networking cheatsheet
Get DNS records
Using default DNS resolvers:
Using Cloudflare (1.1.1.1
) DNS resolver:
Setup HTTP server with netcat
Run the following to start a HTTP responder on port 5555
:
To verify TCP connectivity, run the above and then:
Verifying port connectivity
To verify that port 443
is open on google.com
, use:
Generic structure of command:
Last updated