Ecosyste.ms: OpenCollective

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

github.com/ronin-rb/ronin-masscan

A Ruby library and CLI for working with masscan.
https://github.com/ronin-rb/ronin-masscan

Make rubocop happy.

3ea585d772db5e5fdf751440c79539fe5a374c04 authored 11 months ago
Fix the output formatting of `ronin-masscan print` to include banner data.

c85702c8f97c98d865fb8bfb310d1d865da910f3 authored 11 months ago
Renamed `filter_targets*` methods to `filter_records*`.

b3de5e686839ba73bb0b356818a1505e15f1c1a9 authored 11 months ago
Check if the record is a `Masscan::Banner` in banner-specific filter methods.

5859a3ffb1b11970a8e73e1fdbd5143084b92de1 authored 11 months ago
Document missing options for `ronin-masscan print`.

841a6bbae9be1c6cfcc75569d7ffd99043b4c0dc authored 12 months ago
Use better local variables.

098f1babfdd83d562ab03c4b5b06a24661fae9d4 authored 12 months ago
DRY up `Converters::CSV` and `Converters::JSON` specs.

877815f9f7ffd595dce53b7d568348b943524e69 authored 12 months ago
Add specs for `Masscan.scan` (#21)

9dbb82abd145d31fb8b39c083eb356d1b0a72143 authored 12 months ago
Add spec for `Converters::CSV` (#19)

4671320cf379f1545bb9157303d10d8f8d9deafe authored 12 months ago
Add spec for `Converters::JSON` (#18)

dea3d33a6a62516018a4eb135e641d2a67adec3b authored 12 months ago
Specify tempfile extension

9277554b33c6dd9d10a99aad079895a3ab38a081 authored 12 months ago
Fix `Masscan.scan` output file path

17ed88a02161ae3035d8843ddfb3c26cc98269f9 authored 12 months ago
Fix typo in `Masscan.scan`. (feat @AI-Mozi).

* Use the `CommandMapper::Command#run_command` method, not `.run`.

dc22b90ca72cd1fff0be3250ab47a5df9ab28f82 authored 12 months ago
Improve `Importer` specs (issue #13).

* Run the `destroy_all` method calls after every spec.
* Try to keep code within 80 columns.
* T...

12ae406671e0ea164b72a257ebe4226175f055d4 authored 12 months ago
Add spec for `Importer` (#13)

e083f445ca47a8c8135944efe39bbc0d3a867ba0 authored 12 months ago
Change behaviour of an `output` argument in `Converter`, `Converter::JSON` and `Converter::CSV` `.convert` methods (#16)

ca8cb0e99401f61eea6342e478034ad83f599290 authored 12 months ago
Added jruby-specific dependencies for `ronin-db`.

2f7dcb52d9dfa67a7ab9c2bb5ee86f50f35eda68 authored 12 months ago
Change `.convert` output argument default value (#15)

aaa15f2aaff8bab488cd2c06b169b0b12b075251 authored 12 months ago
Updated the copyright years.

835827cbccc1d5b2b6c561cd785973c2af20f9b0 authored about 1 year ago
Forgot to commit `CLI::PortsList`.

653e87ebd1d6fcb35c0321e6bfbe53c3bb80ceeb authored about 1 year ago
Added the `ronin-masscan print` command (closes #12).

8feab78cd2d25e719523e52d58672a7be3846c71 authored about 1 year ago
Rescue when the masscan scan file format cannot be infered.

2b7a6cc9fdfdac686f9c298fdd69bd8ef744886d authored about 1 year ago
Fixed copy/pasted YARD documentation for the `ronin-masscan dump` command.

6118f327a11c778a6cb34084f72c03bef8d4d33a authored about 1 year ago
Fixed the man page header titles.

d8575e18ca2f9db6c4d4be9e6edd771c8e2963e1 authored about 1 year ago
Fix copy/pasted man page.

da956d7bf29d7f8ff66a63e96af8828568091d17 authored about 1 year ago
Added the `completion` command to the Synopsis section.

8b44617be4c3f81ff9bede94b8efaa0d389e0281 authored about 1 year ago
Added the `ronin-masscan completion` command (closes #11).

f18a80522cd4d9d6e180e1bc52c0d08866766b13 authored about 1 year ago
Added RSpec examples for testing a command's man page.

4fc6447ef34e3da76bc7c3e277e7316117322ed8 authored about 1 year ago
Aded `command_kit-completion` (issue #11).

6463360d22fa1d60d71f4b58bdab57be0f147e51 authored about 1 year ago
Add truffleruby to the CI matrix.

f64471392c37ae47f5bc7b5ed7e15ab8cd247133 authored about 1 year ago
Add ruby-3.3 to the CI matrix.

92368962df662b48c711e0219e4e8e987f941078 authored about 1 year ago
Renamed `ronin-masscan targets` to `ronin-masscan dump` (closes #10).

3933043599de2a5b3edd6f3c3eaed1aa5490233d authored about 1 year ago
Added the missing `man/ronin-masscan.1.md` man page (closes #9).

b03b9bc405737f0a9e809de1c448fe4a9568d20c authored about 1 year ago
Remove extra space.

d00eed3d5c35d23c62a524de94968fc1a200e862 authored about 1 year ago
Added `NAME` sections to all man pages (closes #8).

0b7f0c88fadc0313f0ecb70df524a9f0efdf36cc authored about 1 year ago
Added missing `description` to the `ronin-masscan import` command.

ac9cd8d375030359754c3df90e1efa8fbadaa8e0 authored about 1 year ago
Prefix example commands with a `$` to indicate that they are shell commands.

5910e3ebefb2bc1d628e820fc62597b12253ff91 authored about 1 year ago
Updated to `kramdown-man` 1.0.0 (closes #7)

edb5f7d2199caf9aa03cbe225ef04048196919db authored about 1 year ago
Added new `--db-file` options from `ronin-db` to the man pages.

29f899d361860c8d324ae24f42ae0a9609df5e68 authored about 1 year ago
Added the `--input-format` option to `ronin-masscan convert` (closes #4).

281a0d0b0c491b458b2086a88b483399e986de59 authored about 1 year ago
Added missing `@param` tag for `format:`.

b8fee467fe2566230ea714d50514a30771e9857e authored about 1 year ago
Fix various YARD warnings.

817e24d26f3c639b867f42a34f9ec009fc2662bd authored about 1 year ago
There is no `Masscan::OutputFile.open` method.

faad5df68ef3b150d1dab3136a44fe2d0bcea592 authored about 1 year ago
`ronin/masscan/importer` already requires `ronin/db`.

a45c0dd47842507e94eeda369e6581ccedd0a65f authored about 1 year ago
Make `Ronin::Masscan::Importer` public.

3a748749d32d4c9a29ceb29d33f773a128b56e39 authored about 1 year ago
Added `Ronin::Masscan.parse`.

d3f56e6cf3750d656ff40de4e6e34130fb8e2ebf authored about 1 year ago
Added `Ronin::Masscan.scan`.

15b69feb9e1726003f42383406fab67cf06d2c7c authored about 1 year ago
Added fixture masscan files.

fe5d921ab7c51f57c7b5bb2b684e5ee8a30e61fa authored about 1 year ago
Removed unnecessary constant prefix.

3415e220b34ed89d2224929f41e076ec22276057 authored about 1 year ago
Removed unused `attr_reader`.

3d655d81a1418c1ece39d5560ac8e16d289269c0 authored about 1 year ago
Bump the `actions/checkout` action to `v4`.

c5092d6020a6d1b8b88dcfe851e2626ed19cce5e authored over 1 year ago
Removed the Twitter account link.

1fb5459ee7557f87c65019546eb085be7e205039 authored over 1 year ago
Add `masscan` as an external dependency.

5f0636e1c5e92a0b3e755e8a0e2468482d2fb0d8 authored over 1 year ago
Enable the new ASCII art banner.

9f7995c884400ba67203dec82f053fc65d5f8134 authored over 1 year ago
Switched to `ronin-core` ~> 0.2.

89e642b50f331b6f96f9ece8c495762e0930953f authored over 1 year ago
Exclude the man-pages from the docs.

e48b4d8f9290210c720cfbab5073266d0042659c authored over 1 year ago
Use single quotes.

7ad26e0f08df71829e3c4e1a5f9de42b34af9666 authored over 1 year ago
Add `ronin-masscan --help` output to the Synopsis section.

a22096cb91d40086624959db4360cf1590b38f1f authored over 1 year ago
Added the `ronin-masscan scan` command (closes #2).

ca8b8e1dd09212d052d7ea7abb8ed47868075cf0 authored over 1 year ago
Add the `-P,--protocol tcp|udp` option to `ronin-masscan targets`.

c6afe4471594589c67bd108b3d74e84306e788a3 authored almost 2 years ago
Added the `ronin-masscan targets` command (closes #5).

b328b147a462b11b85da8cd5d553aa439889348c authored almost 2 years ago
Added man pages for `convert` and `import` commands.

df6629c9c94377f8011bbb9ae6cb678248fd0d9c authored almost 2 years ago
Initial commit.

9efd53bca383d67bccca5369e25d6d8777862efa authored almost 2 years ago