Ecosyste.ms: OpenCollective

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

Ronin

Developing Ronin, a Free and Open Source Ruby Toolkit for Security Research and Development.
Collective - Host: opensource - https://opencollective.com/ronin-rb - Website: https://ronin-rb.dev/ - Code: https://github.com/ronin-rb/

* Forgot this load file.

github.com/ronin-rb/ronin - ad321f549130828cd329d31ae914efbc62db7275 authored over 17 years ago by postmodern <[email protected]>
* Fixed various incorrect paths and typos.

github.com/ronin-rb/ronin - ae96127f5be2d5fa76eb8ee6b0d926da50c8c666 authored over 17 years ago by postmodern <[email protected]>
* Moved parameter into the public section.

github.com/ronin-rb/ronin - 5152b7c793f1cc3ca2e8cbb5d07487511bbfe615 authored over 17 years ago by postmodern <[email protected]>
* Added hooks for when modules are included or extended.

github.com/ronin-rb/ronin - 2fcfc5a8163203dad6f19abd2bbf49746935a311 authored over 17 years ago by postmodern <[email protected]>
* Moved all exploits into the Exploits namespace.

* Updated code-style.

github.com/ronin-rb/ronin - aa8c37750b0e021963c45b7886f9e158730bbe43 authored over 17 years ago by postmodern <[email protected]>
* Converted all exploits and payloads to the new Og enchantment syntax.

github.com/ronin-rb/ronin - 64ba7a5d775ee29cf90b91f5b7ee7039527009c8 authored over 17 years ago by postmodern <[email protected]>
* Fixed more incorrect require paths.

github.com/ronin-rb/ronin - c318e82474e92d1eb6d4f8a34f8c0586abd13015 authored over 17 years ago by postmodern <[email protected]>
* Update require path.

github.com/ronin-rb/ronin - d3f0b37e1e378bcf8a1c72dbc0a6566c1bd79c67 authored over 17 years ago by postmodern <[email protected]>
* Updated the extensions load file.

github.com/ronin-rb/ronin - 5070e16d3c5c7d59db6af2367ae2be6202ebc921 authored over 17 years ago by postmodern <[email protected]>
* Forgot to add these loading files.

github.com/ronin-rb/ronin - 921656f402c3e0b9ee76da2253ebea966314b7fe authored over 17 years ago by postmodern <[email protected]>
* Fixed more incorrect paths.

github.com/ronin-rb/ronin - 55ae6b78f6ee6baebe783fcf88ff40af81590077 authored over 17 years ago by postmodern <[email protected]>
* Forgot to add ronin.rb and objects.rb.

github.com/ronin-rb/ronin - f687cdb4c8e759324de97d96b9b45773e503ae1e authored over 17 years ago by postmodern <[email protected]>
* Fixed incorrect paths.

github.com/ronin-rb/ronin - 79cbad7ac2b8ba0e5068a62d9fa426d47ce3d326 authored over 17 years ago by postmodern <[email protected]>
* Moved all object-contexts into repo/objects directory.

* Moved more code into repo/repo and repo/ronin.
* Updated repo.rb

github.com/ronin-rb/ronin - 77c81724a04659dcc56a1fd30a58ac721b586a12 authored over 17 years ago by postmodern <[email protected]>
* Renaming ObjectsDB to ObjectCache.

github.com/ronin-rb/ronin - 59039fa55a8cc7ff05858528f06e0e03f180ae37 authored over 17 years ago by postmodern <[email protected]>
* Moved all the extensions into the formating directory, as they are all related to formating data.

github.com/ronin-rb/ronin - 348f2a14299e8d939259cfb1b9f1c3d0dcd60060 authored over 17 years ago by postmodern <[email protected]>
* Forgot to include the license text.

github.com/ronin-rb/ronin - 90231eb0bf0f1fb16bc3e1f8baf30d3b6b5b0056 authored over 17 years ago by postmodern <[email protected]>
* Make NetworkExploit a module, which could be used with include or extend.

github.com/ronin-rb/ronin - 9ed5560246851f1fb3b54a4fcfb0a07cb5e6e4c5 authored over 17 years ago by postmodern <[email protected]>
* Update repo load file.

github.com/ronin-rb/ronin - 5dd8762cee29832ec57809fdcd2f056f28ed80b3 authored over 17 years ago by postmodern <[email protected]>
* Added the famous metaid to Ronin extensions, under meta/object.rb.

* Split-up extensions to the String class into separate extension categories.

github.com/ronin-rb/ronin - 263d107f77c6a74a722c59ac9240fb3668afac7e authored over 17 years ago by postmodern <[email protected]>
* Updated all the objects to use newer Og syntax.

* Continuing Og-relation adjustments.

github.com/ronin-rb/ronin - 43764fe4e29d8dedcf862fe789f64f2f6c7df121 authored over 17 years ago by postmodern <[email protected]>
* Added the Objects DB controller.

github.com/ronin-rb/ronin - 27df31ee204e4c3c5da3d65eafe9d5b128011be3 authored over 17 years ago by postmodern <[email protected]>
* Update.

github.com/ronin-rb/ronin - d3cca3ff32f5e462dc8a5abd9815a31475301549 authored over 17 years ago by postmodern <[email protected]>
* Added the Contextable module for defining contexts.

* Added the ObjectContext module for defining object contexts.
* Added an object extension to all...

github.com/ronin-rb/ronin - a3f332d9f484df7623108c051e0ebf40e4a87ded authored over 17 years ago by postmodern <[email protected]>
* Moved object.rb stuff to repo.rb.

github.com/ronin-rb/ronin - 0b5ac50cdcf2a60f76af7a9eeb7eb1c44c38bf06 authored over 17 years ago by postmodern <[email protected]>
* Fixed an obvious bug, forgot to write out the YAML.

* Renamed Cache::CONFIG_PATH to Cache::CACHE_PATH.
* Prepend Cache::CACHE_PATH with '.yml' extens...

github.com/ronin-rb/ronin - 641ba51ec93084121975e948b49b618e876ac63b authored over 17 years ago by postmodern <[email protected]>
* Updated.

github.com/ronin-rb/ronin - ab6e120c7adb18d03554fbde9f946a6fdc7a443f authored over 17 years ago by postmodern <[email protected]>
* Update the object-contexts to use new Object-DB/Og code.

* Added Arch, Product and Platform Og class extensions.

github.com/ronin-rb/ronin - dfc5bafb30afdef8cf05707be627172580949cf4 authored over 17 years ago by postmodern <[email protected]>
* Replaced the objectcache/objectmetadata code with Og.

* Greately simplified the defining and loading of object-contexts.

github.com/ronin-rb/ronin - 05c6bce5522e32d32a7d2f96812c7fcd4ee8e865 authored over 17 years ago by postmodern <[email protected]>
* Require 'author', incase it hasn't been loaded yet.

github.com/ronin-rb/ronin - 604a1c51e5040453369a1a2614fd72186c838685 authored over 17 years ago by postmodern <[email protected]>
* Pass block to Context::initialize instead of running it.

* Added the Category.create method.

github.com/ronin-rb/ronin - 173278439c97d18283c50bf00a0b34c403ba6c92 authored over 17 years ago by postmodern <[email protected]>
* Simplified the loading of context blocks.

* Renamed union and union! to merge and merge!, respectively.
* Made more use of symbols over str...

github.com/ronin-rb/ronin - 44b80bc39fff4d6e6116ea1530fa0f697f38e49b authored over 17 years ago by postmodern <[email protected]>
* Added default arguments to the contact hash.

github.com/ronin-rb/ronin - 8b06e257191735e8fe188f6fd0b17f73f79323df authored over 17 years ago by postmodern <[email protected]>
* require 'platform', incase it hasn't been loaded yet.

github.com/ronin-rb/ronin - ed1f614286e0469157cba1864b42f796abd156e5 authored over 17 years ago by postmodern <[email protected]>
* Updated the GemSpec definition.

github.com/ronin-rb/ronin - 9130a626c6b0cd7ef97411f8253e28de75ae41a4 authored over 17 years ago by postmodern <[email protected]>
* Added base64 and html encoding/decoding extensions to the String class.

github.com/ronin-rb/ronin - e947a4afb7d3091bc3a23e27dc5fff3cafb04c47 authored over 17 years ago by postmodern <[email protected]>
* Moved protocol helper functions into proto/.

* Made NetworkExploit and WebExploit into Exploit extensions, so all other Exploit classes can us...

github.com/ronin-rb/ronin - bcc75e64adfa26eb2a18a0a33896d0cd943af136 authored over 17 years ago by postmodern <[email protected]>
* Allow escape_string to escape with empty strings.

github.com/ronin-rb/ronin - e97b6080f27344c1adbcf2f814e5e8a2ed764ca8 authored over 17 years ago by postmodern <[email protected]>
* Added an exception to represent the complete absense of a Parameter, not just the absense of it's value.

