ZwCreatePhoton / HtmlmthCases

Case repo for the HTMLMTH evasion server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


HtmlmthCases

Cases for HTMLMTH


Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact

About The Project

Cases for HTMLMTH

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

See htmlmth Prerequisites

Installation

  1. Clone the repo
    git clone https://github.com/CreatePhotonW/HtmlmthCases.git
  2. Clone the htmlmth repo
    git clone https://github.com/CreatePhotonW/Htmlmth.git
  3. Follow htmlmth Installation

Usage

See htmlmth Usage

Run scripting_encoder_server.py from htmlmth if applicable. See htmlmth's readme for more info.

python.exe -m pip install flask
set FLASK_APP=scripting_encoder_server.py
python.exe -m flask run --host=0.0.0.0

Follow htmlmth's usage for EvasionHTTPServer.py or output_cases.py

Specifically, select a baseline file and a case file and specify your selection with the -b and -c options

For example,

rm -r out ; mkdir out ; ./htmlmth/htmlmth/output_cases.py -sesp 5000 -sesh 172.30.112.1 -sesp 5000 -o out -b htmlmthcases/sets/1/baselines/CVE-2014-6332_v3.html -c htmlmthcases/sets/1/cases/HtmlEvasion/cve_2014_6332_v3.py -ld
./htmlmth/htmlmth/EvasionHTTPServer.py -i 0.0.0.0 -p 8000 -sesp 5000 -sesh 172.30.112.1 -sesp 5000 -b htmlmthcases/sets/1/baselines/CVE-2014-6332_v3.html -c htmlmthcases/sets/1/cases/HtmlEvasion/cve_2014_6332_v3.py -tc HtmlEvasion-html-320

Note

Cases may be tailored for specified baselines.

In the extreme case of ContentEvasion cases, an arbitrary baseline cannot be used.

In most other cases you can use the cases built for one baseline with another baseline.

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

CreatePhotonW - @CreatePhotonW

Project Link: https://github.com/CreatePhotonW/htmlmthcases

About

Case repo for the HTMLMTH evasion server.

License:MIT License


Languages

Language:Python 80.8%Language:HTML 19.2%