An open API service indexing awesome lists of open source software.

https://github.com/mauricelambert/weakwebserver

A weak web server for ethical hacking (implemented in python).
https://github.com/mauricelambert/weakwebserver

bruteforce ethical-hacking hacking python3 sqlinjection training webserver xss

Last synced: 11 months ago
JSON representation

A weak web server for ethical hacking (implemented in python).

Awesome Lists containing this project

README

          

# WeakWebServer

## Description

This python code implement a weak web server for hacking training. This server can help beginner for ethical hacking.

## Requirements

- python 3
- Python standard library

## Usage

With python console use this code :
```python
from webbrowser import open
open("http://localhost:8000/")
from ServerHacking import ServerHacking
```

## License
Licensed under the [GPL, version 3](https://www.gnu.org/licenses/).