-
Notifications
You must be signed in to change notification settings - Fork 605
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #41 from knownsec/dev
合并dev, 更新版本号
- Loading branch information
Showing
61 changed files
with
196 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,26 @@ | ||
#####1. 修改入口函数 -\-headers 的 help 信息, 表述更清晰. | ||
##### 1. 修改入口函数 -\-headers 的 help 信息, 表述更清晰. | ||
|
||
#####2. 增加运行结束后的计数, 成功多少, 总共多少. | ||
##### 2. 增加运行结束后的计数, 成功多少, 总共多少. | ||
|
||
#####3. 入口函数增加 -\-retry, 超时重试次数, 重试途中有成功则不继续重试. | ||
##### 3. 入口函数增加 -\-retry, 超时重试次数, 重试途中有成功则不继续重试. | ||
|
||
#####4. 增加 IO 操作 api | ||
##### 4. 增加 IO 操作 api | ||
|
||
#####5. 增加自定义参数 extra_params 获取 api, 修复字符串转 python 内置类型时产生的错误. | ||
##### 5. 增加自定义参数 extra_params 获取 api, 修复字符串转 python 内置类型时产生的错误. | ||
|
||
#####6. 增加每个现成两个请求直接的delay, 毫秒计. | ||
##### 6. 增加每个现成两个请求直接的delay, 毫秒计. | ||
|
||
#####7. 完善入口参数 url 格式, 支持多个 url 用逗号分隔, 和 c 段的 /24 形式 | ||
##### 7. 完善入口参数 url 格式, 支持多个 url 用逗号分隔, 和 c 段的 /24 形式 | ||
|
||
#####8. 增加从 urllib2 - opener 获取 headers 的 api | ||
##### 8. 增加从 urllib2 - opener 获取 headers 的 api | ||
|
||
#####9. 增加 report 的显示条目, 对于 verify 也增加 report 的 detail 内容 | ||
##### 9. 增加 report 的显示条目, 对于 verify 也增加 report 的 detail 内容 | ||
|
||
--- | ||
|
||
### 需要增加测试的位置: | ||
``` | ||
1. /24 处, -u 提供的 /24, 和 -f 文件里的 /24 | ||
2. load 文件夹处 | ||
3. url 的逗号分隔处 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,13 @@ | |
# -*- coding: utf-8 -*- | ||
|
||
""" | ||
Copyright (c) 2014-2015 pocsuite developers (http://sebug.net) | ||
Copyright (c) 2014-2015 pocsuite developers (http://seebug.org) | ||
See the file 'docs/COPYING' for copying permission | ||
""" | ||
|
||
__title__ = 'pocsuite' | ||
__version__ = '1.0.0dev16' | ||
__author__ = 'sebug.net' | ||
__version__ = '1.1.0' | ||
__author__ = 'seebug.org' | ||
__author_email__ = '[email protected]' | ||
__license__ = 'GPL 2.0' | ||
__copyright__ = 'Copyright 2015 Knownsec' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.