HotFuzz Namespace Reference

customized startup file More...


Detailed Description

customized startup file

mutation strategies

string tokenizer

customized debug monitor

process monitor

Contains all necessary initializations before starting Peach Engine. These initializations include tests whether approprate software is installed, command line options parsing,etc. HotFuzz adds couple of new command line options and does some initialization of its own.

Following additional options are recognized by HotFuzz:

--hot Just for testing proxy functionality. Not used any more --debugdissect Enables debug output from Wireshark dissection. --hotfuzz Runs HotFuzz fuzzing phase. When using this option, strategy should be set to "ppstrategies.SingleRandomMutationStrategy" or "ppstrategies.RandomMutationStrategy". --hotrec=ITERATION_COUNT Runs HotFuzz recording phase. Number of iterations for recording phase is specified by ITERATION_COUNT. When using this option, strategy should be set to "ppstrategies.RecordingStrategy" --hotout=FILE_NAME Sets name of file to be used for configuration file generated at the end of recording phase. If this option is not specified for recording phase, name "output.xml" is used as default. --hotseed=SEED Sets seed for random mutation strategy. SEED has format "S:N", where S is an alphanumeric string and N is number of starting iteration. --hotGuiPort=PORT_NUMBER Sets port used for communication with graphical user interface. This option is used by GUI and currently there is no reason to use it when running application from command line.

LICENCE

Necessary modifications required for purposes of project HotFuzz were made by Copyright (c) HotFuzz Team

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Authors: Dusan Domany (dusan.dudo@gmail.com) Honza Stanek (keleen@gmail.com) Stepan Henek (henes5am@gmail.com) Peter Kmet (peto.kmet@gmail.com) Martin Zember (zember@gmail.com)

Contains HotFuzz custom process monitor. Comparing to original Peach process monitor it can handle much more complicated processes. Monitor was written from scratch to satisfy HofFuzz needs.

LICENCE

Copyright (c) HotFuzz Team

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Authors: Dusan Domany (dusan.dudo@gmail.com)

Contains customized version of Peach debug monitor. Not all original code is necessary for HotFuzz to run, but was left for future compatibility. Class WindowsDebugEngine was modified to be compatible with HotFuzz ideas. Major changes include

LICENCE

Necessary modifications required for purposes of project HotFuzz were made by Copyright (c) HotFuzz Team

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Authors: Dusan Domany (dusan.dudo@gmail.com)

Contains methods for tokenizing strings based on set of separators. Package currently contains also methods for creating Peach structures from structures translated from Wireshark. Separation of these constructors will be probably part of future refactorization.

LICENCE

Copyright (c) HotFuzz Team

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Authors: Dusan Domany (dusan.dudo@gmail.com)

Contains HotFuzz custom strategies. Strategies needed to be written from scratch to satisfy HotFuzz needs as it is based on some slightly different ideas. Strategies meet basic requirements on Peach strategies.

LICENCE

Copyright (c) HotFuzz Team

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Authors: Dusan Domany (dusan.dudo@gmail.com)


Generated on Sat Sep 4 18:13:54 2010 for HotFuzz by  doxygen 1.5.8