Sergio

Results 6 issues of Sergio

Could we have an option to stop the scanner after the first successful payload. For example: ``` $ xsstrike -u 'http://testphp.vulnweb.com/search.php' --data 'goButton=go&searchFor=test' XSStrike v3.1.5 [~] Checking for DOM vulnerabilities...

I'm trying to expand only Html tags. For example `div,` should be expanded to ``` ``` But `abc,` should not be expanded. By default emmet expands every word, I wonder...

Make ri REPL more Bash-like. A CR should not exit ri REPL.

It seems changing the colors of a :button is not currently supported. Will such feature be added in future releases❔

Is there any way to draw the highlight line on top of the fill area? I'm looking for an option similar to drawNormalOnTop but for the highlight line.

I am trying to add a "Back" tab to get back to resque-web. Following the steps in [PLUGINS.md](https://github.com/resque/resque-web/blob/master/PLUGINS.md) I came up with this code in `lib/resque_web/engine.rb`: ``` module ResqueWeb module...