常用的应用服务相关模块和端口

时间:2020-06-26 23:56:52   收藏:0   阅读:171

rpcbind

rpcbind    111
nfs    2049
nmap --script=rpcinfo
auxiliary/scanner/misc/sunrpc_portmapper

samba
smb    139,445
exploit/multi/samba/usermap_script

rlogin
rlogin    512,513
rlogin

rmi
java rmi    1099
exploit/multi/misc/java_rmi_server

backdoor
bindshell    1524
nc


nfs
nfs    2049
--script=nfs-*
showmount -e 192.168.1.1
mount -t nfs 192.168.1.1:/ ~/nfs_dir/ -o nolock

mysql
mysql    3306
auxiliary/scanner/mysql/mysql_login

postgresql
postgresql5432
auxiliary/scanner/postgres/postgres_login
exploit/linux/postgres/postgres_payload  

vnc
vnc    5900
auxiliary/scanner/vnc/vnc_login

irc
irc    6667
exploit/unix/irc/unreal_ircd_3281_backdoor

tomcat
tomcat    8180
auxiliary/scanner/http/tomcat_mgr_login
exploit/multi/http/tomcat_mgr_deploy

原文:https://www.cnblogs.com/f1veseven/p/13196774.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!