Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/ronin-rb/ronin-vulns

Tests URLs for Local File Inclusion (LFI), Remote File Inclusion (RFI), SQL injection (SQLi), and Cross Site Scripting (XSS), Server Side Template Injection (SSTI), and Open Redirects.
https://github.com/ronin-rb/ronin-vulns

Release 0.3.0

postmodern opened this issue 5 months ago
Add a `URI::HTTP#vulns/has_vulns?` core-ext methods

AI-Mozi opened this pull request 5 months ago
Release 0.2.1

postmodern opened this issue 6 months ago
Switch to using `require_relative` for local files

postmodern opened this issue 6 months ago
Add `Ronin::Vulns::XXE`

postmodern opened this issue 6 months ago
Add a `URI::HTTP#vulns` and `#has_vulns?` core-ext methods

postmodern opened this issue 7 months ago
Release 0.2.0.rc2

postmodern opened this issue 7 months ago
Release 0.2.0-rc1

postmodern opened this issue 7 months ago
Release 0.2.0

postmodern opened this issue 8 months ago
Add support for testing SSRFs

postmodern opened this issue 8 months ago
Add support for testing JSON payloads

postmodern opened this issue 8 months ago
Release 0.1.5

postmodern opened this issue 8 months ago
Fix `meta` redirect regexp in `Ronin::Vulns::OpenRedirect`

postmodern opened this issue 8 months ago
Use `.each_value` instead of `.each`

AI-Mozi opened this pull request 9 months ago
Add `--test-all-form-params` option

AI-Mozi opened this pull request 9 months ago
Add support for testing for `$(...)` command injection

postmodern opened this issue 9 months ago
Add a `WebVuln.test_param` method

postmodern opened this issue 9 months ago
Add missing `ronin-vulns irb` command

postmodern opened this issue about 1 year ago
Add shell completions for `ronin-vulns`

postmodern opened this issue about 1 year ago
Add missing `man/ronin-vulns.1.md` man page file

postmodern opened this issue about 1 year ago
Add `NAME` sections to all man pages

postmodern opened this issue about 1 year ago
Update to kramdown-man 1.0.0

postmodern opened this issue about 1 year ago
Add a `Ronin::Vulns::CLI::Importable` module

postmodern opened this issue about 1 year ago
Add missing `--test-all-form-params` option

postmodern opened this issue about 1 year ago
Fix typo in documentation

AI-Mozi opened this pull request about 1 year ago
Add an `--import` option to `Ronin::Vulns::CLI::WebVulnCommand`

postmodern opened this issue about 1 year ago
Add `Ronin::Vulns::Importer`

postmodern opened this issue about 1 year ago
Add `ronin-db` as a dependency

postmodern opened this issue about 1 year ago
Change `Ronin::Vulns::SSTI::ESCAPES` to be a `Hash`

postmodern opened this issue about 1 year ago
Add missing spec for `CLI::WebVulnCommand#log_vuln`

postmodern opened this issue over 1 year ago
Add a `--print-http` option to `CLI::WebVulnCommand`

postmodern opened this issue over 1 year ago
Add a `--print-curl` option to `CLI::WebVulnCommand`

postmodern opened this issue over 1 year ago
Release 0.1.4

postmodern opened this issue over 1 year ago
Allow `--cookie "..."` to be repeated multiple times

postmodern opened this issue over 1 year ago
Add additional SQLi sleep tests

mohghezal opened this issue over 1 year ago
Release 0.1.3

postmodern opened this issue over 1 year ago
Detect XSS inside or after HTML comments

quadule opened this pull request over 1 year ago
Add a `ronin-vulns command-injection` command

postmodern opened this issue over 1 year ago
Add `Ronin::Vulns::CommandInjection`

postmodern opened this issue over 1 year ago
Add `Ronin::Vulns::SSRF`

postmodern opened this issue over 1 year ago
Release 0.1.2

postmodern opened this issue almost 2 years ago
Validate URL arguments to ensure they are `http://` or `https://` URLs

postmodern opened this issue almost 2 years ago
Unhandled error use case

jasnow opened this issue almost 2 years ago
Release ronin-vulns 0.1.1

postmodern opened this issue almost 2 years ago
Add some kind of debugging messages / audit log

postmodern opened this issue almost 2 years ago
Add missing `print_vuln` methods to `WebVulnCommand` sub-classes

postmodern opened this issue almost 2 years ago
Release ronin-vulns 0.1.0.beta1

postmodern opened this issue about 2 years ago
Release ronin-vulns 0.1.0

postmodern opened this issue about 2 years ago
Add rubocop

postmodern opened this issue about 2 years ago
Add `WebVuln#to_http`

postmodern opened this issue about 2 years ago
Add `WebVuln#to_curl`

postmodern opened this issue about 2 years ago
Add `WebVuln::Formatter::Curl`

postmodern opened this issue about 2 years ago
Add `WebVuln::Formatter::HTTP`

postmodern opened this issue about 2 years ago
Add a `ronin-vulns open-redirect` command

postmodern opened this issue about 2 years ago
Add a `ronin-vulns reflected-xss` command

postmodern opened this issue about 2 years ago
Add a `ronin-vulns ssti` command

postmodern opened this issue about 2 years ago
Add a `ronin-vulns sqli` command

postmodern opened this issue about 2 years ago
Add a `ronin-vulns rfi` command

postmodern opened this issue about 2 years ago
Add a `ronin-vulns lfi` command

postmodern opened this issue about 2 years ago
Add `ReflectedXSS#exploit_url`

postmodern opened this issue about 2 years ago
Add a `ronin-vulns scan` command

postmodern opened this issue about 2 years ago
Add a `URLScanner` module

postmodern opened this issue about 2 years ago
how

mohghezal opened this issue about 2 years ago
Add a `ronin-vulns` main command

postmodern opened this issue over 2 years ago
Add a Perl RFI test script

postmodern opened this issue over 2 years ago
Add a ColdFusion RFI test script

postmodern opened this issue over 2 years ago
Add a ASP Classic RFI test script

postmodern opened this issue over 2 years ago
Add an ASP.NET RFI test script

postmodern opened this issue over 2 years ago
Add a JSP RFI test script

postmodern opened this issue over 2 years ago
Add `Ronin::Vulns::OpenRedirect`

postmodern opened this issue over 2 years ago
Randomize the test payloads for `SSTI#vulnerable?`

postmodern opened this issue over 2 years ago
Add a `Ronin::Vuln::SSTI` class

postmodern opened this issue over 2 years ago
Add a `Ronin::Vuln::ReflectedXSS` class

postmodern opened this issue over 2 years ago
Add a `Ronin::Vulns::SQLI` class

postmodern opened this issue over 2 years ago
Add a `Ronin::Vuln::LFI` class

postmodern opened this issue over 2 years ago
Add a `Ronin::Vuln::RFI` class

postmodern opened this issue over 2 years ago
Add a `Ronin::Vuln::Web` class

postmodern opened this issue over 2 years ago
Eventually re-add jruby support

postmodern opened this issue over 2 years ago