Skip to content

Commit

Permalink
3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nil0x42 committed Oct 16, 2020
1 parent 5342a4c commit 97a4a0a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Change Log

## [v3.2](https://github.com/nil0x42/phpsploit/tree/v3.2) (2020-10-16)

[Full Changelog](https://github.com/nil0x42/phpsploit/compare/v3.1...v3.2)

**Implemented enhancements:**

- integrate `bannergrab`, `cloudcredgrab` & `proclist` plugins by @paralax [#151](https://github.com/nil0x42/phpsploit/issues/151)
- unused session attribute: `session.Cache` [#102](https://github.com/nil0x42/phpsploit/issues/102)
- session.Env.PORT is useless [#71](https://github.com/nil0x42/phpsploit/issues/71)

**Merged pull requests:**

- Wip [#156](https://github.com/nil0x42/phpsploit/pull/156) ([nil0x42](https://github.com/nil0x42))
- Wip [#155](https://github.com/nil0x42/phpsploit/pull/155) ([nil0x42](https://github.com/nil0x42))
- Wip [#153](https://github.com/nil0x42/phpsploit/pull/153) ([nil0x42](https://github.com/nil0x42))
- add three new plugins - proclist, cloud creds, and banner grabs [#152](https://github.com/nil0x42/phpsploit/pull/152) ([paralax](https://github.com/paralax))
- Wip [#150](https://github.com/nil0x42/phpsploit/pull/150) ([nil0x42](https://github.com/nil0x42))
- Create Dependabot config file [#149](https://github.com/nil0x42/phpsploit/pull/149) ([dependabot-preview\[bot\]](https://github.com/apps/dependabot-preview))
- \[requires.io] dependency update on master branch [#148](https://github.com/nil0x42/phpsploit/pull/148) ([nil0x42](https://github.com/nil0x42))
- \[requires.io] dependency update on master branch [#147](https://github.com/nil0x42/phpsploit/pull/147) ([nil0x42](https://github.com/nil0x42))

## [v3.1](https://github.com/nil0x42/phpsploit/tree/v3.1) (2020-09-10)

[Full Changelog](https://github.com/nil0x42/phpsploit/compare/v3.0...v3.1)
Expand Down
2 changes: 1 addition & 1 deletion phpsploit
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import sys
import os


VERSION = "3.1"
VERSION = "3.2"

# check operating system
if sys.platform.lower().startswith('win'):
Expand Down

0 comments on commit 97a4a0a

Please # to comment.