This commit is contained in:
Jan Stárek
2019-10-21 16:15:33 +02:00
parent 0f17c05216
commit 7caea55d9f
7 changed files with 25 additions and 25 deletions

View File

@@ -23,8 +23,8 @@ Example command:
`python process_monitor_windows.py -p TestedApplication.exe`
## How to tell WFuzz that we want to monitor process?
If you want to use process monitor, just add starting command for your tested service / process into WFuzz configuration file. Example configuration key should look like this:
## How to tell WapiFuzz that we want to monitor process?
If you want to use process monitor, just add starting command for your tested service / process into WapiFuzz configuration file. Example configuration key should look like this:
`"startup_command": ["python", "C:\\server\\httpd.py"]`
WFuzz then automatically connect with running process monitor script on tested system and will use its features.
WapiFuzz then automatically connect with running process monitor script on tested system and will use its features.