Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update version to 2.0.6 #397

Closed
wants to merge 30 commits into from
Closed
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
ff61b45
feat: support disable protocol correction and honeypot checks
13ph03nix Mar 21, 2023
ac40b92
chore: bump version to 2.0.3
13ph03nix Mar 21, 2023
6e79a20
fix: Updated protocol attribute name (requests=> http & network => tcp)
13ph03nix Apr 29, 2023
ca94236
chore: bump version to 2.0.4
13ph03nix Apr 29, 2023
e1d8b9e
fix: hook failure due to urllib3 update
13ph03nix Jul 26, 2023
0984d22
fix: optimize DSL expression execution
13ph03nix Jul 26, 2023
af0bf31
refactor: disable mandatory updates
13ph03nix Jul 26, 2023
358a5a2
refactor: making mmh3 an optional dependency
13ph03nix Jul 26, 2023
17e92ab
chore: bump version to 2.0.5
13ph03nix Jul 26, 2023
320e85e
fix: flake8 error
13ph03nix Jul 26, 2023
6016d91
chore: update testcase
13ph03nix Jul 26, 2023
b48c030
fix: flake8 error
13ph03nix Jul 26, 2023
494a2e2
feat(): add show all poc form local path command
Dec 7, 2023
7fd162f
Add Struts2 exp
Dec 13, 2023
afbba30
Add README.md
Dec 13, 2023
220cbf2
feat(): add Build a docker vulnerability environment with one click
Dec 25, 2023
55aeaab
feat(): add Build a docker vulnerability environment with one click
Dec 25, 2023
e15f3c3
feat(): update docs
Dec 25, 2023
4b6f002
feat(): update docs
Dec 25, 2023
d2e5953
feat(): update docs
Dec 25, 2023
63c6f03
Add Struts2 exp
Dec 13, 2023
7370054
Add README.md
Dec 13, 2023
3acfb09
Update exp and supplement environment.
Dec 22, 2023
5e341fd
Delete pocsuite3/pocs/Apache_Struts2/.DS_Store
isxiangyang Dec 25, 2023
416b1de
Delete pocsuite3/pocs/.DS_Store
isxiangyang Dec 25, 2023
bd2b0be
Update exp and supplement environment.
Dec 25, 2023
c18f0e0
feat: add Apache Struts2 dockerfile in pocs, add wait container start…
Dec 26, 2023
f3bceaf
update version to 2.0.6
Dec 26, 2023
ec83370
Merge branch 'master' into dev
wh0am1i Dec 26, 2023
1b8b594
Merge pull request #1 from wh0am1i/dev
wh0am1i Dec 26, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def find_packages(where='.'):

setup(
name='pocsuite3',
version='2.0.5',
version='2.0.6',
url='https://pocsuite.org',
description='Open-sourced remote vulnerability testing framework.',
long_description=long_description,
Expand Down
Loading