Vishvam10 / Goldeneye-Simulation

A small demo of the goldeneye tool tested with a minimal Flask web server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Goldeneye Simulation

This is a simple web server written in Flask that is used to test the goldeneye tool.

Usage

  1. Go to the Web Server directory
cd '.\Web Server\'
  1. Install the required packages
pip install -r requirements.txt
  1. Run the flask app
python app.py
  1. Run the goldeneye tool
./goldeneye.py http://172.19.22.25:8080/api/hit -w 4 -s 4 -m "random"

To test multi-processing, set threaded to False and set the processes parameter to the number of proccesses you want in the app.run() in app.py file.

About

A small demo of the goldeneye tool tested with a minimal Flask web server


Languages

Language:Python 100.0%