github.com/ronin-rb/ronin - 9b2581b6a0d031e2752dd023dd34238fe49d04f2 authored over 17 years ago by postmodern <[email protected]>
* moved all SQLInjection related stuff into the sql/ directory.

github.com/ronin-rb/ronin - ec1c2faf95205e5a24ff0f147badacf342a0937c authored over 17 years ago by postmodern <[email protected]>
* Added the Test class to represent a test.

* Added the Report class to represent the outcome of a test.
* Added the TestSuite class to repre...

github.com/ronin-rb/ronin - 7e661ccc070fa9b7b534e40cf3bc754e8e4a3158 authored over 17 years ago by postmodern <[email protected]>
* Added proto modules to provide protocol helper functions for Exploits and Tests.

github.com/ronin-rb/ronin - 4fc75156a5f78f4fbc2de1ddf52128eeb1c138a3 authored over 17 years ago by postmodern <[email protected]>
* Revised the Parameters module to be more syntically sugary.

github.com/ronin-rb/ronin - 6048e285da4dac8a1f9bbfbcf746c1a6c7cdfd3f authored over 17 years ago by postmodern <[email protected]>
* Minor code refinements.

github.com/ronin-rb/ronin - b36a8567985c85e5a6ff6f282c3661c2c631eda9 authored over 17 years ago by postmodern <[email protected]>
* Silly bug fixes.

github.com/ronin-rb/ronin - dbb571aed319a817827fd143cebf65d3c2142b20 authored over 17 years ago by postmodern <[email protected]>
* Officially added the SQL code generator.

github.com/ronin-rb/ronin - c03a0555d0e47385b6b436bdbbf92ab9de80af3a authored over 17 years ago by postmodern <[email protected]>
* Added the commit() method which propagates changes back up-stream.

github.com/ronin-rb/ronin - 0be2aad64f8f710bd30ad8c44c24517bcfdff781 authored over 17 years ago by postmodern <[email protected]>
* Implemented a pending-stack of files to be loaded so that ronin_context wrappers can be used within files or directly in code.

* Convert strings to symbols for storage purposes.
* Put GPL-2 on extensions/kernel.rb.

github.com/ronin-rb/ronin - 9c9846b42f6987f8daa1b9e500e1283d88c19b57 authored over 17 years ago by postmodern <[email protected]>
* Fixed formating issue.

github.com/ronin-rb/ronin - 416b76372dec0a2911854e2eb22c1fab720922fb authored over 17 years ago by postmodern <[email protected]>
* We arn't using these files anymore.

github.com/ronin-rb/ronin - adf7c059f31c8305a77cdc510f1652461eab0731 authored over 17 years ago by postmodern <[email protected]>
* Renamed swapcase_evasion to case_evasion.

github.com/ronin-rb/ronin - 3e6acebdcf4bb674ffc23b0a4ca7cf11f7d494ec authored over 17 years ago by postmodern <[email protected]>
* Use args.empty? instead of args.length.

* Added protection on option_list options when they are accidently called without blocks; now the...

github.com/ronin-rb/ronin - 5ba4fde607518ee9da1d02fc6194fedef3d562a8 authored over 17 years ago by postmodern <[email protected]>
* Use to_sym instead of intern for interning strings.

github.com/ronin-rb/ronin - 9845269cb7856251280cba13ae111248a827641c authored over 17 years ago by postmodern <[email protected]>
* Replacing everything field with the all_fields field.

github.com/ronin-rb/ronin - 2a84935413fdea0b45a6ee6c234d833cf729d018 authored over 17 years ago by postmodern <[email protected]>
* Renamed Code.sql_inject to Code.sql_injection.

github.com/ronin-rb/ronin - 108004cf303793d313a1a3d17b2fc1b88dc184d2 authored over 17 years ago by postmodern <[email protected]>
* Compartmentalized all the DSL-ness into class InjectionBuilder, leaving behind the programmer-accessible features in class Injection.

github.com/ronin-rb/ronin - bbf1d8fd172941c586bfb062bb8c8c3ac4dca855 authored over 17 years ago by postmodern <[email protected]>
* Bug-fixes to the comment_evasion and swapcase_evasion formating.

github.com/ronin-rb/ronin - 417a86a219adefa609c9fed893906a00d254a69e authored over 17 years ago by postmodern <[email protected]>
* Compartmentalized most of the DSL-ness into the Builder class, and retained the programmer-accessible features in the Program class.

github.com/ronin-rb/ronin - 19505a229bb100762e190348308b1789f85f8549 authored over 17 years ago by postmodern <[email protected]>
* Removed Statement.field, not necessary at this point.

* Added a field_cache.
* Overrided method_missing to return not only dialect expressions, fields ...

github.com/ronin-rb/ronin - af43cebb386062e6c7b958c5a7b8258d22d9929f authored over 17 years ago by postmodern <[email protected]>
* Keyworded the function name.

github.com/ronin-rb/ronin - 8cd17ff2ae682432db71296c02378fda3de3d3a6 authored over 17 years ago by postmodern <[email protected]>
* Minor changes.

github.com/ronin-rb/ronin - 6bcc06343eefcba5bbd09eb0c7b4828e0f4df75b authored over 17 years ago by postmodern <[email protected]>
* Replaced @fields with field_cache method with auto-creates a Hash for fields.

github.com/ronin-rb/ronin - bce995175d42216c278c074fdc7c54af0699d187 authored over 17 years ago by postmodern <[email protected]>
* Added a keyword cache to reduce object-proliferation.

* Renamed style.parenthesis to style.less_parenthesis.

github.com/ronin-rb/ronin - 65d7556d26020c57c9974d18455d82ec9431843a authored over 17 years ago by postmodern <[email protected]>
* Added a keyword class to store keywords and compile them later.

github.com/ronin-rb/ronin - 5d1c4bc6559e02c4b2319d1a1ef817b19112d0d8 authored over 17 years ago by postmodern <[email protected]>
* Revision #6 of the SQL DSL.

* Tons of bug fixes, renamed Statement to Program and Command to Statement.
* Moved Fieldcache st...

github.com/ronin-rb/ronin - 80639d1b0070cfb1dc96803478e0964030b8a0ac authored over 17 years ago by postmodern <[email protected]>
* Ops, typo on setting comment_evasion and swapcase_evasion variables in initialize().

github.com/ronin-rb/ronin - b64b63d9be4510b47145a3f5575351c74c35c87d authored over 17 years ago by postmodern <[email protected]>
* Added CreateIndex and CreateView classes to represent creation of Indexs and Views in SQL.

github.com/ronin-rb/ronin - b2b96b8877f33bf36d9f2fdb55d920acb259b613 authored over 17 years ago by postmodern <[email protected]>
* Added injection style, with basic obfustication techniques.

github.com/ronin-rb/ronin - 0211340b50e1f6c7e88d2c8f10b29953f9f5c53e authored over 17 years ago by postmodern <[email protected]>
* Renamed Unkowndialect to Unknowndialect, silly typos.

github.com/ronin-rb/ronin - 4d3370978427d11d036bb79b11778cc662fde5e2 authored over 17 years ago by postmodern <[email protected]>
* Renamed the Aggregate class to the more generic Function class, which will later represent function calls in SQL.

github.com/ronin-rb/ronin - a4716dd79135dd3e3862d6d985c0081443dd6c85 authored over 17 years ago by postmodern <[email protected]>
* Updated sql require file.

github.com/ronin-rb/ronin - d98e0c442c8de9fae48ebd57333707f8c119ab76 authored over 17 years ago by postmodern <[email protected]>
* Massive revision v5 of SQL DSL. Simplified overall design of the DSL and implemented style and dialect support.

github.com/ronin-rb/ronin - dde20e50138ba7153fde9ad9cd87919769fc88c3 authored over 17 years ago by postmodern <[email protected]>
* Revision 4 of the SQL DSL.

* Lots of formating changes.
* Added Syntax module.
* Added Primitives module.
* Updated Injectio...

github.com/ronin-rb/ronin - 1a4ba7e5a5d5204f458b10fb7cd24c68a10d3136 authored over 17 years ago by postmodern <[email protected]>
* Use option instead of flag to define :temp option.

github.com/ronin-rb/ronin - 6a4d4feeeaa6e2b96623a4210b23fd7840c97c87 authored over 17 years ago by postmodern <[email protected]>
* Preparing to add primitive keywords to the SQL DSL.

github.com/ronin-rb/ronin - fa3f19d116ea2933238467856bff69dcc35ddc92 authored over 17 years ago by postmodern <[email protected]>
* Modified flag, option and option_list methods to generate chainable methods that can instance_eval given blocks.

github.com/ronin-rb/ronin - 622a90c57215e525e909391a4c45c0e0eadbbef0 authored over 17 years ago by postmodern <[email protected]>
* Massive revision 3 of the SQL DSL, now more flexible and modular.

github.com/ronin-rb/ronin - ca19cf6b2b0e6bfa1e0edc140dea475653fdeba0 authored over 17 years ago by postmodern <[email protected]>
* Don't need this anymore.

github.com/ronin-rb/ronin - 5e2bab5bcde8a8d33123a30047340a16433ca85e authored over 17 years ago by postmodern <[email protected]>
* This has been moved to scanner/web/.

github.com/ronin-rb/ronin - 416c5c859716d4313b186283bab6696e5b09d8e7 authored over 17 years ago by postmodern <[email protected]>
* Put all payloads within the Payloads module.

github.com/ronin-rb/ronin - 290bd6ef2de13eea232212f87100cb6524490f1b authored over 17 years ago by postmodern <[email protected]>
* SQLScanner is now in scanner/.

github.com/ronin-rb/ronin - fb12ed079e5f3b8eb9c99c32e09d613c04e5aa6c authored over 17 years ago by postmodern <[email protected]>
* Updated ronin require file.

github.com/ronin-rb/ronin - 07b1002575dda951e7815d01ccf71024d83689c6 authored over 17 years ago by postmodern <[email protected]>
* Added scanner require file.

github.com/ronin-rb/ronin - 7abc38237b064492a0ca1a0a54b903baba547717 authored over 17 years ago by postmodern <[email protected]>
* Adding the scanner directory for all things scanning/filtering.

github.com/ronin-rb/ronin - a8ee389b6603dd97bbbc16ef72c981f6cb7dd1ca authored over 17 years ago by postmodern <[email protected]>
* Updated the SQLInjection auditor.

github.com/ronin-rb/ronin - 4d0f8a25259cf7a7efb8f0edd37c6d2600ee9c6c authored over 17 years ago by postmodern <[email protected]>
* First attempt at an SQL(-Injection) DSL.

github.com/ronin-rb/ronin - 0d7dea899dac7819e687986ab7a3ce2d8fc47873 authored over 17 years ago by postmodern <[email protected]>
* Added SQLInjection.audit method to the SQLInjection class.

* Added SQLScanner which uses the WebCrawler class to scan for SQL Injections within target site(s).

github.com/ronin-rb/ronin - 10605a22d5d969496ea9924bd0916397053e6772 authored over 17 years ago by postmodern <[email protected]>
* Added a flexible web crawler, Ronin has runnin' shoes for the web.

github.com/ronin-rb/ronin - fcc541e1723880732d808b325e27eff3df51e453 authored over 17 years ago by postmodern <[email protected]>
* Added the RoninHandler class.

github.com/ronin-rb/ronin - dfb35446523aa957f4fdde91001dc868bb7a93a2 authored over 17 years ago by postmodern <[email protected]>
* Added SQLInjection.platforms and platforms methods.

* Added errors method.

github.com/ronin-rb/ronin - 4c870d9ee34ec6616c03d4af9a4d6205ae501b97 authored over 17 years ago by postmodern <[email protected]>
* Simplified error regexs.

* Renamed was_injected? -> default_auditor.
* Moved default_auditor and audit_param into the prot...

github.com/ronin-rb/ronin - 3bf57fc105afcf7b4b2ca6b690be4d1cf65d3113 authored over 17 years ago by postmodern <[email protected]>
* Fixed a host of bugs in the SQL Injection Auditor.

* Added some error message regexs adapted from SQL Injection Digger (http://sqid.rubyforge.org/).

github.com/ronin-rb/ronin - 3523e3867c8442d60daaae409ac5c79dd8c5bb47 authored over 17 years ago by postmodern <[email protected]>
* Added the beginning of an auditing code-set.

* Added a flexible SQL Injection auditor.

github.com/ronin-rb/ronin - 4cacdfd3d9d67ff242ae11bc38ef6d3a40f5a4e6 authored over 17 years ago by postmodern <[email protected]>
* Updated repo.rb.

github.com/ronin-rb/ronin - 79b8bfef1d82346a6a97b726f83e0583227a7bbf authored over 17 years ago by postmodern <[email protected]>
* Renaming ronin.rb.

github.com/ronin-rb/ronin - 5c809a06434447e2e1451225bc5dfbf42bde1c4f authored over 17 years ago by postmodern <[email protected]>
* Changed class Platform to store all initialized Platform objects in a class variable.

* Added platforms method.

github.com/ronin-rb/ronin - 20fa490ef0295377f38603aa8bd49bdbcbd4a2d5 authored over 17 years ago by postmodern <[email protected]>
* Changed class Arch to store all initialized Arch objects in a class variable.

* Added the archs method.
* Added the all method.

github.com/ronin-rb/ronin - 7a2b7753fea3140180885253b557e8a6fea27267 authored over 17 years ago by postmodern <[email protected]>