Skip to content

Commit 94aab77

Browse files
committed
feat: add WebLogic information scanning
1 parent bbefed4 commit 94aab77

File tree

3 files changed

+151
-23
lines changed

3 files changed

+151
-23
lines changed

AlliN.py

Lines changed: 135 additions & 20 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -482,21 +482,26 @@ Subdomain scan
482482

483483
Sample:
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

494492
Sample:
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

README_zh.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)