Source: webhandler
Section: utils
Priority: optional
Maintainer: Kali Developers <devel@kali.org>
Build-Depends: debhelper-compat (= 12), dh-python, python, python-setuptools
Standards-Version: 4.4.0
Homepage: https://github.com/lnxg33k/webhandler
Vcs-Git: https://gitlab.com/kalilinux/packages/webhandler.git
Vcs-Browser: https://gitlab.com/kalilinux/packages/webhandler

Package: webhandler
Architecture: all
Depends: ${misc:Depends}, python, python-tqdm, 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.
