Ecosyste.ms: OpenCollective

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

github.com/ronin-rb/ronin-recon

A micro-framework and tool for performing reconnaissance.
https://github.com/ronin-rb/ronin-recon

Fixed a typo.

8aca84ced8c7dafa04ed412d61e19d75c7061831 authored almost 2 years ago
Added `Value#to_s` as a placeholder.

93c836571a31488c0e0b1cba274d67c0d7843265 authored almost 2 years ago
Added `Values::Wildcard#as_json`.

f2e33ec5f97ae178e438ae94e586ed549400d283 authored almost 2 years ago
Added `Values::Website#as_json`.

31b5ea5506b268e813e35580b762ee9733abf119 authored almost 2 years ago
Added `Values::OpenPort#as_json`.

7a3ac8649c4b289724acf7a7fe3deb36a8651aa1 authored almost 2 years ago
Added `Values::IPRange#as_json`.

f45d927a26338e13fb7e65c5d5e66adcbb401ea3 authored almost 2 years ago
Added `Values::IP#as_json`.

9dfc729881178b5b6fc7f1475558302189090ee8 authored almost 2 years ago
Added `Values::Nameserver#as_json`.

0de8e2ce664d969c1ad8b3131c65355bccefafc4 authored almost 2 years ago
Added `Values::Mailserver#as_json`.

6fb84a07c4703abffcae47c85c5cbc55c9da01e5 authored almost 2 years ago
Added `Values::Domain#as_json`.

536ca7cc3be80452b88a86245338cf9e284d2e80 authored almost 2 years ago
Added `Values::Host#as_json`.

a76e6ee1ab7fbf191b70af6d9dad95fa4c02b797 authored almost 2 years ago
Added `Values::URL#as_json`.

d6853749f92366129966c0b5a074cb5fe2834ac5 authored almost 2 years ago
Added `Value#as_json` and `Value#to_json`.

b4cc86a05df4d036c847cac7fa63873af48689ab authored almost 2 years ago
Removed `Value.value_type`.

79f1cc3b2528d59b2088cd0d074b7f58a5d8a208 authored almost 2 years ago
Changed `Values::URL` to store a parsed `URI` object.

732d0fe7cabd03d31f9d83308073600be563c3bf authored almost 2 years ago
URI escape the word from the directory name wordlist.

2294446921b39b172d51d4d57180843eed3e8f99 authored almost 2 years ago
Use `Ronin::DB::Service.find_or_import`.

3516d26007dfe3f7cabf7078a7e39fddb2f18858 authored almost 2 years ago
Switch to `ronin-db-activerecord` 0.2.0 branch.

30693f1d2b5a9ee4450cde0591ab4bc8498cf8ad authored almost 2 years ago
Added the `--import` option to the `ronin-recon run` command (closes #21).

afcf2c8981e40aa1beed2daeb1f10e7bf0c71491 authored almost 2 years ago
Added the `Ronin::Recon::Importer` module (closes #19).

ca36bb3a4544710fe7937e70f6d5c8fc9687e640 authored almost 2 years ago
Changed `OpenPort` to only store the IP address String.

4561c1e1a508b75e08e577909bdbf66fdea2d262 authored almost 2 years ago
Populate `OpenPort#service`.

87fcf9dea2cf61d3d7ddb691aa355d910e694c3a authored almost 2 years ago
Allow `OpenPort#service` to be a String.

e320b58e5e2bed6fd32ce25248d5cd45c5b5747a authored almost 2 years ago
Added more features.

80038a32c5e21a836707aed3f9c896add542632c authored almost 2 years ago
Add a note about running `nmap` and `masscan` without capabilities.

9fab48a1afd8e556c351d7762ea997d131056766 authored almost 2 years ago
Updated the list of default available workers.

c85c7cf78cb9f95a53cdd6c0c5ee93e915b7e2c6 authored almost 2 years ago
Updated the default `max_depth` to `3`.

2e1af94bc9a0577525b29de5f23d9c81f7c3afc4 authored almost 2 years ago
Remove the `Workers` namespace.

edeedf698d7e5026e85dc42bd63bb2cd523ecd69 authored almost 2 years ago
Added the `Ronin::Recon::Web::DirEnum` worker class (closes #18).

e950c09988eb98d399a0f56806978f389842e44b authored almost 2 years ago
Fixed a class description.

e0c05cb7f0cdc6373153dd3b28803bfce50e4224 authored almost 2 years ago
Added `async-http` as a dependency.

d326535f5bd48ada55dac329e976415dbd1dcad0 authored almost 2 years ago
Added the `DNS::SubdomainEnum` worker class (closes #7).

a3dc68404313ffdc6f91ffee088f286629a0e107 authored almost 2 years ago
Added the `--param` option to the `ronin-recon test` command (closes #13).

27c797f63b5668ad538aa4057fff9ddd33dc03e6 authored almost 2 years ago
Emphasis that the value is new.

b18f9548644af89555fcfc42defcceb9ca55b36e authored almost 2 years ago
Rescue `Async::DNS::ResolutionFailure` and return an empty Array.

8f9dfd0c3fc18bba98702fc92f049591a3f8561d authored almost 2 years ago
Added `wordlist` as a dependency.

fdb358ad86cd62483a0890b745b7d867025256fe authored almost 2 years ago
Forgot to add `async-dns` and `async-io` to the Requirements section.

a04ad8199e14b69f30ae66ed1a472d739a2cb44e authored almost 2 years ago
Added the `Ronin::Recon::Web::Spider` worker (closes #9).

211096b190bbe78d9467c1fd4ef3b0c4be717515 authored almost 2 years ago
Indicate the protocol of the `OpenPort` value.

9756f8c4d41de232b0c2c060b6db413e20914b55 authored almost 2 years ago
Added `ronin-web-spider` as a dependency.

bec5791814fc818b4c29e7d46c7efb763fb31a27 authored almost 2 years ago
Added the `Ronin::Recon::WebWorker` class.

ed6bc33a08e08206067fa4794e51d8e9c100b684 authored almost 2 years ago
Added the `IPRangeEnum` worker class (closes #16).

ad6220b346857b78eb0ecdff41ab0726b9c4a6d2 authored almost 2 years ago
Added a `ServiceScan` worker class (closes #8).

5b47a8f16b9f009d7eafedcbdb2131e69da23f39 authored almost 2 years ago
Omit port if it's a default port for https:// and http:// websites.

c3bd15483428ddaf0cfb314cf38b1bf9618b2f69 authored almost 2 years ago
Added `ronin-masscan` as a dependency.

f56281f2ef7cb45dbfd070cb6e65280bc2b1b658 authored almost 2 years ago
Remove `OpenPort#to_ary` as that messes with `yield`.

bcaad9fd52ed2e940d6605cf3e8a9e11341f2efb authored almost 2 years ago
Forgot to require `async` for `Worker.run`.

591effadcf9e7ef167758e2eb2fb998357734532 authored almost 2 years ago
Added `ronin-nmap` as a dependency.

529ced73e8d27bf6722140d5ec2712c1e971ca0c authored almost 2 years ago
Add a `--debug` option to `ronin-recon run` and `ronin-recon test` (closes #12).

33de2b3cc2467b4844ae55494c8445b28f20476d authored almost 2 years ago
Require all builtin workers in `ronin/recon/builtin`.

f6850ac65e6039a19d5f7064580a3fdab9f44f3a authored almost 2 years ago
Updated the Synopsis section.

fd5e1a85d5c8af58a730446900b82fc096e9bd5b authored almost 2 years ago
Removed the `ronin/recon/builtin/dns` file.

38c26b5a623e28daa6287d038889b7f947bdcabc authored almost 2 years ago
forgot to add the `ronin-recon workers` command.

5f692183b1740b882bb0c28ebdb0da484bb341a6 authored almost 2 years ago
Fix man page references.

41d82bac7b8fc366d54735e74aa4ed4fa839e18b authored almost 2 years ago
Added the `ronin-recon run` command (closes #2).

122c824605394274246d84a4f95efb567738c414 authored almost 2 years ago
Added the `ronin-recon test` command (closes #11).

5384d6b3bef67ed180daec30e1365d45b94e3a40 authored almost 2 years ago
Added the `ronin-recon worker` command (closes #4).

accd3f8abca72f9c51fae7c2b14070ef5f5e8f7a authored almost 2 years ago
Added `Ronin::Recon::CLI::WorkerCommand`.

bdd088bf79749643796021d401009222347254c2 authored almost 2 years ago
Added the `Ronin::Recon::CLI::WorkerMethods` module.

2ea8adf7645ddd00f76033628c507a43614def37 authored almost 2 years ago
Added `Ronin::Recon::CLI::WorkerMethods` for loading worker classes.

4a2d5a04db1145166af1eaade30b896665bf0b18 authored almost 2 years ago
Added `Ronin::Recon::CLI::Printing` (closes #6).

f8703a4c7d153926832bd45bbf7748cbf7e064ff authored almost 2 years ago
Register recon worker classes directly under `Ronin::Recon`.

a2a1b032d1735732e581777b14fe08230e4ef1e4 authored almost 2 years ago
Added `summary` and `description` method to built-in workers.

3337048b0c8d0feb9b32c0e4882f986e99edb9b6 authored almost 2 years ago
Forgot to require `ronin/recon/values/website`.

53f7cd9f93eee27fd1c958914dbeb7f9a2fe7810 authored almost 2 years ago
Added the `ronin-recon workers` command (closes #3).

80d23af5004f95822c1a0cbdbbcf1ef3c39c37af authored almost 2 years ago
Add GitHub Actions.

02584019e38652b12362748307f93b047a9c8021 authored almost 2 years ago
Initial commit.

723b2509fc6eea0116c54dc6249b69a7cac4798e authored almost 2 years ago