File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import sys
1414import os
1515
1616
17- VERSION = "3.1 "
17+ VERSION = "3.2 "
1818
1919# check operating system
2020if sys .platform .lower ().startswith ('win' ):
You can’t perform that action at this time.
0 commit comments