Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/ronin-rb/ronin-support
A support library for Ronin. Like activesupport, but for hacking!
https://github.com/ronin-rb/ronin-support
Refactor `ronin/support/encoding/base64` to not use the `Base64` library
postmodern opened this issue about 1 month ago
postmodern opened this issue about 1 month ago
Ignore common file extensions in `Text::Patterns::VERSION_NUMBER`
postmodern opened this issue about 1 month ago
postmodern opened this issue about 1 month ago
Release 1.1.1
postmodern opened this issue about 1 month ago
postmodern opened this issue about 1 month ago
Improve `Text::Patterns::VERSION_NUMBER` to match versions that contain `_` characters
postmodern opened this issue about 1 month ago
postmodern opened this issue about 1 month ago
Improve `Text::Patterns::VERSION_NUMBER` to match alpha-numeric build tags
postmodern opened this issue about 1 month ago
postmodern opened this issue about 1 month ago
Add a `Text::Patterns::VERSION_RANGE` regex
postmodern opened this issue about 1 month ago
postmodern opened this issue about 1 month ago
Add a `Text::Patterns::VERSION_CONSTRAINT` regex
postmodern opened this issue about 1 month ago
postmodern opened this issue about 1 month ago
Move `VERSION_NUMBER` to `ronin/support/text/patterns/software`
postmodern opened this issue about 1 month ago
postmodern opened this issue about 1 month ago
Add more numeric regex constants to `ronin/support/text/patterns/numeric`
postmodern opened this issue about 2 months ago
postmodern opened this issue about 2 months ago
Add a `ronin/support/text/patterns/chars` file
postmodern opened this issue about 2 months ago
postmodern opened this issue about 2 months ago
Add a `Software::VersionConstraint` class for representing individual version constraints
postmodern opened this issue about 2 months ago
postmodern opened this issue about 2 months ago
Add a `Network::Host::REGEX` constant
postmodern opened this issue 2 months ago
postmodern opened this issue 2 months ago
Add a `String#defang` method
postmodern opened this issue 2 months ago
postmodern opened this issue 2 months ago
Add a `Network::Defang::Mixin#defang` method
postmodern opened this issue 2 months ago
postmodern opened this issue 2 months ago
Add a `Network::Defang.defang` method
postmodern opened this issue 2 months ago
postmodern opened this issue 2 months ago
Add a `Software::VersionRange` class similar to `Gem::Requirement`
postmodern opened this issue 2 months ago
postmodern opened this issue 2 months ago
Add a `Network::URL#defang` method
postmodern opened this issue 2 months ago
postmodern opened this issue 2 months ago
Add a `Network::IP#defang` method
postmodern opened this issue 2 months ago
postmodern opened this issue 2 months ago
Add a `Network::Host#defang` method
postmodern opened this issue 2 months ago
postmodern opened this issue 2 months ago
Add a `IPAddr#defang` method
postmodern opened this issue 2 months ago
postmodern opened this issue 2 months ago
Add `Ronin::Support::Network::Defang::Mixin`
postmodern opened this issue 2 months ago
postmodern opened this issue 2 months ago
Add `Ronin::Support::Network::Defang`
postmodern opened this issue 2 months ago
postmodern opened this issue 2 months ago
Add a `Network::Wildcard#===`/`#include?` method
postmodern opened this issue 2 months ago
postmodern opened this issue 2 months ago
Have `Network::PublicSuffix::List#split` handle host names with a trailing `.`
postmodern opened this issue 3 months ago
postmodern opened this issue 3 months ago
Rename `Binary::CTypes::UnboundedArrayType` to `FlexibleArrayType`
postmodern opened this issue 3 months ago
postmodern opened this issue 3 months ago
Add a `Network::URL` class
postmodern opened this issue 5 months ago
postmodern opened this issue 5 months ago
Add `ronin/support/encoding/node_js`
postmodern opened this issue 5 months ago
postmodern opened this issue 5 months ago
Add `ronin/support/encoding/perl`
postmodern opened this issue 5 months ago
postmodern opened this issue 5 months ago
Add `ronin/support/encoding/python`
postmodern opened this issue 5 months ago
postmodern opened this issue 5 months ago
Add `File.rc4_encrypt` and `File.rc4_decrypt` methods
postmodern opened this issue 6 months ago
postmodern opened this issue 6 months ago
Add `String#rc4_encrypt` and `String#rc4_decrypt` methods
postmodern opened this issue 6 months ago
postmodern opened this issue 6 months ago
Add `Ronin::Support::Crypto.rc4_cipher`, `.rc4_encrypt`, and `.rc4_decrypt` methods
postmodern opened this issue 6 months ago
postmodern opened this issue 6 months ago
Add a `Ronin::Support::Crypto::Cipher::RC4` class
postmodern opened this issue 6 months ago
postmodern opened this issue 6 months ago
Add `File.des3_encrypt` and `File.des3_decrypt` methods
postmodern opened this issue 6 months ago
postmodern opened this issue 6 months ago
Add `String#des3_encrypt` and `String#des3_decrypt` methods
postmodern opened this issue 6 months ago
postmodern opened this issue 6 months ago
Add `Crypto.des3_cipher`, `.des3_encrypt`, `.des3_decrypt` methods
postmodern opened this issue 6 months ago
postmodern opened this issue 6 months ago
Add a `Ronin::Support::Crypto::Cipher::DES` class
postmodern opened this issue 6 months ago
postmodern opened this issue 6 months ago
Add a `Ronin::Support::Crypto::Cipher::DES3` class
postmodern opened this issue 6 months ago
postmodern opened this issue 6 months ago
Release 1.2.0
postmodern opened this issue 6 months ago
postmodern opened this issue 6 months ago
Add `ronin/support/encoding/smtp` as an alias for `ronin/support/encoding/quoted_printable`
postmodern opened this issue 6 months ago
postmodern opened this issue 6 months ago
Add `ronin/support/encoding/java`
postmodern opened this issue 6 months ago
postmodern opened this issue 6 months ago
Refactor code that uses `String#scan` to use `StringScanner` to improve performance
postmodern opened this issue 6 months ago
postmodern opened this issue 6 months ago
`Encoding::JS.unescape` cannot parse Unicode surrogate pairs
postmodern opened this issue 7 months ago
postmodern opened this issue 7 months ago
Add `ronin/support/encoding/php`
postmodern opened this issue 7 months ago
postmodern opened this issue 7 months ago
Add a `String#refang` method
postmodern opened this issue 7 months ago
postmodern opened this issue 7 months ago
Add a `URI::HTTP#defang` method
postmodern opened this issue 7 months ago
postmodern opened this issue 7 months ago
Release 1.1.0-rc1
postmodern opened this issue 7 months ago
postmodern opened this issue 7 months ago
Add a `Ronin::Support::Text::Hamming` module
postmodern opened this issue 8 months ago
postmodern opened this issue 8 months ago
Add an `Array#hamming` method
postmodern opened this issue 8 months ago
postmodern opened this issue 8 months ago
Add a `String#hamming` method
postmodern opened this issue 8 months ago
postmodern opened this issue 8 months ago
Ensure that `unescape` methods can handle ASCII-8BIT encoded UTF-8 strings
postmodern opened this issue 8 months ago
postmodern opened this issue 8 months ago
Add a `Software::Version` class similar to `Gem::Version`
postmodern opened this issue 8 months ago
postmodern opened this issue 8 months ago
Add `Ronin::Support::Text::Typo` rules for QWERTY off-by-one errors
postmodern opened this issue 9 months ago
postmodern opened this issue 9 months ago
Add a `Binary::Buffer#index` method
postmodern opened this issue 9 months ago
postmodern opened this issue 9 months ago
Add `UDP.recv` and `udp_recv`
postmodern opened this issue 9 months ago
postmodern opened this issue 9 months ago
Add `TCP.recv` and `tcp_recv`
postmodern opened this issue 9 months ago
postmodern opened this issue 9 months ago
feat: connect methods' block behavior
flavorjones opened this pull request 9 months ago
flavorjones opened this pull request 9 months ago
Add support for doing `multipart/form-data` HTTP requests
postmodern opened this issue 9 months ago
postmodern opened this issue 9 months ago
Release 1.0.6
postmodern opened this issue 9 months ago
postmodern opened this issue 9 months ago
Fix incorrect exception message in `Encoding::Base64.encode` and `.decode`
postmodern opened this issue 9 months ago
postmodern opened this issue 9 months ago
Add support for accepting `1.3` for the SSL/TLS version
postmodern opened this issue 9 months ago
postmodern opened this issue 9 months ago
Change TLS methods to simply set `min_version: 1` instead of `version: 1.2`
postmodern opened this issue 9 months ago
postmodern opened this issue 9 months ago
Add the `min_version:` and `max_version:` keyword arguments to all SSL and TLS methods
postmodern opened this issue 9 months ago
postmodern opened this issue 9 months ago
No longer use the deprecated `OpenSSL::SSL::SSLContext#ssl_version=`
postmodern opened this issue 9 months ago
postmodern opened this issue 9 months ago
Fix bug in `Network::HTTP#initialize` with `ssl: {min_version: 1.1}` and `ssl: {max_version: 1.1}`
postmodern opened this issue 9 months ago
postmodern opened this issue 9 months ago
Add a method or class for performing Padding Oracle attacks
postmodern opened this issue 9 months ago
postmodern opened this issue 9 months ago
Add a `Crypto.bruteforce` method
postmodern opened this issue 10 months ago
postmodern opened this issue 10 months ago
Optimize `IPRange::Glob#each` to use a single format string to format each IP
postmodern opened this issue 12 months ago
postmodern opened this issue 12 months ago
Add `IPRange.range(first_ip,last_ip)` method
postmodern opened this issue 12 months ago
postmodern opened this issue 12 months ago
Add missing `IPRange::Range#size` method
postmodern opened this issue 12 months ago
postmodern opened this issue 12 months ago
Add missing `IPRange::Range#===` method
postmodern opened this issue 12 months ago
postmodern opened this issue 12 months ago
Add a `IPRange#size` method
postmodern opened this issue 12 months ago
postmodern opened this issue 12 months ago
Add a `IPRange::Glob#size` method
postmodern opened this issue 12 months ago
postmodern opened this issue 12 months ago
Add a `IPRange::CIDR#size` method
postmodern opened this issue 12 months ago
postmodern opened this issue 12 months ago
Add `IPRange::CIDR#prefix_address`
postmodern opened this issue 12 months ago
postmodern opened this issue 12 months ago
Fix `IPRange::Glob#each` to enumerate `0-ffff` for `*` in IPv6 glob ranges
postmodern opened this issue 12 months ago
postmodern opened this issue 12 months ago
Fix `IPRange::Glob#each` to include IPs ending with `.0` and `.255`
postmodern opened this issue 12 months ago
postmodern opened this issue 12 months ago
Add `IPRange#==`
postmodern opened this issue 12 months ago
postmodern opened this issue 12 months ago
Add a `IPRange::Glob#==` method
postmodern opened this issue 12 months ago
postmodern opened this issue 12 months ago
Add a `IPRange::CIDR#==` method
postmodern opened this issue 12 months ago
postmodern opened this issue 12 months ago
Add `IPRange#first` and `IPRange#last`
postmodern opened this issue 12 months ago
postmodern opened this issue 12 months ago
Add a `IPRange#===` method
postmodern opened this issue 12 months ago
postmodern opened this issue 12 months ago
Add `IPRange::Glob#===`
postmodern opened this issue 12 months ago
postmodern opened this issue 12 months ago
Add `IPRange::CIDR#===`
postmodern opened this issue 12 months ago
postmodern opened this issue 12 months ago
Fix `IPRange::CIDR#first` and `IPRange::CIDR#last` to not return IPs ending in `.0` or `.255`
postmodern opened this issue 12 months ago
postmodern opened this issue 12 months ago
Add `IPRange::Glob#first` and `IPRange::Glob#last`
postmodern opened this issue 12 months ago
postmodern opened this issue 12 months ago
Change `IPRange#initialize` to raise an `ArgumentError` if given an invalid IP range
postmodern opened this issue 12 months ago
postmodern opened this issue 12 months ago
Add a regex for validating CIDR address ranges in `Network::IPRange::CIDR#initialize`
postmodern opened this issue 12 months ago
postmodern opened this issue 12 months ago
Add regexs for validating IP-glob ranges
postmodern opened this issue 12 months ago
postmodern opened this issue 12 months ago
Switch to using `require_relative` to improve load-times
postmodern opened this issue about 1 year ago
postmodern opened this issue about 1 year ago
Add missing `Network::TLS` class methods
postmodern opened this issue about 1 year ago
postmodern opened this issue about 1 year ago
Release 1.0.5
postmodern opened this issue about 1 year ago
postmodern opened this issue about 1 year ago
Fix broken specs on Ruby 3.3.0
postmodern opened this issue about 1 year ago
postmodern opened this issue about 1 year ago
Add missing `Network::SSL.connect` and `Network::SSL.open?` methods
postmodern opened this issue about 1 year ago
postmodern opened this issue about 1 year ago
Text scoring engine
Sh3llSp4wn opened this pull request about 1 year ago
Sh3llSp4wn opened this pull request about 1 year ago
Add a http_post_cookies method to Network::HTTP::Mixin
AI-Mozi opened this pull request about 1 year ago
AI-Mozi opened this pull request about 1 year ago
Add `IP::REGEX` const for matching IP addresses.
AI-Mozi opened this pull request about 1 year ago
AI-Mozi opened this pull request about 1 year ago
Add `subject_alt_names` kwarg to `Cert.generate`
AI-Mozi opened this pull request about 1 year ago
AI-Mozi opened this pull request about 1 year ago
Add `subject_alt_names` kwarg to `Cert.generate`
AI-Mozi opened this pull request about 1 year ago
AI-Mozi opened this pull request about 1 year ago
Add `ca` to allowed method/parameter names in rubocop
AI-Mozi opened this pull request about 1 year ago
AI-Mozi opened this pull request about 1 year ago