| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Welcome to the JSShell wiki! Here you will find most of the information you need to download, deploy and use the JSShell framework.
The JSShell framework is comprised from 3 main components:
Each one of them has special responsibilities to give you as the end user the best experience from this framework.
This component is responsible of handling all the network requests between our victims/clients to our application. This web server is implemented using the awesome Flask library. It is also responsible to serve our special jsshell.js file which contains all the client side logic of this framework. There are a couple of special API endpoints you should be familiar with:
This component is responsible of holding all the precious information our system produces, like victims/clients information (ip, user agent, etc.), our commands that we run against our clients and their corresponding outputs. The type of database JSShell uses is mongoDB.
This component is the main one we as end users will interact with. This part uses the great library cmd2 to display a gorgeous command line interface (the cmd2 developers even stated JSShell as one of the open source projects using their library)
If you have any issues or questions that are not covered in this wiki, please reach out on twitter @Daniel_Abeles.
| Back | FazBrowse Home | New Git URL |