stephenfewer / grinder

Grinder is a system to automate the fuzzing of web browsers and the management of a large number of crashes.
BSD 3-Clause "New" or "Revised" License
415 stars 131 forks source link

Failed to load the config file 'config'. #72

Closed ghost closed 7 years ago

ghost commented 7 years ago

Run into this error when trying to set up node on Windows 10. I have tried specifying the direct path via the command line arg and run into the same issue.. Ruby - 2.0 - Made sure to add to path during install Config file has been edited correctly according to wiki.

Any ideas?

Output below: C:\grinder\node>ruby grinder.rb --browser=IE

                   ______     _           __
                  / ____/____(_)___  ____/ /__  _____
                 / / __/ ___/ / __ \/ __  / _ \/ ___/
                / /_/ / /  / / / / / /_/ /  __/ /
                \____/_/  /_/_/ /_/\__,_/\___/_/

    By Stephen Fewer of Harmony Security (www.harmonysecurity.com)
                                         GRINDER - Version 0.7-Dev

[+G+] Starting at 2017-03-10 15:43:44 [-G-] Failed to load the config file 'config'. [+G+] Finished at 2017-03-10 15:43:44 C:\grinder\node>

With absolute path: C:\grinder\node>ruby grinder.rb --config=c:\grinder\node\config.rb --browser=IE

                   ______     _           __
                  / ____/____(_)___  ____/ /__  _____
                 / / __/ ___/ / __ \/ __  / _ \/ ___/
                / /_/ / /  / / / / / /_/ /  __/ /
                \____/_/  /_/_/ /_/\__,_/\___/_/

    By Stephen Fewer of Harmony Security (www.harmonysecurity.com)
                                         GRINDER - Version 0.7-Dev

[+G+] Starting at 2017-03-10 15:50:47 [-G-] Failed to load the config file 'c:\grinder\node\config.rb'. [+G+] Finished at 2017-03-10 15:50:47

C:\grinder\node>

ghost commented 7 years ago

fixed.