danghvu
danghvu
To reproduce (`Ubuntu 12.04`, `ruby-2.0.0-p0`, `ripl-0.7.0`, `bond-0.4.3`): ``` $ ripl >> "A".inspec >> "A".inspect" ``` Please notice the trailing `"` Similar with `'` case. I remove `'` and `"` from...
Hi, I'm using Gemini and find out that the number of threads is set to the number of hardware threads. This is suboptimal in my experiment. It's better to set...
I suggest to have wrapper method for some useful function: (monkey patching `BasicSocket`) - `read_until(c)` : read until `c` in data - `settimeout(sec)`: set timeout for `recv()/gets()/readlines()` in case no...
``` $ rake build $ rake install >>> Installing ronin-web-0.3.0.rc1.gem ... Successfully installed dm-is-predefined-0.4.0 Parsing documentation for dm-is-predefined-0.4.0 Done installing documentation for dm-is-predefined (0 sec). 1 gem installed $ gem...
Any possibility to do that now ? Input a binary and come out with a set of useful gadgets or allow to search given a regular expression of the syntax...
TimeoutProcess() should execute the program under a lower / different privilege user. At the moment the process shares the same privilege as the main web app. Consider the case when...
Is the library still maintained ? The website links + the svn are all broken? Where could I get the latest version ?