lnxg33k / webhandler

Bash simulator to control a server using PHP system functions.
GNU General Public License v3.0
104 stars 32 forks source link

WebHandler


A handler for PHP system functions & also an alternative 'netcat' handler My image

Info


WebHandler tries to simulate a 'Linux bash prompt' to handle and process:

- PHP program execution functions _(e.g. `system`, `passthru`, `exec`, etc)_
- Bind shell connections
- Reserve shell connections

Another feature is to spoof the "User-Agent" field in the HTTP header. (--random-angent).

It also supports HTTP proxies (--proxy http://<ip>:<port>)

Usage


Dependencies


If your Python's version < 2.7.x, then argparse is required To install it run: sudo (apt-get|yum) install python-setuptools && sudo easy_install argparse OR sudo pip --install argparse.

readline is optional. This module it used to provide elaborate line editing and history features

git is optional. This allows for the project to be kept up-to-date

Links


Wiki

Known Bugs