/thing.sh Secret
Created
February 16, 2016 01:27
Networking problems.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tstirrat@vm-tstirrat:~$ nmap localhost | |
Starting Nmap 6.47 ( http://nmap.org ) at 2016-02-15 19:26 CST | |
Nmap scan report for localhost (127.0.0.1) | |
Host is up (0.00047s latency). | |
Other addresses for localhost (not scanned): 127.0.0.1 | |
Not shown: 995 closed ports | |
PORT STATE SERVICE | |
22/tcp open ssh | |
111/tcp open rpcbind | |
139/tcp open netbios-ssn | |
443/tcp open https | |
445/tcp open microsoft-ds | |
Nmap done: 1 IP address (1 host up) scanned in 0.06 seconds | |
tstirrat@vm-tstirrat:~$ nmap vm-tstirrat | |
Starting Nmap 6.47 ( http://nmap.org ) at 2016-02-15 19:26 CST | |
Nmap scan report for vm-tstirrat (10.142.46.239) | |
Host is up (0.00051s latency). | |
rDNS record for 10.142.46.239: vm-tstirrat.epic.com | |
Not shown: 995 closed ports | |
PORT STATE SERVICE | |
22/tcp open ssh | |
111/tcp open rpcbind | |
139/tcp open netbios-ssn | |
443/tcp open https | |
445/tcp open microsoft-ds | |
Nmap done: 1 IP address (1 host up) scanned in 0.07 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment