Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/ronin-rb/ronin-dorks
A Ruby library for Ronin that provides support for various Google (tm) Dorks functionality.
https://github.com/ronin-rb/ronin-dorks
Require 'ronin/spec/database'.
1242b536b8b7c60d824e11584acb52e84792ad95 authored over 14 years ago
1242b536b8b7c60d824e11584acb52e84792ad95 authored over 14 years ago
Bundle in the edge versions of dm-core and dm-migrations.
39ea4a490a18bb8e9401378c4b9bbaa8a423db59 authored over 14 years ago
39ea4a490a18bb8e9401378c4b9bbaa8a423db59 authored over 14 years ago
Updated the gemspec.
311a97a8feb9ef5ba85af980f35b2062ae060781 authored over 14 years ago
311a97a8feb9ef5ba85af980f35b2062ae060781 authored over 14 years ago
Upgraded to RSpec 2.0.0.beta.16.
24c8ce8e76cc78b172b81490effe28c421604022 authored over 14 years ago
24c8ce8e76cc78b172b81490effe28c421604022 authored over 14 years ago
Pull the Source Index over HTTPS.
85fb07766b530e878a53fcec3b8780aa7e0d7c93 authored over 14 years ago
85fb07766b530e878a53fcec3b8780aa7e0d7c93 authored over 14 years ago
Bundle gscraper 0.3.0 from rubygems.org.
60cbbed1c4bd1d59ec342f7c7d11bf40bfb1b7a0 authored over 14 years ago
60cbbed1c4bd1d59ec342f7c7d11bf40bfb1b7a0 authored over 14 years ago
Cleanup the Gemfile.
276abb1afc58c4a5c5114e7c56967adeb62f4ba9 authored over 14 years ago
276abb1afc58c4a5c5114e7c56967adeb62f4ba9 authored over 14 years ago
Link to the documentation for ronin-dorks.
87e5240be46e497159a33a4b6837b9da66abe958 authored over 14 years ago
87e5240be46e497159a33a4b6837b9da66abe958 authored over 14 years ago
Bundle dm-visualizer 0.1.0.
6bf82038cb140d9f2b2632c6951e6b0c12fedf95 authored over 14 years ago
6bf82038cb140d9f2b2632c6951e6b0c12fedf95 authored over 14 years ago
Use RUBY_PLATFORM in the Gemfile.
* Only JRuby provides RUBY_ENGINE.
2da30bc337ea2e65b008719b39fd8f9e47b4b6ff authored over 14 years ago
Updated the gemspec to not include the documentation dependencies.
3e6197f78806b087e02d4f010d989efd1aa37abc authored over 14 years ago
3e6197f78806b087e02d4f010d989efd1aa37abc authored over 14 years ago
Added the :doc group.
* This separates the doc dependencies from the development deps.
075896898b57e5adf9529b42a34da5be7b9d1aaa authored over 14 years ago
Added specs for enumerating over results in pages from a dork query.
7e3069a6af3edc2dc7b0cc445e08ccdba1f9e892 authored over 14 years ago
7e3069a6af3edc2dc7b0cc445e08ccdba1f9e892 authored over 14 years ago
Clean up.
67f8525feb9f857f816c203605b081bdfa0191a7 authored over 14 years ago
67f8525feb9f857f816c203605b081bdfa0191a7 authored over 14 years ago
Added specs for pausing between Pages.
a8e8d3811331b32a85efbb922aa007d1d169fa37 authored over 14 years ago
a8e8d3811331b32a85efbb922aa007d1d169fa37 authored over 14 years ago
Register dork queries using the Dork#dork method, and request dork queries using Dork#dork_query.
f7de05b15895349d0dc1bba87c8e88ec9d9e9c56 authored over 14 years ago
f7de05b15895349d0dc1bba87c8e88ec9d9e9c56 authored over 14 years ago
Use gscraper ~> 0.3.0 from GitHub.
44d9228b6ea93e9fc68fd6117a7662d5f06e0b2b authored over 14 years ago
44d9228b6ea93e9fc68fd6117a7662d5f06e0b2b authored over 14 years ago
Renamed Dork#new_query to Dork#dork, for obviousness.
d37606a3d20df12eb77ed1249158ea5a353b8c6d authored over 14 years ago
d37606a3d20df12eb77ed1249158ea5a353b8c6d authored over 14 years ago
Updated the links in the README.
247e0f3ee02be7935241892624eae33918cf9266 authored over 14 years ago
247e0f3ee02be7935241892624eae33918cf9266 authored over 14 years ago
Default normalize_result in GoogleDork, to handle converting GScraper::Search::Result objects to URIs.
f74ecfaa0877d5a3229d577b79eaa06aa5818844 authored over 14 years ago
f74ecfaa0877d5a3229d577b79eaa06aa5818844 authored over 14 years ago
Updated the gemspec.
97e713d0590414225a2439746b2368eb49a4dac7 authored over 14 years ago
97e713d0590414225a2439746b2368eb49a4dac7 authored over 14 years ago
Added Ronin::Dorks::GoogleDork.
93c79cdaf34d5b07e7ad8ab8a81c8efe9328ffa5 authored over 14 years ago
93c79cdaf34d5b07e7ad8ab8a81c8efe9328ffa5 authored over 14 years ago
Added specs for the default state of Ronin::Dorks::Dork.
4bcc40f49b6f988349e6795b8406f71e4cb52805 authored over 14 years ago
4bcc40f49b6f988349e6795b8406f71e4cb52805 authored over 14 years ago
Moved dorks_spec.rb into spec/dorks/.
e09b87ec03ace015ee4855cea6b9148cce9fe16d authored over 14 years ago
e09b87ec03ace015ee4855cea6b9148cce9fe16d authored over 14 years ago
Moved the pausing-between-pages logic into Dork#scan.
a6ef972323f726508933d44a05ef20c6e2c02bdb authored over 14 years ago
a6ef972323f726508933d44a05ef20c6e2c02bdb authored over 14 years ago
Contextify Ronin::Dorks::Dork as 'ronin_dork'.
be6678e792981ab928180a0a267b87a190d54466 authored over 14 years ago
be6678e792981ab928180a0a267b87a190d54466 authored over 14 years ago
Require 'ronin/network/http' for Ronin::Dorks::Dork.
d84728101179b5efa261e14941e7d4777dcecedf authored over 14 years ago
d84728101179b5efa261e14941e7d4777dcecedf authored over 14 years ago
Added the new_query, each_page, each_url and scan methods to Ronin::Dorks::Dork.
5619d805061bee408f9bf96611d3b9d53cc81ac6 authored over 14 years ago
5619d805061bee408f9bf96611d3b9d53cc81ac6 authored over 14 years ago
Version bump.
bcb8be7968c6fe5017fd60484559ca38617d3a18 authored over 14 years ago
bcb8be7968c6fe5017fd60484559ca38617d3a18 authored over 14 years ago
Have Ronin::Dorks::Dork inherit from Ronin::Scanners::URLScanner.
* Add a dependency for ronin-support.
7b0aea5dc7a5261b187be154d646b6533a503d84 authored over 14 years ago
Require 'spec_helper' at the beginning of every spec file.
b58c1380a0924a65440fa8eee9d9fa8a219c0f80 authored almost 15 years ago
b58c1380a0924a65440fa8eee9d9fa8a219c0f80 authored almost 15 years ago
Require 'ronin/dorks/version' for the Ronin constant.
8c48addaae8182e24ac3a5d5da24f32d18f6a9ee authored almost 15 years ago
8c48addaae8182e24ac3a5d5da24f32d18f6a9ee authored almost 15 years ago
Load the :runtime and :test bundles in spec/spec_helper.
* Only load the :development bundle in the Rakefile.
* Add rspec to both the :development and :t...
Single quoted strings.
e0e5833dca5f75fb12dd7eac62ee3ad69677480e authored almost 15 years ago
e0e5833dca5f75fb12dd7eac62ee3ad69677480e authored almost 15 years ago
Move bundler into the development group.
29489cdac53601bfd601035828ef20b904d519cd authored almost 15 years ago
29489cdac53601bfd601035828ef20b904d519cd authored almost 15 years ago
Updated the gemspec.
50f51af83c3da3c79652c2b4ce59d892abb87610 authored almost 15 years ago
50f51af83c3da3c79652c2b4ce59d892abb87610 authored almost 15 years ago
Bundle ronin ~> 0.4.0 from the GitHub repository.
4339d69c73ed21fafbb7076e3535024ba3393ede authored almost 15 years ago
4339d69c73ed21fafbb7076e3535024ba3393ede authored almost 15 years ago
Bundle all dependencies using Bundler and bundle in edge Jeweler.
301b53cc17526ec8c0dcc8ee979e6511be64c20e authored almost 15 years ago
301b53cc17526ec8c0dcc8ee979e6511be64c20e authored almost 15 years ago
Added a gemspec.
fdd1a3025f3c0f62be8829f47ffb98752c38cf0b authored almost 15 years ago
fdd1a3025f3c0f62be8829f47ffb98752c38cf0b authored almost 15 years ago
Require ronin ~> 0.4.0.
92c2aaa9477fe6400abcd543be19b3b17957149f authored almost 15 years ago
92c2aaa9477fe6400abcd543be19b3b17957149f authored almost 15 years ago
Lock in version dependencies using ~>.
d21293f4beadc26636e53ddca3b97c861b9889d5 authored almost 15 years ago
d21293f4beadc26636e53ddca3b97c861b9889d5 authored almost 15 years ago
Migrated ronin-dorks off of Hoe and onto Jeweler.
067a0aa0e45c3cd91c4a28c07030abe5af2a1105 authored almost 15 years ago
067a0aa0e45c3cd91c4a28c07030abe5af2a1105 authored almost 15 years ago
Set the remote_yard_dir.
8f98cedfff9d124708fb126a3fa695dd0b77bb41 authored almost 15 years ago
8f98cedfff9d124708fb126a3fa695dd0b77bb41 authored almost 15 years ago
Updated the copyright dates.
b1f952e36a0e9d6eb06f41add6f78b54510c98ce authored almost 15 years ago
b1f952e36a0e9d6eb06f41add6f78b54510c98ce authored almost 15 years ago
Added some missing YARD docs.
081bc5a39edd6e01a4788ae73dfb8c19b4b72e0f authored almost 15 years ago
081bc5a39edd6e01a4788ae73dfb8c19b4b72e0f authored almost 15 years ago
Switched the YARD markup formatting to markdown.
a3ecf577ba6a185d3a3548d841b2f6b13d184510 authored almost 15 years ago
a3ecf577ba6a185d3a3548d841b2f6b13d184510 authored almost 15 years ago
Require rspec >= 1.3.0.
12a60d7b7fe36ee8012036c5e257f6d271eebf00 authored about 15 years ago
12a60d7b7fe36ee8012036c5e257f6d271eebf00 authored about 15 years ago
Require yard >= 0.5.3.
6e1e1d99d08b574c7e5b9495c70e8145609eac3b authored about 15 years ago
6e1e1d99d08b574c7e5b9495c70e8145609eac3b authored about 15 years ago
Use the hoe-yard plugin.
74ba544446ff78b68bbdcebc1b80d767b87bb696 authored about 15 years ago
74ba544446ff78b68bbdcebc1b80d767b87bb696 authored about 15 years ago
Use Hoe's builtin rspec task.
f8793c8ab00f726e0d1eee4fe9dcae7707a7b411 authored about 15 years ago
f8793c8ab00f726e0d1eee4fe9dcae7707a7b411 authored about 15 years ago
Renamed History.txt, README.txt to History.rdoc, README.rdoc, respectively.
0af9da468f4dcc23beb91fac98a9995a34ee1162 authored about 15 years ago
0af9da468f4dcc23beb91fac98a9995a34ee1162 authored about 15 years ago
Added COPYING.txt to the Manifest.
e4db4f3f4566b021b219a34a5947d6ca7e67349d authored about 15 years ago
e4db4f3f4566b021b219a34a5947d6ca7e67349d authored about 15 years ago
Use the new 'yard' task.
b42edecdb05cbdc8024ac70aecad2a82ebc2cadd authored about 15 years ago
b42edecdb05cbdc8024ac70aecad2a82ebc2cadd authored about 15 years ago
Require yard >= 0.4.0.
9f7eeb8a92a46a1973155e618eb3b06d681e9841 authored about 15 years ago
9f7eeb8a92a46a1973155e618eb3b06d681e9841 authored about 15 years ago
Added a Database spec helper.
67e330179b9670b8b33784f5c9376a3c5dd1f3d0 authored about 15 years ago
67e330179b9670b8b33784f5c9376a3c5dd1f3d0 authored about 15 years ago
Updated the list of URLs in the README file.
6cbc0e06def7a2be63b59887a4f5d098c115fb2a authored over 15 years ago
6cbc0e06def7a2be63b59887a4f5d098c115fb2a authored over 15 years ago
Added the --quiet option to the yard task.
ff827b00c95fd5eba7d94c0636dd9eec2c18ada7 authored over 15 years ago
ff827b00c95fd5eba7d94c0636dd9eec2c18ada7 authored over 15 years ago
Added a note about requiring YARD >= 0.2.3.5.
155eba949e522c58bc0fcce36a0a37d96c485cbe authored over 15 years ago
155eba949e522c58bc0fcce36a0a37d96c485cbe authored over 15 years ago
Uncapitalize gem names.
491c164bb29184fb741462e9317a16c454a57d96 authored over 15 years ago
491c164bb29184fb741462e9317a16c454a57d96 authored over 15 years ago
Updated the History file for ronin-dorks 0.1.3.
734a9057b11ae07396f03b246d584b0c0a61d767 authored over 15 years ago
734a9057b11ae07396f03b246d584b0c0a61d767 authored over 15 years ago
Require RSpec >= 1.2.8.
1e2cbbdd938adca02c57b407e5d8bfdeb4cbc729 authored over 15 years ago
1e2cbbdd938adca02c57b407e5d8bfdeb4cbc729 authored over 15 years ago
Version bump.
09f09274e03f0650a29f542b44c54a55c14f5b9f authored over 15 years ago
09f09274e03f0650a29f542b44c54a55c14f5b9f authored over 15 years ago
Updated the Requirements section.
3b06f16adea612e448cb2f72593b68bf0ecd1241 authored over 15 years ago
3b06f16adea612e448cb2f72593b68bf0ecd1241 authored over 15 years ago
Require ronin >= 0.3.0.
a620a49776d0b4a0f95b576ea755b428e6dabc0e authored over 15 years ago
a620a49776d0b4a0f95b576ea755b428e6dabc0e authored over 15 years ago
Drop dependency on ronin-web.
9277d881f9effdb4d4679e881d4fccd4f3896a90 authored over 15 years ago
9277d881f9effdb4d4679e881d4fccd4f3896a90 authored over 15 years ago
Don't require 'ronin/web/web'.
06db148ae6e3cc683d38e947a6de0005ed1447c2 authored over 15 years ago
06db148ae6e3cc683d38e947a6de0005ed1447c2 authored over 15 years ago
Indent the Synopsis example.
02bc7c459d047a3c6b698db8c7908da9ed204b53 authored over 15 years ago
02bc7c459d047a3c6b698db8c7908da9ed204b53 authored over 15 years ago
Removed duplicate Synopsis section.
0b1cc8b536fb034f19559bc8e209e1359775c47f authored over 15 years ago
0b1cc8b536fb034f19559bc8e209e1359775c47f authored over 15 years ago
Second thought, just alias the test task to spec.
3554cbfb71a715ea7d09760d8352cb141a3a3c9c authored over 15 years ago
3554cbfb71a715ea7d09760d8352cb141a3a3c9c authored over 15 years ago
Delete Hoe's test task.
ab9cbd274e21d7456b53a109dbed3de6aff59628 authored over 15 years ago
ab9cbd274e21d7456b53a109dbed3de6aff59628 authored over 15 years ago
Added yard >= 0.2.3.5 to the extra_dev_deps.
7d5d624f0f6887a12ced2524fc09ef0431b8467d authored over 15 years ago
7d5d624f0f6887a12ced2524fc09ef0431b8467d authored over 15 years ago
Added rspec >= 1.1.12 to the extra_dev_deps.
a9076b6a89e1ac8431bb9f0dd9d8cb3a4661a78f authored over 15 years ago
a9076b6a89e1ac8431bb9f0dd9d8cb3a4661a78f authored over 15 years ago
Updated the 3-point project description.
81b4ae81f70275bd880b64bc14864e14b887a2d2 authored over 15 years ago
81b4ae81f70275bd880b64bc14864e14b887a2d2 authored over 15 years ago
Call #start to run a command.
603d3e7a40e10a33b3c5903eb7873de1719ee381 authored over 15 years ago
603d3e7a40e10a33b3c5903eb7873de1719ee381 authored over 15 years ago
Forgot to add 'tasks/yard.rb' to the Manifest.
80ff3d8b2b8b94239bda21e0f3e514f17dc82d72 authored over 15 years ago
80ff3d8b2b8b94239bda21e0f3e514f17dc82d72 authored over 15 years ago
Removed the -- and ++ syntax required by RDoc.
15e820416556efeba3c149b99143c781242e5e53 authored over 15 years ago
15e820416556efeba3c149b99143c781242e5e53 authored over 15 years ago
Removed the double pound-sign needed by RDoc.
f7e928278c6e80fe2d654cce168e4d5b7a4e0328 authored over 15 years ago
f7e928278c6e80fe2d654cce168e4d5b7a4e0328 authored over 15 years ago
Added the YARD documentation generation task.
9f71aa1a6abfd82e6591c2befa177147c190940a authored over 15 years ago
9f71aa1a6abfd82e6591c2befa177147c190940a authored over 15 years ago
Fixed license header.
2066475189ff4ff8a99d217754253544ea9c9fad authored over 15 years ago
2066475189ff4ff8a99d217754253544ea9c9fad authored over 15 years ago
Fix typoed method name.
e5e56711e7bb45ae4fb8ccd82e5658f797cab6c8 authored over 15 years ago
e5e56711e7bb45ae4fb8ccd82e5658f797cab6c8 authored over 15 years ago
Forgot to mention the new intitle dork methods.
4bc6fd63c8d9bc508b399993e9a58ebf95352e71 authored over 15 years ago
4bc6fd63c8d9bc508b399993e9a58ebf95352e71 authored over 15 years ago
Added examples to the README.
891765d68b317e059eebbb596967488d51a68949 authored over 15 years ago
891765d68b317e059eebbb596967488d51a68949 authored over 15 years ago
Require ronin >= 0.2.4.
7cb9611d981b8c6f33350e1951e3084d73321b0d authored over 15 years ago
7cb9611d981b8c6f33350e1951e3084d73321b0d authored over 15 years ago
Updated the Requirements section.
ce8259d258c3b9bdc5ab56ff7889701659cfca6a authored over 15 years ago
ce8259d258c3b9bdc5ab56ff7889701659cfca6a authored over 15 years ago
Updated the History file for ronin-dorks 0.1.2.
69a7773c249b9b39fe70b67bb4c7ae8b0f29ce80 authored over 15 years ago
69a7773c249b9b39fe70b67bb4c7ae8b0f29ce80 authored over 15 years ago
No need to require version.rb, Hoe 2.2.0 can infer it from the Manifest.
6ec19d8919b1de2d3207093de5febaa3f9766021 authored over 15 years ago
6ec19d8919b1de2d3207093de5febaa3f9766021 authored over 15 years ago
Added intitle convenience methods.
892d4c5f996b6330bb78192383d7fbf7864461b0 authored over 15 years ago
892d4c5f996b6330bb78192383d7fbf7864461b0 authored over 15 years ago
Hoe.spec uses instance_eval.
9717a8dcf11b9bb2f2ac20067cedaad7d56dfc85 authored over 15 years ago
9717a8dcf11b9bb2f2ac20067cedaad7d56dfc85 authored over 15 years ago
Style.
8be49e4fb36d0931f9f4670a1902591710e0ea3a authored over 15 years ago
8be49e4fb36d0931f9f4670a1902591710e0ea3a authored over 15 years ago
Added Dorks.intext, Dorks.allintext, Dorks.string_intext and Dorks.all_strings_intext.
89ba29d53ac761d5ad041320db7e579472c10380 authored over 15 years ago
89ba29d53ac761d5ad041320db7e579472c10380 authored over 15 years ago
Require 'hoe/signing' for signed releases.
57b25a588cee23f8aeaf0e6027f422089c7b2d82 authored over 15 years ago
57b25a588cee23f8aeaf0e6027f422089c7b2d82 authored over 15 years ago
Use Hoe.spec.
96a20801d96243f98f32997112f1060a9f3adad7 authored over 15 years ago
96a20801d96243f98f32997112f1060a9f3adad7 authored over 15 years ago
Renamed ronin/web/dorks/docs.rb to ronin/web/dorks/documents.rb.
78bd711b8db23ffe2d56b710d9ba1c5b50f824d3 authored almost 16 years ago
78bd711b8db23ffe2d56b710d9ba1c5b50f824d3 authored almost 16 years ago
Updated the Manifest.
70a154bb0e64957c07d0f4e98fde0eacc1abd73c authored almost 16 years ago
70a154bb0e64957c07d0f4e98fde0eacc1abd73c authored almost 16 years ago
Replaced the dorks.rb.
1330b52e9a535f513af9e2aab44e0616f29725c6 authored almost 16 years ago
1330b52e9a535f513af9e2aab44e0616f29725c6 authored almost 16 years ago
Moved dorks.rb into the dorks/ directory.
8facf7692f799a34f94e3f5cd0bca84864e99328 authored almost 16 years ago
8facf7692f799a34f94e3f5cd0bca84864e99328 authored almost 16 years ago
Splitting dorks out into separate files.
73d1ba7e6ba99a029d28cc0d9261698201d08727 authored almost 16 years ago
73d1ba7e6ba99a029d28cc0d9261698201d08727 authored almost 16 years ago
Documentation formatting.
3c8df58053635c5415ab6c8854603bf02bca1c33 authored almost 16 years ago
3c8df58053635c5415ab6c8854603bf02bca1c33 authored almost 16 years ago
Added documentation for Dorks.search.
389d2ab4c8389bca7de2850bc73f7661657a59b1 authored almost 16 years ago
389d2ab4c8389bca7de2850bc73f7661657a59b1 authored almost 16 years ago
Require the latest Ronin and Ronin Web libraries.
f42193bccfd5b85ee21e83a8fbe5d869be8e5039 authored almost 16 years ago
f42193bccfd5b85ee21e83a8fbe5d869be8e5039 authored almost 16 years ago