Skip to content

MWR-CyberSec/custom-crypto-example-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Crypto Example Application

This is an application demonstrating the use of custom cryptography to obfuscate requests and responses and frustrate attackers. It is intended to demonstrate the use of my custom crypto Burp Extension.

Setup

Install pipenv through either your package manager (for Kali, Debian or Ubuntu this will be sudo apt install pipenv) or via pip (pip install --user pipenv and then add it to your PATH).

Then navigate to the project directory, and run pipenv install.

Then, run pipenv run python -m flask run

Access the web application at http://127.0.0.1:5000/ (default)

About

An example web application that uses custom cryptography to obfuscate a login endpoint

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •