Namespaces | |
| namespace | peach |
| namespace | HotFuzz |
| customized startup file | |
Functions | |
| def | peach::printError |
| def | peach::usage |
Variables | |
| peach::noCount = False | |
| peach::verbose = False | |
| peach::webWatcher = False | |
| peach::restartFuzzer = False | |
| peach::restartFuzzerFile = None | |
| peach::parallel = None | |
| peach::startNum = None | |
| peach::runHot = False | |
| Initialize some HotFuzz variables. | |
| peach::hotFuzzing = False | |
| peach::hotFuzzRecording = False | |
| int | peach::hotRecIterCount = 0 |
| int | peach::debugDissect = 0 |
| peach::hotOutput = None | |
| Default output file for recording phase is output.xml. | |
| peach::hotseed = None | |
| peach::hotGuiPort = None | |
| Default port for communication with GUI is 12559. | |
| tuple | peach::p = os.path.dirname(os.path.abspath(sys.executable)) |
| list | peach::analyzer = optlist[i] |
| Commandline options recognized by Peach and HotFuzz. | |
| tuple | peach::cls = eval(analyzer) |
| dictionary | peach::a = {} |
| list | peach::strategy = optlist[i] |
| list | peach::range = optlist[i] |
| list | peach::args = args[2:] |
| tuple | peach::parser = Analyzer.DefaultParser() |
| tuple | peach::engine = engine.Engine() |
| int | peach::port = 9000 |
| peach::password = None | |
| tuple | peach::agent = Agent(password, port) |
| peach::watcher = None | |
| tuple | peach::guiCommunicator = GuiCommunicationThread(engine.hotFuzz.hotEngine,engine,hotGuiPort) |
| Just for testing proxy functionality. | |
1.5.8