postmodern

joined 2 years ago
MODERATOR OF
[–] postmodern 2 points 2 years ago (1 children)

Working on wrapping up the Ronin Phase II epic.

[–] postmodern 3 points 2 years ago

Trying to close out more issues on the ronin-app, a local web UI for Ronin.

2
submitted 2 years ago* (last edited 2 years ago) by postmodern to c/ruby_infosec
 

Dozens of Ruby-related CVEs have been caused by user input being passed to the top-level Kernel.open() method, which not only accepts paths or URIs (if open-uri has been loaded), but also "|command-here" commands which are then opened using IO.popen() resulting in Remote Command Execution (RCE) vulnerabilities. In the next minor Ruby version (3.3.0) a deprecation warning will be printed if a "|command-here" input is given to Kernel.open(). Hopefully, in Ruby 4.0 this insecure feature will be removed.

[–] postmodern 2 points 2 years ago

A website wordlist generator that's better than CeWL for ronin-web using ronin-web-spider (based on spidr) and the wordlist library. Current writing the man page, there's a lot of options to document.

view more: next ›