Skip to content

Commit 9a51fd7

Browse files
committed
up
1 parent 8a04452 commit 9a51fd7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

develop.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
开发的插件为具体的某一中高危漏洞扫描插件,如joomla远程执行漏洞插件,weblogic命令执行插件,wordpress sql注入插件
77

8-
脚本中的target统一设置为sys.argv[1],sys.argv[1]的值为目标url
8+
脚本中的target统一设置为`sys.argv[1]`,`sys.argv[1]`的值为目标url
99

1010
```
1111
# 目标url可为以下3种:
@@ -45,7 +45,8 @@ get_target_open_port_list(target):
4545
参数:target为目标url
4646
返回值:目标打开的端口信息,返回值为列表形式,如['80','8080','3306']
4747
用法示例:
48-
get_target_open_port_list("http://www.baidu.com:8081/cms/login.html")的返回值为["80","8080","3306","3389"]
48+
get_target_open_port_list("http://www.baidu.com:8081/cms/login.html")的返回值为:
49+
["80","8080","3306","3389"]
4950
5051
COMMON_NOT_WEB_PORT_LIST= ['21', '22', '53', '137','139', '145', '445', '1433', '3306', '3389']
5152
这是一个常量,值的类型是列表,定义在在exp10it模块中

0 commit comments

Comments
 (0)