Skip to content

Commit 8a04452

Browse files
committed
up
1 parent 7a3ed2a commit 8a04452

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

develop.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
#### 0x01 主要API
1919

20+
```
2021
cms_url = get_cms_entry_from_start_url(target):
2122
简介:用于整理一个url的cms入口
2223
参数:target为目标url
@@ -48,9 +49,11 @@ get_target_open_port_list(target):
4849
4950
COMMON_NOT_WEB_PORT_LIST= ['21', '22', '53', '137','139', '145', '445', '1433', '3306', '3389']
5051
这是一个常量,值的类型是列表,定义在在exp10it模块中
52+
```
5153

5254
#### 0x02 插件目录结构
5355

56+
```
5457
插件放到一个新建的目录中,插件名与目录名相同
5558
eg:
5659
制作一个weblogic漏洞检测插件时,要新建一个weblogic目录,并在weblogic目录下新建weblogic.py,weblogic.py为要编写的
@@ -61,6 +64,7 @@ COMMON_NOT_WEB_PORT_LIST= ['21', '22', '53', '137','139', '145', '445', '1433',
6164
weblogic/
6265
├── result.txt
6366
└── weblogic.py
67+
```
6468

6569
#### 0x03 插件建议
6670

0 commit comments

Comments
 (0)