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

Handling Unnecessary popups #42

Closed debasishm89 closed 10 years ago

debasishm89 commented 10 years ago

Hi,

Is there any way/hack to handle / kill unnecessary poups / messagebox like below when fuzzer is running. It actually freezes the fuzzer, until schedule killing of IE process.

image

image

Thanks,

mutfuzz commented 10 years ago

there is two main ways:- 1- change the settings of the browser so that those popups won't show. 2- modify continue.exe https://github.com/stephenfewer/grinder/blob/master/node/data/continue.exe so that it handle the popup (it already handle some of them). check the source at https://github.com/stephenfewer/grinder/blob/master/node/source/continue/main.c

On 28 June 2014 21:46, Debasish Mandal notifications@github.com wrote:

Hi,

Is there any way/hack to handle / kill unnecessary poups / messagebox like below when fuzzer is is running. It actually freezes the fuzzing until schedule killing of IE process.

[image: image] https://cloud.githubusercontent.com/assets/1751618/3421419/f7d8c648-feeb-11e3-901c-4135519839b8.png

Thanks,

— Reply to this email directly or view it on GitHub https://github.com/stephenfewer/grinder/issues/42.


"If you spend more on coffee than on IT security, you will be hacked. What's more, you deserve to be hacked.", Richard Clarke

debasishm89 commented 10 years ago

Awesome!Will give it a try!Thank You!

Regards, Debasish www.debasish.in

stephenfewer commented 10 years ago

closing this ticket, thanks @mutfuzz for answering it :)