Skip to content

Commit 97a4a0a

Browse files
committed
3.2 release
1 parent 5342a4c commit 97a4a0a

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Change Log
22

3+
## [v3.2](https://github.com/nil0x42/phpsploit/tree/v3.2) (2020-10-16)
4+
5+
[Full Changelog](https://github.com/nil0x42/phpsploit/compare/v3.1...v3.2)
6+
7+
**Implemented enhancements:**
8+
9+
- integrate `bannergrab`, `cloudcredgrab` & `proclist` plugins by @paralax [#151](https://github.com/nil0x42/phpsploit/issues/151)
10+
- unused session attribute: `session.Cache` [#102](https://github.com/nil0x42/phpsploit/issues/102)
11+
- session.Env.PORT is useless [#71](https://github.com/nil0x42/phpsploit/issues/71)
12+
13+
**Merged pull requests:**
14+
15+
- Wip [#156](https://github.com/nil0x42/phpsploit/pull/156) ([nil0x42](https://github.com/nil0x42))
16+
- Wip [#155](https://github.com/nil0x42/phpsploit/pull/155) ([nil0x42](https://github.com/nil0x42))
17+
- Wip [#153](https://github.com/nil0x42/phpsploit/pull/153) ([nil0x42](https://github.com/nil0x42))
18+
- add three new plugins - proclist, cloud creds, and banner grabs [#152](https://github.com/nil0x42/phpsploit/pull/152) ([paralax](https://github.com/paralax))
19+
- Wip [#150](https://github.com/nil0x42/phpsploit/pull/150) ([nil0x42](https://github.com/nil0x42))
20+
- Create Dependabot config file [#149](https://github.com/nil0x42/phpsploit/pull/149) ([dependabot-preview\[bot\]](https://github.com/apps/dependabot-preview))
21+
- \[requires.io] dependency update on master branch [#148](https://github.com/nil0x42/phpsploit/pull/148) ([nil0x42](https://github.com/nil0x42))
22+
- \[requires.io] dependency update on master branch [#147](https://github.com/nil0x42/phpsploit/pull/147) ([nil0x42](https://github.com/nil0x42))
23+
324
## [v3.1](https://github.com/nil0x42/phpsploit/tree/v3.1) (2020-09-10)
425

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

phpsploit

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import sys
1414
import os
1515

1616

17-
VERSION = "3.1"
17+
VERSION = "3.2"
1818

1919
# check operating system
2020
if sys.platform.lower().startswith('win'):

0 commit comments

Comments
 (0)