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

* Added Parameters#set_params for setting the values of parameters en-mass.

6ed32ccf9a586c6dcaae06c03b447df539d66727 authored over 16 years ago
* Added specs for URI query params.

bab6638d0750dd9eb4997ab40caefd7cf71cd186 authored over 16 years ago
* Updated top-level files.

d8e6bf1e483708426145b8c9fb1971118421acdc authored over 16 years ago
* Prettify regex.

41a7d2b8d0555100351d0a76f73d9ff7533b70f0 authored over 16 years ago
* Fixed trivial bug.

9a688cccc747bc64cd61d13cde64a3c4a46cfcf4 authored over 16 years ago
* Added specs for extensions.

b9dedda1f12549954619a247a9479201f1674bd4 authored over 16 years ago
* Make sure to use "ronin" prefixed class variables in modules.

95dbb9fcb239c84da6431d9ba34a5e030ee86fd4 authored over 16 years ago
* Added a FAQ.

1571c53ffc1c16908400bd059ba8774cbdf04219 authored over 16 years ago
* Added more specs.

186d9541b65db1be1e88cc40fb1219c4773ac340 authored over 16 years ago
* Changed remote rdoc dir.

d5790ef25b498fa14f6971663509cc84c778a3fe authored over 16 years ago
* Small adjustments.

9870266290065731951c6493b702b978d07752c5 authored over 16 years ago
* Use :default instead of :value for parameter default-values.

b7b5ea4a6442cf2c0aead322c7cdc1246fcca9c3 authored over 16 years ago
* Make sure Ronin uses it's own DataMapper Repository name-space.

a5d7bd47419546864e66578fc4d1942071e47040 authored over 16 years ago
* Refactored how Sessions are setup.

a3354b51966d162239d8a361921687aefab94bfd authored over 16 years ago
* Sort commands by first name.

a5eab77c356b8441512054ac38106f46f9e38caa authored over 16 years ago
* Added validations to models and specs for them.

23d55e2cdf11bdf71b205f74b985f7f5eb80f3a1 authored over 16 years ago
* Small improvements and bug fixes.

e368cf0d2aa4f252bbd45f1c7128ce9b0437c4b1 authored over 16 years ago
* Version bump.

0888fe7c756e4fe4120787b530d0ed6754918510 authored over 16 years ago
* Require basic models along with the database.

481b55e31e55b0c591d794c11150fb2e8c881068 authored over 16 years ago
* Beginning to spec out Ronin.

ded2955d301865aec7125393e64764a8d0f82e02 authored over 16 years ago
* Fixed a stupid typo in RPC::Console#inspect.

5edc2e0ca8e585421ec5a0e91647346014d48575 authored over 16 years ago
* Added missing Documentation.

4440d279108e50020ca7fe257acade6e12c93d31 authored over 16 years ago
* Properly load Repertoire.

c771c03ffac52ee1162878747127a3121585aa9e authored over 16 years ago
* Added documentation.

* Require ronin/persistence.

911973b1735f5bff59c49cf884bf8b1e5d80d65c authored over 16 years ago
* Replace repository with overlay.

de01ed258441c575fa050a788a2289c081260090 authored over 16 years ago
* Use nil instead of :local to describe local overlays.

d5263341a4e4c3c293814abee457da03a2b03576 authored over 16 years ago
* Separated models from objects (which are ObjectContextified models).

* Have ronin/models.rb and ronin/objects.rb load all models and objects, respectively.
* Added ro...

225750c40232a3b1f8fca6aca2a913f386ac5654 authored over 16 years ago
* Require rubygems for misconfigured ruby installs.

4a312d02e066e4e45bf5154bb36adf9d03845b48 authored over 16 years ago
* Updated TODO list, History and README.

acc08480904e91e02c54ca1992e092de6d44cb1d authored over 16 years ago
* Adjusted output of shells.

dd4bccbb3208e2c4d4397374475ac0571fa853ad authored over 16 years ago
* Minor changes.

6dfd408521a02a8f4ae12c0c95a062f223bbb782 authored over 16 years ago
* Changed how Database.config returns default DataMapper configuration.

* Added Database.config= method.
* Added a work-around for a bug with DataMapper's current lazy-l...

b74f88c0a542d47bbefe0700fd3683dd7177744f authored over 16 years ago
* Added a generic interactive Shell and interactive Shells for the RPC Services.

79d3ac93e17d14151b6d60f89e6c0ef70ab88234 authored over 16 years ago
* Forgot to add the tasks/ directory.

24286c197562b65ea2d7b8c9a8b7fc0c39e0d137 authored over 16 years ago
* Changed Database.config and Database.setup so the spec-tests could use a sqlite3 memory database.

9a70f6df7213b781a60667ad5bcf29be66897eee authored over 16 years ago
* Removed empty test/ directory.

* Added RSpec testing suite.

fe0c1235a194b0c91e3487cb85160a6f26df988a authored over 16 years ago
* ObjectContexts are now cached and mirrored along with Overlay additions, updates and removals.

9de2d1c756dd511dbf76d30bc4a7b3eafa9ed33a authored over 16 years ago
* Allow Services to call their own exposed methods.

f6439f953cb877b410a9fa91de043e5678530759 authored over 16 years ago
* Fixed a bug where option names were being inproperly converted to HTTP Header names.

5c75f024757da3f5de5e6c4e850bbd5a2dcc59ce authored over 16 years ago
* Added RPC::Response, RPC::Service, RPC::Console and RPC::Shell classes.

3e34f961b3a59937b8629d23b457f4c7cb8bfe66 authored over 16 years ago
* Bumped DataMapper dependencies for new DataMapper version.

675130c9639ff68860be0517d8ca01192b40e42c authored over 16 years ago
* Minor updates.

e8a6799c611257ee3e56a042a23cec6251f52ca8 authored over 16 years ago
* Minor bug fixes.

4a95ea3914dcdaef4e3407d3502e79d1df243d8a authored over 16 years ago
* Updated the Generic RPC classes.

9bf3f621fcddbb68d754ef05f85ac072097c49d4 authored over 16 years ago
* Added String#strip_html.

6847fa4e4e05bfd5b2cbd94d0aff21d7b0063291 authored over 16 years ago
* Require ronin/path by default.

fc687208c059ac2843e6fd4460e4eaf031c6b5ad authored over 16 years ago
* Only use 'uri' to describe URI objects.

abb1fcf2d658086acd6370dd9652b7b7d90ded02 authored over 16 years ago
* Added generic RPC classes.

e7fe910ebf6b15a04b9d170242bd65b2177d5984 authored over 16 years ago
* Support passing in Ranges for Path.up.

0ab6b431b9867fe3f970551a48f5655b5bbb4f3d authored over 16 years ago
* Make sure Ranges are converted to Arrays of Strings.

19e986f10603c83ada47585f6ede88556fada17f authored over 16 years ago
* Fix bug fixes.

08942e4bff94a1db217148e7032d6f5e987961d6 authored over 16 years ago
* Removed old code examples.

923c0733828815b6340194b1bf49e77ae10527bf authored over 16 years ago
* Fixed paths.

3fa9442ffc24039f022415a192bfaf6c4c18a55c authored over 16 years ago
* Updated.

cbc1d52b4f34774304f4e87e150b88e0fe38ecdd authored over 16 years ago
* Bug fixes.

37d6e4435f2a555810bd14bb74ca9a82a7e5133d authored over 16 years ago
* Added Hash#explode.

a95d7e1d9acb7ca318960b3791026653844b3119 authored over 16 years ago
* Updated Database/Model to DataMapper 0.9.3.

23f5195e453d9a3c43f9e4237ce8c0e3eadb1282 authored over 16 years ago
* Fixed file name typo.

104c8ff4ddc15b55ff6eef21338bac8fd20e151c authored over 16 years ago
* Repositories are known as Overlays.

4e7fcd5f183471348e06e7bc777d13d486cdb98e authored over 16 years ago
* Renamed ronin/chars/text.rb to ronin/chars/chars.rb.

17643b28fd30b1ca27760342541793d4a22d5b37 authored over 16 years ago
* Renamed Ronin::Text to Ronin::Chars.

3c1fb592572ab7141855667576abe4fd8045dd68 authored over 16 years ago
* Getting ObjectContext loading and caching objects.

d8a492bbc1c991b02296e9735b315357da205b28 authored over 16 years ago
* Update the READMEs.

2a696f85b49e36999dbbf6c788030fb455dfb86b authored over 16 years ago
* Updated README.txt.

14a8199f76b6d64df024c9ae4513870d313e96a1 authored over 16 years ago
* Updated usage for the 'update' command.

2035f98d22d6322d81513f158cbe2243cfcd80e2 authored over 16 years ago
* Cache::Repository was renamed to Cache::Overlay.

8fa12b4386c2f5ba7bcb3972a75bc6c4a1c8e279 authored over 16 years ago
* Fix typo'd directory name 'formating'.

4414b5e84a84e4acbf91b26a401c3fa3fc4e6c91 authored over 16 years ago
* Fix typo'd directory name 'formating'.

05e31e91d801f5693faf05e8d40d38e36772888c authored over 16 years ago
* Use first_or_create.

a3c413a3919a871d64c772fcc05a9307e573cd4f authored over 16 years ago
* Use models.rb instead of objects.rb.

c46e5d18bdce27de31f76682865e21b0d136a18f authored over 16 years ago
* Renamed objects.rb to models.rb

611d508a2e608f5660746a25cbca72ba9f378908 authored over 16 years ago
* More documentation.

29c46396aae2cc8aadb3595fb53628eed22b72a3 authored over 16 years ago
* Added documentation.

8b8a589ae81aeb446a489395a35edf021452e096 authored over 16 years ago
* Minor updates.

73ff8a2581ddb6f2e0e9cafe6900231ca73ee7f6 authored over 16 years ago
* This directory shouldn't be in SVN really.

9b9db053f6c2130f13874db945ab724f9b77971c authored over 16 years ago
* Normalized the Ronin project description/summary.

4ac964786b63dc04aa94170ca8668f1d87d6db4c authored over 16 years ago
* Renamed ronin_exploits to ronin-exploits.

477f532c7f36bdf75c28131eb02c6412431378c9 authored over 16 years ago
* Updated Rakefile syntax and deps.

dd0a6e10a48c2a3f9d7c7673c6311191818c5923 authored over 16 years ago
* Epic Manifest update.

3c0c797e561d7d403c49cdfc20d8ac4d639ca77d authored over 16 years ago
* Moved Context and ObjectContext up to the top level Ronin namespace.

ee25e8830a8c13abf26290c18b365bb58a5c23ef authored over 16 years ago
* Misc updated.

9b604eac9966bebb491e7a1fe37c7dde39e99d90 authored over 16 years ago
* Added the Path class to help with directory-transversal.

1a362af59e1e654bc6e1593fea9c739f72cdeb5b authored over 16 years ago
* Forgot to add InvalidDatabaseConfig exceptions.

92c51cdd36e144829143eedceea13692c453be6d authored over 16 years ago
* Fixed how CharSets are combined and separated.

e3b03127f06b2226f2dcabf3a4e21ad733bd5aea authored over 16 years ago
* Do not load the environment automatically.

622aff819d8edc1e10c2eab7747c0fa2ad07808a authored over 16 years ago
* Have the HTTP proxy be stored in Net::HTTP.proxy.

b10811c094ca1b591f552cdee2992dd4f38d2a29 authored over 16 years ago
* Added QueryParams and URI::HTTP#initialize so as to not conflict with other ruby libraries that monkey-patch URI::HTTP.

5720217ef9277caf0d0f1be88459bec70329b703 authored over 16 years ago
* Rewrote how Net.http_* methods create requests.

53733fd06c46997eed69a8d42f8ee6eee5bc80bd authored over 16 years ago
* Renamed Config.load to Environment.load.

939b17c4352dfd98aaa97de016a24c8b68a0fecd authored over 16 years ago
* Renamed Repository to Overlay.

e5a0c1d8693bc6a7d8d42d4716ed09ec3eb7daab authored over 16 years ago
* Updated how Context and ObjectContext integrate with Classes and store context blocks.

3c1285353e1ee921b36f5724ffdbf7d6fce1bc8e authored over 16 years ago
* Cacheable is now known as Model.

443787b7230629b9d9612400a8f50ea0cd01943d authored over 16 years ago
* Added DataMapper 0.9 support.

60cb64860504ce5575d77576fe878482d16cca6e authored over 16 years ago
* Added DataMapper 0.9 deps.

02a224905f15599eb612559a2ca95e89bbf855c2 authored over 16 years ago
* Added Digest formatting extensions to String.

15d5cfcb8a1e42e0e7450f3233737f58cdd75459 authored over 16 years ago
* Updated Manifest.

* Updated TODO.
* Updated Rakefile to use the newer Hoe syntax.

84c86c3fa79566aa864a409bf9a762c4f9b70f1d authored almost 17 years ago
* Added the Kernel#ronin_require method.

686db451aa51a2da9383ec92785690ec5cd6a89a authored almost 17 years ago
* Added the Encoder base-class.

b46817ec020b8b9ea8a8024bcbfd24d656ecb0e5 authored almost 17 years ago
* Cleanups.

5bb27c2443509a1d4c5277858d3ef2cf904013b8 authored almost 17 years ago
* Refactored how commands are defined.

fcb06f2dd716147ab9d2dabdca419ff381765612 authored almost 17 years ago