File tree 2 files changed +22
-1
lines changed
2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
24
## [ v3.1] ( https://github.com/nil0x42/phpsploit/tree/v3.1 ) (2020-09-10)
4
25
5
26
[ Full Changelog] ( https://github.com/nil0x42/phpsploit/compare/v3.0...v3.1 )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import sys
14
14
import os
15
15
16
16
17
- VERSION = "3.1 "
17
+ VERSION = "3.2 "
18
18
19
19
# check operating system
20
20
if sys .platform .lower ().startswith ('win' ):
You can’t perform that action at this time.
0 commit comments