Skip to content

Commit

Permalink
feat: add WebLogic information scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
christasa committed Apr 24, 2023
1 parent bbefed4 commit 94aab77
Show file tree
Hide file tree
Showing 3 changed files with 151 additions and 23 deletions.
155 changes: 135 additions & 20 deletions AlliN.py

Large diffs are not rendered by default.

11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -482,21 +482,26 @@ Subdomain scan

Sample:


`python AlliN.py --host "xx.com" -m subscan`



#### sscan

`tscan` without header of `rememberMe=xxx`

Sample:


`python AlliN.py --host 10.1.1.1/24 -p 80 -m sscan`


#### t3scan

`t3scan` is a module of WebLogic information collection, it is based on the protocol of t3 and iiop

Sample:
`python AlliN.py --host 10.1.1.1/24 -p 7001 -m t3scan`

Notice: Port is necessary

#### uncd

Expand Down
8 changes: 8 additions & 0 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,14 @@ tscan-安全版本,去掉了tscan自动识别shiro的功能。
`python AlliN.py --host 10.1.1.1/24 -p 80 -m sscan`


#### t3scan

weblogic 信息扫描模块,扫描t3和iiop协议获得weblogic部署信息

样例:
`python AlliN.py --host 10.1.1.1/24 -p 7001 -m t3scan`

注: 端口制定是必要的

#### uncd

Expand Down

0 comments on commit 94aab77

Please sign in to comment.