EduardYan / hacking-server

This is a server made with python3 and flask micro framework, for get scripts for practice cibersecurity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacking Server.

A Server made with python3 using flask framework and bootstrap like css framework.

Installation.

$ git clone https://www.github.com/EduardYan/hacking-server.git/

$ cd hacking-server/

Dependencies.

Install the dependencies with the requirements file. In this case install with pip, you can use other packages managers.

$ pip3 install -r requirements.txt

Configuration.

You have 2 files configurations to use. The first is 'config.json' that file have some configurations for the server and the path for the scripts in the server (very important write it correctly). And the file 'scripts_info.json', here you can set the information for the scripts to show in the page.

If you modifid some keys of this files, maybe you will give a error!

Default Configuration for 'config.json'.

{
  "PORT": 4000,
  "SCRIPTS_PATH": [
    "./static/scripts/shutdown-computer.py",
    "./static/scripts/get-ip.py",
    "./static/scripts/emergents-windows.js",
    "./static/scripts/http-blocker.py"
  ]
}

Running.

Only execute the file index.py

$ python3 index.py

Screenshot.

screenshot

Errors or some Problem.

Contact Me

About

This is a server made with python3 and flask micro framework, for get scripts for practice cibersecurity


Languages

Language:HTML 47.8%Language:Python 44.4%Language:CSS 5.3%Language:JavaScript 2.5%