Releases: ejedev/web2shell
Releases · ejedev/web2shell
v0.1.2
What's Changed
- If no interface is provided, the user is prompted to select one from a list.
- Added
node
reverse shell. - Allow the user to pass in a list of bins. Bins not in this list will be ignored during execution.
Full Changelog: v0.1.1...v0.1.2
v0.1.1
- Support for multiple unix shells. The program will attempt to find which ones are present and only fall back to
sh
if none are found. Currently onlybash
andsh
have been tested. There were issues usingzsh
with several payloads so it has been temporarily excluded. A future release may see a list attached to a payload specifying which shells it is compatible with. - Now attempts to trim HTML tags from returned data.