Skip to content

A simple webshell written in Python3 using http.server

License

Notifications You must be signed in to change notification settings

Falcn8/HexShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HexShell

A simple webshell written in Python3 using http.server


- Warning: http.server is not recommended for production.

It only implements basic security checks.


Getting started

Define your password in main.py

Run main.py

When a POST request is made it will append data of the request in hexshell.access.log

About

A simple webshell written in Python3 using http.server

Topics

Resources

License

Stars

Watchers

Forks