Noam Rathaus
Noam Rathaus
Small modification: ``` def process(self): while True: try: while not self.fuzzer.is_finished(): if self.is_timed_out(): raise SkipTargetInterrupt( "Runtime exceeded the maximum set by the user" ) time.sleep(0.1) break except KeyboardInterrupt: self.handle_pause() ```...
No sorry I couldn't get it to work with this library
This is still an issue, as some distributions (like Mint) don't have newer version of sqlite3
The URL you are providing isn't a graphql endpoint, its an HTML/JS entry point page
The commit looks good - I am interested in having it - lets see what the maintainer thinks
It seems that its not so easy in all scripts/tests - but maybe it is still worth the effort where it is possible?
Notice I did search->replace, in some cases the code order was different - and I didn't replace it with the code reuse as I wasn't sure if the order was...
If you look at the changes, and some more improvement can be made to them (i.e improve the code resuse), it really highlights the changes especially when the changes between...
I redid the function from scratch - something went wrong with the original one
No problem, thank you for keeping me posted BTW: Marvin seems to be covered in : https://github.com/tlsfuzzer/tlsfuzzer/blob/a2d12367ae506dd32080ff063a1841b9f939b081/scripts/test-bleichenbacher-timing-marvin.py#L3 Is the Marvin you are referring to different from this?