Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How about Explanatory Language FUZZ? #31

Open
Err0rZero opened this issue Jan 31, 2019 · 0 comments
Open

How about Explanatory Language FUZZ? #31

Err0rZero opened this issue Jan 31, 2019 · 0 comments

Comments

@Err0rZero
Copy link

hi dobin:
please How about Explanatory Language FUZZ?
some server is .jar .py how about use ffw fuzz?
this my fuzz python SimpleHTTPServer config, please help me look at:

# name of the software we fuzz
"name": "SimpleHTTPServer",

# which version of the software are we fuzzing (optional)
"version": "1.0",

"use_netnamespace": True,

# additional comment about this project (optional)
"comment": "python httpserver",

# Path to target
"target_bin": "bin/python",

# target arguments
# separate arguments by space
# keywords: ""%(port)i" is the port the server will be started on
"target_args": "-m SimpleHTTPServer",

# the port the server uses
"target_port": 8000,

# how many fuzzing instances should we start
"processes": 2,

# "tcp" or "udp" protocol?
"ipproto": "tcp",

"restart_server_every": 32,
}

use this config run  ffw.py --intercept , I send to http GET , stop ffw, but , I don't see .pickle file.
think you.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant