Source: webhandler
Section: utils
Priority: optional
Maintainer: Devon Kearns <dookie@kali.org>
Build-Depends: debhelper (>= 9), dh-python, python, python-setuptools
Standards-Version: 3.9.3
Homepage: https://github.com/lnxg33k/webhandler
Vcs-Git: git://git.kali.org/packages/webhandler.git
Vcs-Browser: http://git.kali.org/gitweb?p=packages/webhandler.git;a=summary

Package: webhandler
Architecture: all
Depends: ${misc:Depends}, python, python-argparse, readline-common, metasploit-framework
Description: Bash simulator to control a server using PHP system functions
 Webhandler is a ‘Linux bash prompt like’ to handle and process:
 .
 PHP program execution functions e.g. system, passthru, exec, etc
 Bind shell connections
 Reverse shell connections
 .
 Webhandler contains a lot of post exploitation modules that help during 
 penetration testing and security assessments.
 .
 It also has many features like:
 . 
     1- Works with GET and POST requests.
     2- Command Injection through cookies 
     3- Spoof the "User-Agent" field in the HTTP header.
     4- Supports HTTP proxies (--proxy http://<ip>:<port>)
     5- Works with Tor anonymity network (--tor)
     6- Alternative for netcat.
 .
 Also it is easy to write your own module and get it working within webhandler 
 as a post exploitation module.
