postmodern

joined 1 year ago
MODERATOR OF
[–] [email protected] 1 points 8 months ago (1 children)

Working on wrapping up the Ronin Phase II epic.

[–] [email protected] 3 points 1 year ago

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

 

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.

[–] [email protected] 2 points 1 year 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 ›