GitPedia
nil0x42

nil0x42/phpsploit

Full-featured C2 framework which silently persists on webserver with a single-line PHP backdoor

2 Releases
Latest: 5y ago
v3.2 releasev3.2Latest
nil0x42nil0x42ยท5y agoยทOctober 16, 2020
GitHub

๐Ÿ“‹ Changes

  • add `bannergrab` plugin: scan internal ports & grab TCP banners (8f3af803979ec0990d140304e677375a78459a11)
  • add `cloudcredgrab` plugin: cloud credentials hunter/grabber (45f516b0f83f663ef3fc69a89e55740373b3dcb4)
  • add `proclist`: show process list on windows without command execution (71a3b231a71a5441cb8df9e4a13d278721093273)
  • remove unused vars: env.PORT & session.Cache (#71, #102)
  • update `pygments` depencency to newest version (5d3f4c57c1c53ff36f5f8e1962b51206ff716903)
  • ci: Create Dependabot config file (309777fdb8155b18b9b0a8280e2574418de0a9d3)
  • ci/test: fix improperly removed $TMPFILE on help.sh (62310972b87f1520b988df7d70639298b14da2ae)
  • ci/editorconfig: fix trim_trailing_whitespace bug (9439cf0b39a19a20a9b54a7d677dbea2f10af7ed)
v3.1 releasev3.1
nil0x42nil0x42ยท5y agoยทSeptember 10, 2020
GitHub

๐Ÿ“‹ Changes

  • Make warning message explicit when running plugin in non-connected mode [#74](https://github.com/nil0x42/phpsploit/issues/74)
  • Show stack trace when VERBOSITY is True [#73](https://github.com/nil0x42/phpsploit/issues/73)
  • get help for `CMD` when calling `help CMD ARG` [#70](https://github.com/nil0x42/phpsploit/issues/70)
  • unexpected infinite autocompletion [#68](https://github.com/nil0x42/phpsploit/issues/68)
  • `help set \<VAR\>`: display buffer type description [#67](https://github.com/nil0x42/phpsploit/issues/67)
  • `set` should inform user that `help set \<VAR\>` is available [#62](https://github.com/nil0x42/phpsploit/issues/62)
  • `alias \<VAR\> None` misses verbosity [#59](https://github.com/nil0x42/phpsploit/issues/59)
  • Missing `help set \<SETTING\>` autocompletion [#56](https://github.com/nil0x42/phpsploit/issues/56)
  • + 22 more