Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Releases: ronin-rb/ronin

2.1.1

15 Feb 08:18
v2.1.1
This tag was signed with the committer’sverified signature.
postmodern Postmodern
GPG key ID:54C3D9E9B9515E77
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
  • Removed legacy 1.xronin/ui Ruby file.
  • Userequire_relative to improve load times.
  • Documentation improvements and fixes.
Assets4
Loading

2.1.0

22 Jul 21:26
v2.1.0
This tag was signed with the committer’sverified signature.
postmodern Postmodern
GPG key ID:54C3D9E9B9515E77
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

CLI

  • Added theronin archive command.
  • Added theronin unarchive command.
  • Added theronin bitsquat command.
  • Added theronin completion command to install shell completion files
    for allronin andronin-* commands for Bash and Zsh shells.
  • Added theronin dns-proxy command.
  • Added theronin new dns-proxy command.
  • Added theronin pack command.
  • Added theronin unpack command.
  • Added the--hex-octet,--octal-octet, and--ipv6-compat options to the
    ronin ip command.
  • Added more accepted values to theronin http --user-agent option.
  • Added the--cookie and--cookie-param options to theronin http command.
  • Added thecookie andset-cookie commands to theronin http shell.
  • Added the-s,--size option to theronin iprange command.
  • Added support forronin cert-gen --key-type dsa.
  • All--help options and theronin irb command now displays the Ronin logo
    ASCII art.
  • Aliasronin tlds to theronin tld-list command.
  • Aliasronin public-suffixes to theronin public-suffix-list command.
  • Aliasronin new exploit to theronin-exploits new command.
  • Aliasronin new payload to theronin-payloads new command.
  • Aliasronin new dns-listener to theronin-listener new dns command.
  • Aliasronin new http-listener to theronin-listener new http command.
  • Aliasronin new web-app to theronin-web new app command.
  • Aliasronin new nokogiri to theronin-web new nokogiri command.
  • Aliasronin new web-server to theronin-web new server command.
  • Aliasronin new web-spider to theronin-web new spider command.
Loading
hahwul reacted with heart emoji
1 person reacted

2.0.5

19 Sep 23:22
v2.0.5
This tag was signed with the committer’sverified signature.
postmodern Postmodern
GPG key ID:54C3D9E9B9515E77
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

CLI

  • Fixed a bug inronin cert-gen that prevented generating a new certificate
    signed with an EC key (ex:ronin cert-gen --key-type ec ...).
  • Fixed the formatting of theronin cert-gen man-page.
Loading

2.0.4

19 Jul 01:27
v2.0.4
This tag was signed with the committer’sverified signature.
postmodern Postmodern
GPG key ID:54C3D9E9B9515E77
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
  • Requirewordlist ~> 1.0, >= 1.0.2 for bug fixes.
  • Requireronin-core ~> 0.1, >= 0.1.2 for bug fixes toronin irb.
    • This fixes an issue with defining and then calling methods inside of the
      ronin irb Ruby shell.

CLI

  • Fixed theronin typosquat command to accept multiple domain arguments.
  • Added missingusage string to theronin typosquat command.
  • Added missing-f,--file option to theronin typosquat command.
  • Fixed a bug in theronin host command where the-t,--query option was
    not being honored.
  • Added missing--file option to theronin bitflip man-page and docs.
Loading

2.0.3

12 Jun 13:24
v2.0.3
This tag was signed with the committer’sverified signature.
postmodern Postmodern
GPG key ID:54C3D9E9B9515E77
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
  • ExtendRonin::Support intoRonin in order to make their Mixin instance
    methods accessible to theronin irb command which spawns an IRB session
    within theRonin namespace.

CLI

  • Fixed a regression in theronin irb command where theronin-support Mixin
    methods (ex:http_get) were missing from theronin irb shell.
Loading

2.0.2

10 Jun 00:08
v2.0.2
This tag was signed with the committer’sverified signature.
postmodern Postmodern
GPG key ID:54C3D9E9B9515E77
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
  • Documentation fixes and improvements.

CLI

  • Fixed a bug in theronin ip command where empty lines would be printed
    if the IP had no hostname.
  • Fixed a bug in theronin hexdump command where the--type option was being
    ignored.
  • Fixed theUsage: of theronin host andronin dns commands.
  • Fixed typos in theronin email-addr,ronin escape, andronin sha256
    man-pages.
  • Fixed formatting in theronin cert-gen man-page.
  • Added more examples to theronin rot,ronin encrypt, andronin decrypt
    man-pages.
Loading
hahwul reacted with thumbs up emojicmhobbs and hahwul reacted with hooray emojihahwul reacted with heart emoji
2 people reacted

2.0.1

10 Jun 00:07
v2.0.1
This tag was signed with the committer’sverified signature.
postmodern Postmodern
GPG key ID:54C3D9E9B9515E77
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

CLI

  • Ensure that theronin http command works with IDN host-names.
Loading

2.0.0

10 Jun 00:06
v2.0.0
This tag was signed with the committer’sverified signature.
postmodern Postmodern
GPG key ID:54C3D9E9B9515E77
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
  • Requireruby >= 3.0.0.
  • Requirerouge ~> 3.0
  • Requireasync-io ~> 1.0
  • Requirewordlist ~> 1.0
  • Requireronin-support ~> 1.0.0.
  • Requireronin-core ~> 0.1.
  • Requireronin-repos ~> 0.1.
  • Requireronin-db ~> 0.1.
  • Requireronin-fuzzer ~> 0.1.
  • Requireronin-web ~> 1.0.
  • Requireronin-code-asm ~> 1.0.
  • Requireronin-code-sql ~> 2.0.
  • Requireronin-payloads ~> 0.1.
  • Requireronin-exploits ~> 1.0.
  • Requireronin-vulns ~> 0.1.
  • Added new sub-commands to theronin command:
    • asn
    • banner-grab
    • bitflip
    • cert-dump
    • cert-gen
    • cert-grab
    • decode, dec
    • decrypt
    • dns
    • email-addr
    • encode, enc
    • encrypt
    • entropy
    • escape
    • extract
    • grep
    • help
    • hexdump
    • highlight
    • hmac
    • homoglyph
    • host
    • http
    • ip
    • iprange
    • irb
    • md5
    • netcat /nc
    • new
    • proxy
    • public-suffix-list
    • quote
    • rot
    • sha1
    • sha256
    • sha512
    • string
    • strings
    • tips
    • tld-list
    • typo
    • typosquat
    • unescape
    • unhexdump
    • unquote
    • url
    • url-edit
    • xor
  • ronin help <subcommand> will now display a man page for that sub-command.
  • Renamed theronin console command toronin irb.
  • Moved and refactored all database code out intoronin-db and
    [ronin-db-activerecord].
  • Replaced all repository management related code withronin-repos.
  • Replaced the CLI code with [command_kit] andronin-core.
  • Refactored theronin gem to only provide a top-level CLI with sub-commands
    and require the otherronin- gems.
Loading

2.0.0 (beta1)

06 Jan 09:14
v2.0.0.beta1
This tag was signed with the committer’sverified signature.
postmodern Postmodern
GPG key ID:54C3D9E9B9515E77
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
2.0.0 (beta1)Pre-release
Pre-release

The first 2.0.0 beta release.

Loading

1.5.1

02 Mar 01:23
v1.5.1
This tag was signed with the committer’sverified signature.
postmodern Postmodern
GPG key ID:54C3D9E9B9515E77
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
v1.5.1Tagging v1.5.1
Loading
Previous1
Previous

[8]ページ先頭

©2009-2025 Movatter.jp