jtpereyda / boofuzz

A fork and successor of the Sulley Fuzzing Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I run boofuzz with 0.0.0.0 host IP

zhouqianyi opened this issue · comments

When I run boofuzz, the UI page can be accessed through http://localhost:26000 or http://127.0.0.1:26000,but not http://local ip:26000. I think the IP monitored by port 26000 is 127.0.0.1 instead of 0.0.0.0, How can I run with 0.0.0.0 host IP.

image

Since #611 it is possible to chose any listening address for the webinterface.
This feature isn't in a released version yet, but you can install boofuzz from source. https://boofuzz.readthedocs.io/en/stable/user/install.html#from-source

Answered in #616