Skip to content

Instantly share code, notes, and snippets.

@ZacFran
Last active July 19, 2023 12:29
Show Gist options
  • Save ZacFran/d849ac760c7ee4034aa60967ac563fff to your computer and use it in GitHub Desktop.
Save ZacFran/d849ac760c7ee4034aa60967ac563fff to your computer and use it in GitHub Desktop.

Notes

File transfer protocols

Trivial File Transfer protocol

  • udp
  • port 69
  • no terminal communication
  • insecure
  • used for BOOTP & PXE

File Transfer Protocol

  • TCP
  • control port 21 / active data port 20 / passive data RHN
  • insecure
  • active and passive

Secure File Transer Protocol

  • Tcp
  • port 22
  • Adds FTP like services to SSH

File Transfer Protocol Secure

  • TCP
  • port 443
  • SSL/TLS sncryption to FTP

Secure Copy Protocol

  • TCP
  • port 22
  • non Interactive

Traffic Redirection Protocols

NetCat

  • connection from any port
  • troubleshooting
  • sending/receiving data
  • listener must be open before data is sent

Tunneling

SSH

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment