You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added the min_version: and max_version: keyword arguments to all methods in Ronin::Support::Network::SSL, Ronin::Support::Network::SSL::Mixin, Ronin::Support::Network::TLS, Ronin::Support::Network::TLS::Mixin, Ronin::Support::Network::HTTP, and Ronin::Support::Network::HTTP::Mixin.
Added the hostname: keyword argument to all methods in Ronin::Support::Network::SSL::Mixin and Ronin::Support::Network::TLS::Mixin methods.
Added Ronin::Support::Network::Wildcard.
No longer automatically require lesser used network protocols in ronin/support/network/mixin:
ronin/support/network/ftp/mixin
ronin/support/network/smtp/mixin
ronin/support/network/esmtp/mixin
ronin/support/network/pop3/mixin
ronin/support/network/imap/mixin
Improve the validation of IP ranges in Ronin::Support::Network::IPRange#initialize.
Improve the validation of IP CIDR ranges in Ronin::Support::Network::IPRange::CIDR#initialize.
Improve the validation of IP glob ranges in Ronin::Support::Network::IPRange::Glob#initialize.
No longer use deprecated Net::HTTP methods in Ronin::Support::Network::HTTP#initialize.
Add support for specify a SSL version of 1.3 in all Ronin::Support::Network::SSL, Ronin::Support::Network::SSL::Mixin, Ronin::Support::Network::TLS, Ronin::Support::Network::TLS::Mixin, Ronin::Support::Network::HTTP, and Ronin::Support::Network::HTTP::Mixin methods.