Ecosyste.ms: OpenCollective

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

github.com/ronin-rb/ronin

Ronin is a Free and Open Source Ruby Toolkit for Security Research and Development. Ronin also allows for the rapid development and distribution of code, exploits, payloads, etc, via 3rd-party git repositories.
https://github.com/ronin-rb/ronin

Renamed `@n` to `@modulo` to match the option's name.

a6579ec47e6b3b0311ccb1f44d9a8a3a7eb9e7a9 authored almost 2 years ago
Correct the spelling of `--modulu` to `--modulo`.

73bcea60d6ffee6ff2b25059e08360b79b7ff9e6 authored almost 2 years ago
Document the default of the `--modulu` option.

8ad1d7098e62236755df9ffeceaf66b53b7ad778 authored almost 2 years ago
Added a top-level description to `Ronin::CLI::FileProcessorCommand`.

cc8e4a9edf5c5bd43b2fae84bb5dc36d35257f2c authored almost 2 years ago
Added top-level description to `Ronin::CLI::Printing::SyntaxHighlighting`.

0a2b9cec1331084fdccde77712a3766528dcb5f5 authored almost 2 years ago
Add `frozen_string_literal: true` magic comments.

97535cf6c806022cd064a29e47f938c2ebfe154a authored almost 2 years ago
Remove old `rubygems` require.

6dfef036f6aa83ff2e84f32ae79ed5bb1b49040a authored almost 2 years ago
Added a top-level description to `Ronin::CLI::DNS`.

5c9679e87b6ed8c39765d3b8aaa88fea7581dd29 authored almost 2 years ago
Resolve Layout/FirstArrayElementIndentation offense

86dd88078eb41632bbd6544a24cc59995e5f03ca authored almost 2 years ago
Add rubocop to the CI (closes #43).

32e385f361f02af5db06a6017af89debf1fcd285 authored almost 2 years ago
Remove duplicate local variable assignment.

c709b54e318cc8066c0e5689da300825fd2311b7 authored almost 2 years ago
Use `unless` instead of `if !`.

4de29e32aebe54ef5b5e7f60831cdfb3c9214e8f authored almost 2 years ago
Use `Enumerator#with_index` instead of `.each_with_index`.

d4db7bd3d99da09636e89c62672978686cd68a7c authored almost 2 years ago
Mark `Ronin::CLI::Printing::SyntaxHighlighting#initialize` specs as pending.

e5c1b8e82acec63b7e827a07dac703a3b7500ca0 authored almost 2 years ago
Fixed typo in meoized ivar name.

87dc9f89edcd08f95235d8c6f8f48c656e83c79f authored almost 2 years ago
Resolve Layout/TrailingWhitespace offenses

ef3ecde40324ae9612841cc0e27632a38dc7944c authored almost 2 years ago
Use `unless` instead of `if !`.

2396fc605033ada62045d8f19bb1d28357542e1d authored almost 2 years ago
Make local variable as unused.

9ad5a82d2fcfa11ca55e1761126b815324929ab3 authored almost 2 years ago
Resolve Style/NestedParenthesizedCalls offenses

42f39e3a0156fdf2d91fe398bba14c8a3430d4e7 authored almost 2 years ago
Use `File.directory?` instead of `File.exist?`.

cbcc32258f236c24e3b217225fd3b4e1df49f02f authored almost 2 years ago
Resolve Lint/AmbiguousOperator offenses

96b00ae92aa869df9c7d1e800b8c15645d08fae4 authored almost 2 years ago
Resolve Style/Lambda offense

cabe2c8ce226b08269e81a68f8a8c09322361285 authored almost 2 years ago
Use `%w[]`.

2f06e38965d0e5674e38e17589eddf7e0a732a63 authored almost 2 years ago
Resolve Style/RescueStandardError offenses

4403d9507205cf32c12d1928e2977fbae13d6e5e authored almost 2 years ago
Inline the `rescue` into the block.

d9e28b4ea65bbc47ef5a59f0064f1d9ba0779fef authored almost 2 years ago
Resolve Layout/EmptyLinesAroundModuleBody offense

0578344dfd14a37429a7d51a2ebb25f8d51feb14 authored almost 2 years ago
Resolve Style/TrailingCommaInHashLiteral offenses

cba7d5fe6c572b98da9f3d90582d286b5e2abfa8 authored almost 2 years ago
Resolve Style/RedundantBegin offenses

94aca5602f03c369f9d3546a0e7887f65fae061e authored almost 2 years ago
Disable other annoying/conflicting rubocop rules.

1ca2675c0a6d7432ea257b833b5123be2d36cf3d authored almost 2 years ago
Resolve Style/MethodCallWithoutArgsParentheses offenses

c8e7fb81d307f97e1770e0e23e547a477dc66649 authored almost 2 years ago
Resolve Layout/SpaceAroundOperators offenses

636c72317b3ecd2af41cf09aef2705e759e00e14 authored almost 2 years ago
Resolve Layout/ExtraSpacing offenses

248d6b6b79eb218e5aa94a75aaa697b3cc42d473 authored almost 2 years ago
Resolve Layout/BlockAlignment offenses

731c248968f8df88fea205a710e88f5b17b370a3 authored almost 2 years ago
Resolve Style/Encoding offense

55586074d6bee798ae4fcbf32fffb98afacf7b65 authored almost 2 years ago
Resolve Style/ConditionalAssignment Layout/IndentationWidth Layout/ElseAlignment offenses

2b769d90e7855e6a8b794946b65a4e0845ce9842 authored almost 2 years ago
Resolve Style/ClassMethods offense

0adbe8c6f3fa951128786c1ddc1d1dc351150ee6 authored almost 2 years ago
Apparently `URI.regexp` is deprecated, use `URI::DEFAULT_PARSER.make_regexp`.

a64d493c1dd93fce1ce05d4279a16a56a5988550 authored almost 2 years ago
Fix unaligned `end`.

0dd64ac6b63a9246188c8cb4c9126c531692d816 authored almost 2 years ago
Resolve Layout/EmptyLines offense

b41bca5e907d95d49e7369e5764d2ce0996d7cf9 authored almost 2 years ago
Resolve Style/TrailingCommaInArrayLiteral offenses

75308059ab409799fc9bf752a27b72ca01cd9182 authored almost 2 years ago
Resolve Layout/EmptyLinesAroundMethodBody offense

0e76fa4409107f055c72e813e248666cd767dca1 authored almost 2 years ago
Remove extra space in indentation.

ca69827d6254608554f8da336aa1a4bbda9718fb authored almost 2 years ago
Add the stock `.rubocop.yml` file from `ronin-template` (issue #43).

e7f259cb8793c0aae868e59c62f302a3126d7804 authored almost 2 years ago
Add the `rubocop` gem (issue #43).

1175c23b26c074d3fb7a19f2a8646a73fc948f9e authored almost 2 years ago
Remove space in the wrong place (PR #153).

b1046ff87d3f809e20fc475da85e2cb5e9016255 authored almost 2 years ago
Added `ENVIRONMENT` sections to man pages of commands that use `~/.cache`.

0e868295a5ddac5b66d83bcaea7821b4f89094e8 authored almost 2 years ago
Corrected the dates in the man pages to match the 1.0.0 release date.

7f33943e7ded477a8aef3d8ff5aff35f3b93d64c authored almost 2 years ago
Changed the `ronin http` command to use `Addressable::URI` for IDN support.

* Add `URL_REGEX` for basic validation of URLs.
* Rescue and print an error message if `Addressa...

3c472506708a556297ba9608d2d08eac6c8f486e authored almost 2 years ago
Added a description to `HTTPShell`.

43ccc75da2f2501bcab7567165219714a0eb49b1 authored almost 2 years ago
Move the `cd` command up to the top.

af8e3398b34f9f1e1b97864a49a3612edb3ec58b authored almost 2 years ago
Pass the extra keyword arguments to `Ronin::Support::Network::HTTP#request`.

e8245d59934e17e628e7d11a647dca95e889c224 authored almost 2 years ago
Merge pull request #148 from stefankroes/fix-man-page-typo

Fix type in man page

02ca29a49ecb36453e5c0f072af841bc0cb7afb0 authored about 2 years ago
Fix type in man page

2569b3fdcbb7641057a316408e33424fb7f66128 authored about 2 years ago
Fix the release date of 2.0.0.

de972d23c6ece479f7f89ca1581cd7a5ae95f340 authored about 2 years ago
Version bump to 2.0.0.

b5542887b21d907fb1612acb014b4f090aa72036 authored about 2 years ago
Require ronin-vulns ~> 0.1.

75a7692e21d7341e7997830b8e893c9d3ce72d96 authored about 2 years ago
Require ronin-exploits ~> 1.0.

54e1254508a841cb58dad2d8f583e06c0dda70cf authored about 2 years ago
Require ronin-payloads ~> 0.1.

604d34df67b2014502a449b392396d0b02ba6549 authored about 2 years ago
Require ronin-code-sql ~> 2.0.

a03d201e25a801c5f95186ed462743a01dae1b77 authored about 2 years ago
Require ronin-code-asm ~> 1.0.

50f1c3fcba84d0d8370635497e1592a4d1b173bf authored about 2 years ago
Require ronin-web ~> 1.0.

8da231c53f1e46b755e8ef3b2e8a957a85cea7d3 authored about 2 years ago
Require ronin-fuzzer ~> 0.1.

27d3d0a9e4ac98568887f907e51b9bd5d91c221b authored about 2 years ago
Require ronin-db ~> 0.1.

b4e44d9d38e408395acbf172ea39b04e144ff37e authored about 2 years ago
Require ronin-repos ~> 0.1.

2daeaef2b3deb2947860de371cc74cdfb3f4013b authored about 2 years ago
Require ronin-core ~> 0.1.

3f52a5823987f681fd32a84ec077dcf07e7749de authored about 2 years ago
Require ronin-support ~> 1.0.

1b548242d9d62fc0b97a58e1b510ef2c3a96a11b authored about 2 years ago
No longer include `Ronin` into the top-level for the specs.

e3f2b943302baf5e689c46d15137303aa54f3c17 authored about 2 years ago
Added specs for the `ronin http` command.

dd4a30130c6f64310501454af3a5dfb75739d5b2 authored about 2 years ago
Added a `spec:integration` task for running full integration tests.

191378b199fedade5ad425022537f6070b529e36 authored about 2 years ago
Forgot to expose `@body` for the tests.

c5f26d90037a887ddb14b306c39ec09b6e056f68 authored about 2 years ago
Add a note about not causing `#read_body` to be called twice.

0b25a3c2584d1fb0f76566b722a9d1022d5d25cc authored about 2 years ago
Catch any exception within the method.

cc0445e5085a6d61500444199dd74cade8307c2a authored about 2 years ago
The request method needs to be given a block to avoid calling `read_body` twice.

e7ea16b6a1946183ad528ed4a5439b6a41302bab authored about 2 years ago
Require ronin-fuzzer 0.1.0.beta2.

f045384bce6e60616ca2c519aa2a6f3c4ab87bf9 authored about 2 years ago
Require ronin-web 1.0.0.beta4.

6506c0a21288398f54f04596aeb1639d9c070ee6 authored about 2 years ago
Require ronin-db 0.1.0.beta3.

0685e09cdd874888d8e0d7e928e404270a23ed89 authored about 2 years ago
Use the new `ronin/support/binary/unhexdump/parser`.

31e8da79ed9cd080475a923cb9d49ef8c5926f95 authored about 2 years ago
Require ronin-support 1.0.0.beta3.

2a88a69030c3e865f8b2bb26a961d81ff2b38337 authored about 2 years ago
Catch and print any connection errors and exit with an error code.

fba0af9f645b8b4276acc4a1b0f2c218b3b0e5db authored about 2 years ago
Use `stdout.write`.

37fb371cbd459061b0031a49644fb14b56be5b25 authored about 2 years ago
Always force the chunk to UTF-8 encoding for Rouge.

f66bfc3be30bae3846ad4b6e340d59e061f152c2 authored about 2 years ago
Added specs for `Ronin::CLI::Printing::SyntaxHighlighting`.

f284daf9ffd9e21e840bf4cff3f0482577d6b866 authored about 2 years ago
Version bump to 2.0.0.beta5.

53a92f92b54543bdc8dc1e68bb4110e5f5a46b20 authored about 2 years ago
Correctly handle when `syntax_lexer_for_content_type` is passed `nil`.

b9f8b4c279e77675f587cc99853bf76c0b22cd88 authored about 2 years ago
Fix typos in the README.

ae671ad6fafde3e9dd1a13ecf62e364ab2a1dcb7 authored about 2 years ago
Fixed a spelling mistake in the `ronin asn --country-code` option usage.

52068adc790d79d346c017124995767c9ef59abf authored about 2 years ago
Fix spelling mistakes in man pages.

243a5ffc48def817899c55a34e8de910940e295b authored about 2 years ago
Fixed markdown error.

29dab92ee6c5c83a60d9ed17d05508ab6c53f5c1 authored about 2 years ago
Fixed spelling mistakes in the documentation.

17c9ddacae1fa10e02e0c4eaee1c4ecbb17eb9ce authored about 2 years ago
Added missing specs for the `ronin new` man pages.

c187133c4d78c8144a53c4f85cf5b6780170c715 authored about 2 years ago
Removed unused require.

6d98a7f70190407ba2e9e9331b050d1091a25c19 authored about 2 years ago
Add a spec for the CLI's command_name.

210225a2967e4fff70adc1a6503e69b2e8a1f655 authored about 2 years ago
Add a spec for the CLI's version.

24e03ebc05482150f282a42b7fbfc1aa138639e4 authored about 2 years ago
Added specs for the CLI command_aliases.

d7bc5f1f89f5679f25ad6702615013851adc6e90 authored about 2 years ago
Add missing comment.

2fea3dab2526dbdef1a08be114abd39afaed79d5 authored about 2 years ago
Added specs for the commands man pages.

a2912d02b922700bf0f110cec70d53ac35958f3a authored about 2 years ago
Added a shared example for testing the man pages.

a45ded265fd2110353c8c775d5eba5de71b09d53 authored about 2 years ago
Added a missing comment.

b30f892559d320b8b4b9452c04b5792e87b1df26 authored about 2 years ago
Added an `EXAMPLES` section to the `ronin-unhexdump` man page.

0e06fecf83de825af80f1876d67d43847c4b6a89 authored about 2 years ago
Add missing `-f,--format` option from the `ronin-unhexdump` man page.

83efb5464fc68e6aae6ac954c1501122293862dc authored about 2 years ago