Archives for: February 2012, 01
What ports are open on my system?
February 1st, 2012Had an issue today trying to figure out which port to use in order to access a test installation of Atlassian JIRA. The command was simple:
nmap -sS -O 127.0.0.1
Thanks to http://www.linux-noob.com and the frequent member xDamox who created the po… more »