Skip to content

Instantly share code, notes, and snippets.

@dawsbot
Last active September 14, 2015 07:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dawsbot/17ccfacc90999c881968 to your computer and use it in GitHub Desktop.
Save dawsbot/17ccfacc90999c881968 to your computer and use it in GitHub Desktop.
A json object listing off ports of interest (things worth scanning for)
{
FTP: 21,
SSH: 22,
Telnet: 23,
SMTP: 25,
DNS: 53,
HTTP: 80,
POP3: 110,
IMAP: 143
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment