|
7 | 7 |
|
8 | 8 | ## Version |
9 | 9 |
|
10 | | -2.4.2 - [版本修改日志](CHANGELOG.md) |
| 10 | +2.5.0 - [版本修改日志](CHANGELOG.md) |
11 | 11 |
|
12 | 12 |
|
13 | 13 | ## Features |
@@ -206,10 +206,10 @@ $ ./mx1014 -r -i targets.txt |
206 | 206 | # jboss: https://www.caldow.cn/archives/4070 |
207 | 207 | { |
208 | 208 | # pentest |
209 | | - in: "rce,info,brute,web2,iiot", |
210 | | - rce: "rlogin,jndi,nfs,oracle_ftp,docker,squid,cisco,glassfish,altassian,hp,vnc,nodejs_debug,redis,jdwp,ajp,zabbix,nexus,activemq,zoho,hashicorp,solr,php_xdebug,kafka,elasticsearch,vmware,rocketmq,lpd,distcc,epmd,ipmi,smb,log4j,dubbo,jboss,nacos,finereport,legendsec", |
211 | | - info: "ftp,ssh,telnet,mail,snmp,rsync,lotus,zookeeper,kibana,pcanywhere,hadoop,checkpoint,iscsi,saprouter,svn,rpc,rusersd,rtsp,amqp,msrpc,netbios,grafana,phone,database1,database2,upnp", |
212 | | - brute: "ftp,ssh,smb,winrm,rsync,vnc,redis,rdp,database1,telnet,mail,rtsp,kerberos,ldap,socks", |
| 209 | + in: "web1,brute,rce,web2,info,iiot", |
| 210 | + rce: "redis,jdwp,ajp,docker,vmware,nacos,finereport,rocketmq,rlogin,jndi,nfs,oracle_ftp,squid,cisco,glassfish,altassian,hp,vnc,nodejs_debug,zabbix,nexus,activemq,zoho,hashicorp,solr,php_xdebug,kafka,elasticsearch,lpd,distcc,epmd,ipmi,log4j,dubbo,jboss,legendsec", |
| 211 | + info: "ftp,mail,snmp,rsync,lotus,zookeeper,kibana,pcanywhere,hadoop,checkpoint,iscsi,saprouter,svn,rpc,rusersd,rtsp,amqp,msrpc,netbios,grafana,phone,database1,database2,upnp", |
| 212 | + brute: "ssh,smb,winrm,rsync,vnc,redis,rdp,database1,telnet,mail,kerberos,ldap,socks,ftp,rtsp", |
213 | 213 |
|
214 | 214 | # web |
215 | 215 | web1: "80,443,8080", |
@@ -304,7 +304,7 @@ $ ./mx1014 -r -i targets.txt |
304 | 304 |
|
305 | 305 | # other |
306 | 306 | kerberos: "88", |
307 | | - netbios: "137,138,139", |
| 307 | + netbios: "139", # UDP 137 138 |
308 | 308 | smb: "139,445", |
309 | 309 | rdp: "3389", |
310 | 310 | winrm: "5985,5986", |
|
0 commit comments