Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

HTTP Fuzzer based on transformer ML model

License

NotificationsYou must be signed in to change notification settings

karust/ml_http_fuzzer

Repository files navigation

HTTP Fuzzer backed with Machine Learning. The concept is shown on fuzzing of a server HTTP headers. More explanation to the idea can be foundhere.

Installation

pip3 install -r requirements.txt

or

docker pull uranusq/ml_fuzz

Usage

  • Newline-separated URLs in file:
python main.py -f ./data/test_urls.txt
  • Single URL usage with debug output:
python main.py -u https://youtube.com -d

Debug output also contains model predictions. Example output:image

  • Docker usage:
docker run -it uranusq/ml_fuzz -u https://instagram.com -d

Project files

About

HTTP Fuzzer based on transformer ML model

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp