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).
- Host: GitHub
- URL: https://github.com/mauricelambert/weakwebserver
- Owner: mauricelambert
- License: gpl-3.0
- Created: 2020-12-31T17:17:00.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-13T17:22:03.000Z (almost 5 years ago)
- Last Synced: 2025-03-04T05:13:41.018Z (over 1 year ago)
- Topics: bruteforce, ethical-hacking, hacking, python3, sqlinjection, training, webserver, xss
- Language: Python
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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/).