File tree Expand file tree Collapse file tree 3 files changed +151
-23
lines changed
Expand file tree Collapse file tree 3 files changed +151
-23
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -482,21 +482,26 @@ Subdomain scan
482482
483483Sample:
484484
485-
486485` python AlliN.py --host "xx.com" -m subscan `
487486
488487
489-
490488#### sscan
491489
492490` tscan ` without header of ` rememberMe=xxx `
493491
494492Sample:
495493
496-
497494` python AlliN.py --host 10.1.1.1/24 -p 80 -m sscan `
498495
499496
497+ #### t3scan
498+
499+ ` t3scan ` is a module of WebLogic information collection, it is based on the protocol of t3 and iiop
500+
501+ Sample:
502+ ` python AlliN.py --host 10.1.1.1/24 -p 7001 -m t3scan `
503+
504+ Notice: Port is necessary
500505
501506#### uncd
502507
Original file line number Diff line number Diff line change @@ -491,6 +491,14 @@ tscan-安全版本,去掉了tscan自动识别shiro的功能。
491491` python AlliN.py --host 10.1.1.1/24 -p 80 -m sscan `
492492
493493
494+ #### t3scan
495+
496+ weblogic 信息扫描模块,扫描t3和iiop协议获得weblogic部署信息
497+
498+ 样例:
499+ ` python AlliN.py --host 10.1.1.1/24 -p 7001 -m t3scan `
500+
501+ 注: 端口制定是必要的
494502
495503#### uncd
496504
You can’t perform that action at this time.
0 commit comments