sudo nmap -p0-65535 127.0.0.1
Starting Nmap 7.40 ( https://nmap.org ) at 2018-02-06 19:03 HKT
Nmap scan report for localhost (127.0.0.1)
Host is up (0.0000050s latency).
Not shown: 65525 closed ports
PORT STATE SERVICE
22/tcp open ssh
25/tcp open smtp
80/tcp open http
110/tcp open pop
我的笔记本电脑上有Ubuntu16.04.1,我想用它连接到我的Ubuntu16.04.1桌面。我在台式机和笔记本电脑上安装了OpenSSH服务器。
$ ssh user@ip address
ssh: connect to host ip address port 22: Connection timed out
我正在使用nmap扫描我的一个朋友服务器,并获得了这些端口详细信息。
PORT STATE SERVICE
22/tcp open ssh
42/tcp filtered nameserver
80/tcp open http
111/tcp open rpcbind
135/tcp filtered msrpc
139/tcp filtered netbios-ssn
161/tcp filtered snmp
179/tcp filtered bgp
443/tcp open https
1028/t
我担心朋友的电脑可能会被破坏。他们抱怨电脑变得很热,很难保持在线连接,在垃圾桶里找到未读的非垃圾邮件,等等。所以我刚刚对他们的IP nmap -Pn -A xx.xx.xx.xx做了一个非常基本的nmap扫描。其结果如下:
PORT STATE SERVICE REASON VERSION
21/tcp open tcpwrapped syn-ack ttl 64
22/tcp open ssh syn-ack ttl 42 OpenSSH 5.5p1 Debian 6+squeeze3 (prot
我在22端口的android设备上运行sshdroid服务器,当我使用我的pc通过ssh (LAN)连接到它时,我得到了这个。
root@kali:~# ssh -l root 100.107.219.116
The authenticity of host '100.107.219.116 (100.107.219.116)' can't be established.
RSA key fingerprint is xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Are you sure you want to continue co
我有一个可以通过SSH访问的公司虚拟机。但问题是,我需要使用以下方法:
My PC (with VPN) -> RDP -> Using SSH -> VM
我想要联系到以下方法:
My PC (with VPN) -> Using SSH -> VM
基本上,我是否可以在没有RDP的情况下将流量重新路由到远程虚拟机
在Rackspace next gen (Performance)服务器上重新安装Ubuntu 10.04需要打开以下端口: 25/tcp、80/tcp、443/tcp、3306/tcp。
我使用nmap检查打开的端口,下面是打开的列表:
PORT STATE SERVICE
22/tcp open ssh
所以我使用ufw打开端口(25/tcp,80/tcp,443/tcp,3306/tcp)
$sudo ufw allow 25/tcp
Rule updated
之后,ufw列出了与打开的端口相同的端口(22/tcp):
PORT STATE SERVICE
22/tcp ope
我已经在我的路由器上创建了一个开放的来宾网络(N600无线双波段千兆路由器型号编号)。TL 3600 v1,3.14.3构建150518 Rel.72050n)。内部地图给了我:
Nmap scan report for 192.168.0.1
Host is up (0.041s latency).
Not shown: 992 closed ports
PORT STATE SERVICE
21/tcp filtered ftp
22/tcp filtered ssh
80/tcp filtered http
139/tcp filtered netb
最近,我在我的Ubuntu18.04服务器上做了一个端口扫描(使用www.ipfingerprints.com),发现了一些我没有打开的端口。以下是开放的港口:
PORT STATE SERVICE
22/tcp open ssh
25/tcp open smtp
80/tcp open http
111/tcp filtered rpcbind
135/tcp filtered msrpc
136/tcp filtered profile
137/tcp filtered netbios-ns
138/tcp filtered netbios-dgm