-
Notifications
You must be signed in to change notification settings - Fork 781
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 #375 from 13ph03nix/fix/urllib3-hook
Bug fixes & improvements
- Loading branch information
Showing
18 changed files
with
196 additions
and
98 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,7 +69,7 @@ jobs: | |
run: | | ||
export VERSION=$(echo $GH_REF | sed 's:refs/tags/v::') | ||
git config --global user.email "[email protected]" | ||
git config --global user.name 'Tian Qiao' | ||
git config --global user.name '13ph03nix' | ||
git commit -a -m "Version ${VERSION} (automated version bump)" | ||
git push origin master | ||
env: | ||
|
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,7 +2,7 @@ | |
.\" | ||
.\" Nov 3, 2022 | ||
.\" Man page author: | ||
.\" Tian Qiao <[email protected]> | ||
.\" 13ph03nix <[email protected]> | ||
.\" | ||
.SH NAME | ||
.I poc-console | ||
|
@@ -31,7 +31,7 @@ is maintained at: | |
.I https://pocsuite.org | ||
.PP | ||
.SH VERSION | ||
This manual page documents pocsuite3 version 2.0.4 | ||
This manual page documents pocsuite3 version 2.0.5 | ||
.SH AUTHOR | ||
.br | ||
(c) 2014-present by Knownsec 404 Team | ||
|
@@ -46,7 +46,7 @@ redistribute this software under certain conditions. If you wish to embed | |
pocsuite3 technology into proprietary software, we sell alternative licenses | ||
(contact [email protected]). | ||
.PP | ||
Manual page started by Tian Qiao | ||
Manual page started by 13ph03nix | ||
<[email protected]> | ||
.PP | ||
|
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,7 +2,7 @@ | |
.\" | ||
.\" Nov 3, 2022 | ||
.\" Man page author: | ||
.\" Tian Qiao <[email protected]> | ||
.\" 13ph03nix <[email protected]> | ||
.\" | ||
.SH NAME | ||
.I pocsuite3 | ||
|
@@ -289,7 +289,7 @@ is maintained at: | |
.I https://pocsuite.org | ||
.PP | ||
.SH VERSION | ||
This manual page documents pocsuite3 version 2.0.4 | ||
This manual page documents pocsuite3 version 2.0.5 | ||
.SH AUTHOR | ||
.br | ||
(c) 2014-present by Knownsec 404 Team | ||
|
@@ -304,7 +304,7 @@ redistribute this software under certain conditions. If you wish to embed | |
pocsuite3 technology into proprietary software, we sell alternative licenses | ||
(contact [email protected]). | ||
.PP | ||
Manual page started by Tian Qiao | ||
Manual page started by 13ph03nix | ||
<[email protected]> | ||
.PP | ||
|
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,5 +1,5 @@ | ||
__title__ = 'pocsuite3' | ||
__version__ = '2.0.4' | ||
__version__ = '2.0.5' | ||
__author__ = 'Knownsec 404 Team' | ||
__author_email__ = '[email protected]' | ||
__license__ = 'GPLv2' | ||
|
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.