Weevely is a stealth PHP web shell
it simulate telnet like connections,
it is an essential Tool for Web Applications post exploitation
it can be used as stealth backdoor OR as a web shell
Installation
$ apt update && apt upgrade
$ apt install git
$ apt install python2
$ git clone https://github.com/glides/Weevely
$ cd Weevely
$ chmod +x *
usage :
$ python2 weevely.py
It shows all options how you can use this.
shell generateing process:
$ python2 weevely.py generate 123456 /$HOME/shell.php
123456 = is the password for shell
shell.php = name for the shell
it generate a shell in termux home directory