Skip to content

Instantly share code, notes, and snippets.

@jakkn
Created December 30, 2017 18:12
Show Gist options
  • Save jakkn/c27050da6efabdb0f23e199148c44e5b to your computer and use it in GitHub Desktop.
Save jakkn/c27050da6efabdb0f23e199148c44e5b to your computer and use it in GitHub Desktop.
nmap port probe
#!/bin/bash
# -sU and -sT to switch between UDP and TCP
nmap -sU -p 5121 localhost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment