ronin: 2.0.4 -> 2.0.5
This commit is contained in:
parent
98156cb838
commit
93569e8c5c
2 changed files with 189 additions and 99 deletions
|
@ -1,37 +1,47 @@
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
activemodel (7.0.6)
|
activemodel (7.1.0)
|
||||||
activesupport (= 7.0.6)
|
activesupport (= 7.1.0)
|
||||||
activerecord (7.0.6)
|
activerecord (7.1.0)
|
||||||
activemodel (= 7.0.6)
|
activemodel (= 7.1.0)
|
||||||
activesupport (= 7.0.6)
|
activesupport (= 7.1.0)
|
||||||
activesupport (7.0.6)
|
timeout (>= 0.4.0)
|
||||||
|
activesupport (7.1.0)
|
||||||
|
base64
|
||||||
|
bigdecimal
|
||||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||||
|
connection_pool (>= 2.2.5)
|
||||||
|
drb
|
||||||
i18n (>= 1.6, < 2)
|
i18n (>= 1.6, < 2)
|
||||||
minitest (>= 5.1)
|
minitest (>= 5.1)
|
||||||
|
mutex_m
|
||||||
tzinfo (~> 2.0)
|
tzinfo (~> 2.0)
|
||||||
addressable (2.8.4)
|
addressable (2.8.5)
|
||||||
public_suffix (>= 2.0.2, < 6.0)
|
public_suffix (>= 2.0.2, < 6.0)
|
||||||
async (2.6.2)
|
async (2.6.4)
|
||||||
console (~> 1.10)
|
console (~> 1.10)
|
||||||
fiber-annotation
|
fiber-annotation
|
||||||
io-event (~> 1.1)
|
io-event (~> 1.1)
|
||||||
timers (~> 4.1)
|
timers (~> 4.1)
|
||||||
async-io (1.35.0)
|
async-io (1.36.0)
|
||||||
async
|
async
|
||||||
|
base64 (0.1.1)
|
||||||
|
bigdecimal (3.1.4)
|
||||||
chars (0.3.2)
|
chars (0.3.2)
|
||||||
combinatorics (0.4.4)
|
combinatorics (0.4.4)
|
||||||
command_kit (0.4.0)
|
command_kit (0.4.0)
|
||||||
command_mapper (0.3.1)
|
command_mapper (0.3.1)
|
||||||
concurrent-ruby (1.2.2)
|
concurrent-ruby (1.2.2)
|
||||||
connection_pool (2.4.1)
|
connection_pool (2.4.1)
|
||||||
console (1.18.0)
|
console (1.23.2)
|
||||||
fiber-annotation
|
fiber-annotation
|
||||||
fiber-local
|
fiber-local
|
||||||
date (3.3.3)
|
date (3.3.3)
|
||||||
domain_name (0.5.20190701)
|
domain_name (0.5.20190701)
|
||||||
unf (>= 0.0.5, < 1.0.0)
|
unf (>= 0.0.5, < 1.0.0)
|
||||||
|
drb (2.1.1)
|
||||||
|
ruby2_keywords
|
||||||
fake_io (0.1.0)
|
fake_io (0.1.0)
|
||||||
fiber-annotation (0.2.0)
|
fiber-annotation (0.2.0)
|
||||||
fiber-local (1.0.0)
|
fiber-local (1.0.0)
|
||||||
|
@ -41,9 +51,10 @@ GEM
|
||||||
i18n (1.14.1)
|
i18n (1.14.1)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
io-console (0.6.0)
|
io-console (0.6.0)
|
||||||
io-event (1.2.2)
|
io-event (1.3.2)
|
||||||
irb (1.7.4)
|
irb (1.8.1)
|
||||||
reline (>= 0.3.6)
|
rdoc
|
||||||
|
reline (>= 0.3.8)
|
||||||
mechanize (2.9.1)
|
mechanize (2.9.1)
|
||||||
addressable (~> 2.8)
|
addressable (~> 2.8)
|
||||||
domain_name (~> 0.5, >= 0.5.20190701)
|
domain_name (~> 0.5, >= 0.5.20190701)
|
||||||
|
@ -55,29 +66,30 @@ GEM
|
||||||
rubyntlm (~> 0.6, >= 0.6.3)
|
rubyntlm (~> 0.6, >= 0.6.3)
|
||||||
webrick (~> 1.7)
|
webrick (~> 1.7)
|
||||||
webrobots (~> 0.1.2)
|
webrobots (~> 0.1.2)
|
||||||
mime-types (3.4.1)
|
mime-types (3.5.1)
|
||||||
mime-types-data (~> 3.2015)
|
mime-types-data (~> 3.2015)
|
||||||
mime-types-data (3.2023.0218.1)
|
mime-types-data (3.2023.1003)
|
||||||
mini_portile2 (2.8.4)
|
mini_portile2 (2.8.4)
|
||||||
minitest (5.18.1)
|
minitest (5.20.0)
|
||||||
mustermann (3.0.0)
|
mustermann (3.0.0)
|
||||||
ruby2_keywords (~> 0.0.1)
|
ruby2_keywords (~> 0.0.1)
|
||||||
|
mutex_m (0.1.2)
|
||||||
net-ftp (0.2.0)
|
net-ftp (0.2.0)
|
||||||
net-protocol
|
net-protocol
|
||||||
time
|
time
|
||||||
net-http-digest_auth (1.4.1)
|
net-http-digest_auth (1.4.1)
|
||||||
net-http-persistent (4.0.2)
|
net-http-persistent (4.0.2)
|
||||||
connection_pool (~> 2.2)
|
connection_pool (~> 2.2)
|
||||||
net-imap (0.3.6)
|
net-imap (0.4.1)
|
||||||
date
|
date
|
||||||
net-protocol
|
net-protocol
|
||||||
net-pop (0.1.2)
|
net-pop (0.1.2)
|
||||||
net-protocol
|
net-protocol
|
||||||
net-protocol (0.2.1)
|
net-protocol (0.2.1)
|
||||||
timeout
|
timeout
|
||||||
net-smtp (0.3.3)
|
net-smtp (0.4.0)
|
||||||
net-protocol
|
net-protocol
|
||||||
nokogiri (1.15.3)
|
nokogiri (1.15.4)
|
||||||
mini_portile2 (~> 2.8.2)
|
mini_portile2 (~> 2.8.2)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
nokogiri-diff (0.2.0)
|
nokogiri-diff (0.2.0)
|
||||||
|
@ -86,17 +98,21 @@ GEM
|
||||||
nokogiri-ext (0.1.0)
|
nokogiri-ext (0.1.0)
|
||||||
nokogiri (~> 1.0)
|
nokogiri (~> 1.0)
|
||||||
open_namespace (0.4.1)
|
open_namespace (0.4.1)
|
||||||
|
psych (5.1.0)
|
||||||
|
stringio
|
||||||
public_suffix (5.0.3)
|
public_suffix (5.0.3)
|
||||||
racc (1.7.1)
|
racc (1.7.1)
|
||||||
rack (2.2.7)
|
rack (2.2.8)
|
||||||
rack-protection (3.0.6)
|
rack-protection (3.1.0)
|
||||||
rack
|
rack (~> 2.2, >= 2.2.4)
|
||||||
rack-user_agent (0.5.3)
|
rack-user_agent (0.5.3)
|
||||||
rack (>= 1.5)
|
rack (>= 1.5)
|
||||||
woothee (>= 1.0.0)
|
woothee (>= 1.0.0)
|
||||||
reline (0.3.6)
|
rdoc (6.5.0)
|
||||||
|
psych (>= 4.0.0)
|
||||||
|
reline (0.3.9)
|
||||||
io-console (~> 0.5)
|
io-console (~> 0.5)
|
||||||
ronin (2.0.4)
|
ronin (2.0.5)
|
||||||
async-io (~> 1.0)
|
async-io (~> 1.0)
|
||||||
open_namespace (~> 0.4)
|
open_namespace (~> 0.4)
|
||||||
ronin-code-asm (~> 1.0)
|
ronin-code-asm (~> 1.0)
|
||||||
|
@ -107,11 +123,11 @@ GEM
|
||||||
ronin-fuzzer (~> 0.1)
|
ronin-fuzzer (~> 0.1)
|
||||||
ronin-payloads (~> 0.1, >= 0.1.1)
|
ronin-payloads (~> 0.1, >= 0.1.1)
|
||||||
ronin-repos (~> 0.1)
|
ronin-repos (~> 0.1)
|
||||||
ronin-support (~> 1.0, >= 1.0.1)
|
ronin-support (~> 1.0, >= 1.0.3)
|
||||||
ronin-vulns (~> 0.1, >= 0.1.2)
|
ronin-vulns (~> 0.1, >= 0.1.2)
|
||||||
ronin-web (~> 1.0, >= 1.0.1)
|
ronin-web (~> 1.0, >= 1.0.1)
|
||||||
rouge (~> 3.0)
|
rouge (~> 3.0)
|
||||||
wordlist (~> 1.0, >= 1.0.2)
|
wordlist (~> 1.0, >= 1.0.3)
|
||||||
ronin-code-asm (1.0.0)
|
ronin-code-asm (1.0.0)
|
||||||
ruby-yasm (~> 0.3)
|
ruby-yasm (~> 0.3)
|
||||||
ronin-code-sql (2.1.0)
|
ronin-code-sql (2.1.0)
|
||||||
|
@ -120,15 +136,15 @@ GEM
|
||||||
command_kit (~> 0.4)
|
command_kit (~> 0.4)
|
||||||
irb (~> 1.0)
|
irb (~> 1.0)
|
||||||
reline (~> 0.1)
|
reline (~> 0.1)
|
||||||
ronin-db (0.1.1)
|
ronin-db (0.1.2)
|
||||||
ronin-core (~> 0.1)
|
ronin-core (~> 0.1)
|
||||||
ronin-db-activerecord (~> 0.1)
|
ronin-db-activerecord (~> 0.1)
|
||||||
ronin-support (~> 1.0)
|
ronin-support (~> 1.0)
|
||||||
sqlite3 (~> 1.0)
|
sqlite3 (~> 1.0)
|
||||||
ronin-db-activerecord (0.1.1)
|
ronin-db-activerecord (0.1.2)
|
||||||
activerecord (~> 7.0)
|
activerecord (~> 7.0)
|
||||||
uri-query_params (~> 0.6)
|
uri-query_params (~> 0.6)
|
||||||
ronin-exploits (1.0.2)
|
ronin-exploits (1.0.3)
|
||||||
ronin-code-sql (~> 2.0)
|
ronin-code-sql (~> 2.0)
|
||||||
ronin-core (~> 0.1)
|
ronin-core (~> 0.1)
|
||||||
ronin-payloads (~> 0.1, >= 0.1.1)
|
ronin-payloads (~> 0.1, >= 0.1.1)
|
||||||
|
@ -141,7 +157,7 @@ GEM
|
||||||
combinatorics (~> 0.4)
|
combinatorics (~> 0.4)
|
||||||
ronin-core (~> 0.1)
|
ronin-core (~> 0.1)
|
||||||
ronin-support (~> 1.0)
|
ronin-support (~> 1.0)
|
||||||
ronin-payloads (0.1.3)
|
ronin-payloads (0.1.4)
|
||||||
ronin-code-asm (~> 1.0)
|
ronin-code-asm (~> 1.0)
|
||||||
ronin-core (~> 0.1)
|
ronin-core (~> 0.1)
|
||||||
ronin-post_ex (~> 0.1)
|
ronin-post_ex (~> 0.1)
|
||||||
|
@ -153,13 +169,13 @@ GEM
|
||||||
ronin-core (~> 0.1)
|
ronin-core (~> 0.1)
|
||||||
ronin-repos (0.1.1)
|
ronin-repos (0.1.1)
|
||||||
ronin-core (~> 0.1)
|
ronin-core (~> 0.1)
|
||||||
ronin-support (1.0.2)
|
ronin-support (1.0.3)
|
||||||
addressable (~> 2.0)
|
addressable (~> 2.0)
|
||||||
chars (~> 0.3, >= 0.3.2)
|
chars (~> 0.3, >= 0.3.2)
|
||||||
combinatorics (~> 0.4)
|
combinatorics (~> 0.4)
|
||||||
hexdump (~> 1.0)
|
hexdump (~> 1.0)
|
||||||
uri-query_params (~> 0.8)
|
uri-query_params (~> 0.8)
|
||||||
ronin-vulns (0.1.3)
|
ronin-vulns (0.1.4)
|
||||||
ronin-core (~> 0.1)
|
ronin-core (~> 0.1)
|
||||||
ronin-support (~> 1.0, >= 1.0.1)
|
ronin-support (~> 1.0, >= 1.0.1)
|
||||||
ronin-web (1.0.2)
|
ronin-web (1.0.2)
|
||||||
|
@ -188,17 +204,18 @@ GEM
|
||||||
command_mapper (~> 0.1)
|
command_mapper (~> 0.1)
|
||||||
ruby2_keywords (0.0.5)
|
ruby2_keywords (0.0.5)
|
||||||
rubyntlm (0.6.3)
|
rubyntlm (0.6.3)
|
||||||
sinatra (3.0.6)
|
sinatra (3.1.0)
|
||||||
mustermann (~> 3.0)
|
mustermann (~> 3.0)
|
||||||
rack (~> 2.2, >= 2.2.4)
|
rack (~> 2.2, >= 2.2.4)
|
||||||
rack-protection (= 3.0.6)
|
rack-protection (= 3.1.0)
|
||||||
tilt (~> 2.0)
|
tilt (~> 2.0)
|
||||||
spidr (0.7.0)
|
spidr (0.7.0)
|
||||||
nokogiri (~> 1.3)
|
nokogiri (~> 1.3)
|
||||||
sqlite3 (1.6.3)
|
sqlite3 (1.6.6)
|
||||||
mini_portile2 (~> 2.8.0)
|
mini_portile2 (~> 2.8.0)
|
||||||
|
stringio (3.0.8)
|
||||||
tdiff (0.3.4)
|
tdiff (0.3.4)
|
||||||
tilt (2.2.0)
|
tilt (2.3.0)
|
||||||
time (0.2.2)
|
time (0.2.2)
|
||||||
date
|
date
|
||||||
timeout (0.4.0)
|
timeout (0.4.0)
|
||||||
|
@ -212,7 +229,7 @@ GEM
|
||||||
webrick (1.8.1)
|
webrick (1.8.1)
|
||||||
webrobots (0.1.2)
|
webrobots (0.1.2)
|
||||||
woothee (1.13.0)
|
woothee (1.13.0)
|
||||||
wordlist (1.0.2)
|
wordlist (1.1.0)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
@ -225,4 +242,4 @@ DEPENDENCIES
|
||||||
ronin
|
ronin
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.4.10
|
2.3.26
|
||||||
|
|
|
@ -5,32 +5,32 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "072iv0d3vpbp0xijg4jj99sjil1rykmqfj9addxj76bm5mbzwcaj";
|
sha256 = "01jrk2i6vp8jcll65d03mqmp1ibxa0ip7bdg5157fkm5syblzsqw";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "7.0.6";
|
version = "7.1.0";
|
||||||
};
|
};
|
||||||
activerecord = {
|
activerecord = {
|
||||||
dependencies = ["activemodel" "activesupport"];
|
dependencies = ["activemodel" "activesupport" "timeout"];
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "1l0rn43bhyzlfa4wwcfz016vb4lkzvl0jf5zibkjy4sppxxixzrq";
|
sha256 = "1lpcbgqbrb3yfk3i66mnxa5i36r0ig9dwzksjbm15i30rndr27p5";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "7.0.6";
|
version = "7.1.0";
|
||||||
};
|
};
|
||||||
activesupport = {
|
activesupport = {
|
||||||
dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo"];
|
dependencies = ["base64" "bigdecimal" "concurrent-ruby" "connection_pool" "drb" "i18n" "minitest" "mutex_m" "tzinfo"];
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "1cjsf26656996hv48wgv2mkwxf0fy1qc68ikgzq7mzfq2mmvmayk";
|
sha256 = "1xpwx7hw7mgmjk3w3g8bkz5jfapixhgn3ihly0xkpyvgp1shp8h1";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "7.0.6";
|
version = "7.1.0";
|
||||||
};
|
};
|
||||||
addressable = {
|
addressable = {
|
||||||
dependencies = ["public_suffix"];
|
dependencies = ["public_suffix"];
|
||||||
|
@ -38,10 +38,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "15s8van7r2ad3dq6i03l3z4hqnvxcq75a3h72kxvf9an53sqma20";
|
sha256 = "05r1fwy487klqkya7vzia8hnklcxy4vr92m9dmni3prfwk6zpw33";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "2.8.4";
|
version = "2.8.5";
|
||||||
};
|
};
|
||||||
async = {
|
async = {
|
||||||
dependencies = ["console" "fiber-annotation" "io-event" "timers"];
|
dependencies = ["console" "fiber-annotation" "io-event" "timers"];
|
||||||
|
@ -49,10 +49,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "0gk3mbwrzyrc1a5669x8cw83qkddjyg42dxwdx3xb4rf7rwnzdx3";
|
sha256 = "02ng89h9s4wwpncyqbkm9n26swp4q45dkvqsb2fpmkan32zn48ji";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "2.6.2";
|
version = "2.6.4";
|
||||||
};
|
};
|
||||||
async-io = {
|
async-io = {
|
||||||
dependencies = ["async"];
|
dependencies = ["async"];
|
||||||
|
@ -60,10 +60,30 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "1cx4kgyr8yhg0rfcasmny9sbxjxvf07dmcw85yzismadfli1sndz";
|
sha256 = "11lgd7276rgy651zwbzvbsz8q0k09ljgngyhsppy7kvkjzj25n58";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "1.35.0";
|
version = "1.36.0";
|
||||||
|
};
|
||||||
|
base64 = {
|
||||||
|
groups = ["default"];
|
||||||
|
platforms = [];
|
||||||
|
source = {
|
||||||
|
remotes = ["https://rubygems.org"];
|
||||||
|
sha256 = "0cydk9p2cv25qysm0sn2pb97fcpz1isa7n3c8xm1gd99li8x6x8c";
|
||||||
|
type = "gem";
|
||||||
|
};
|
||||||
|
version = "0.1.1";
|
||||||
|
};
|
||||||
|
bigdecimal = {
|
||||||
|
groups = ["default"];
|
||||||
|
platforms = [];
|
||||||
|
source = {
|
||||||
|
remotes = ["https://rubygems.org"];
|
||||||
|
sha256 = "07y615s8yldk3k13lmkhpk1k190lcqvmxmnjwgh4bzjan9xrc36y";
|
||||||
|
type = "gem";
|
||||||
|
};
|
||||||
|
version = "3.1.4";
|
||||||
};
|
};
|
||||||
chars = {
|
chars = {
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
|
@ -131,10 +151,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "133csy1c80wh144hzr0pwcwg7i553pqn2byzsdw6kq5s0kg0pg8m";
|
sha256 = "150wdj94qg8c95b9v1g7ak5a9g159wxfanclpihrz9p9qbv1ga0w";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "1.18.0";
|
version = "1.23.2";
|
||||||
};
|
};
|
||||||
date = {
|
date = {
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
|
@ -157,6 +177,17 @@
|
||||||
};
|
};
|
||||||
version = "0.5.20190701";
|
version = "0.5.20190701";
|
||||||
};
|
};
|
||||||
|
drb = {
|
||||||
|
dependencies = ["ruby2_keywords"];
|
||||||
|
groups = ["default"];
|
||||||
|
platforms = [];
|
||||||
|
source = {
|
||||||
|
remotes = ["https://rubygems.org"];
|
||||||
|
sha256 = "0h9c2qiam82y3caapa2x157j1lkk9954hrjg3p22hxcsk8fli3vb";
|
||||||
|
type = "gem";
|
||||||
|
};
|
||||||
|
version = "2.1.1";
|
||||||
|
};
|
||||||
fake_io = {
|
fake_io = {
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
platforms = [];
|
platforms = [];
|
||||||
|
@ -234,21 +265,21 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "0j36a76mbcvp5516liiv01z5gz3f64waiqgskj1zrxqbwyirx5h7";
|
sha256 = "1m2x5m2m8fa83p5890byf46qb4s1073vn3z6gan9jmbq2a5w0iy8";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "1.2.2";
|
version = "1.3.2";
|
||||||
};
|
};
|
||||||
irb = {
|
irb = {
|
||||||
dependencies = ["reline"];
|
dependencies = ["rdoc" "reline"];
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "158ca10kj3qqnql5g8f1g2arsnhgdl79mg74manpf8ldkwjjn3n8";
|
sha256 = "17p6arsklbzh2hvwwr8i4cfrpa7vhk8q88fhickhwmn7m80lxdw7";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "1.7.4";
|
version = "1.8.1";
|
||||||
};
|
};
|
||||||
mechanize = {
|
mechanize = {
|
||||||
dependencies = ["addressable" "domain_name" "http-cookie" "mime-types" "net-http-digest_auth" "net-http-persistent" "nokogiri" "rubyntlm" "webrick" "webrobots"];
|
dependencies = ["addressable" "domain_name" "http-cookie" "mime-types" "net-http-digest_auth" "net-http-persistent" "nokogiri" "rubyntlm" "webrick" "webrobots"];
|
||||||
|
@ -267,20 +298,20 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "0ipw892jbksbxxcrlx9g5ljq60qx47pm24ywgfbyjskbcl78pkvb";
|
sha256 = "0q8d881k1b3rbsfcdi3fx0b5vpdr5wcrhn88r2d9j7zjdkxp5mw5";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "3.4.1";
|
version = "3.5.1";
|
||||||
};
|
};
|
||||||
mime-types-data = {
|
mime-types-data = {
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "1pky3vzaxlgm9gw5wlqwwi7wsw3jrglrfflrppvvnsrlaiz043z9";
|
sha256 = "0yjv0apysnrhbc70ralinfpcqn9382lxr643swp7a5sdwpa9cyqg";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "3.2023.0218.1";
|
version = "3.2023.1003";
|
||||||
};
|
};
|
||||||
mini_portile2 = {
|
mini_portile2 = {
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
|
@ -297,10 +328,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "1kg9wh7jlc9zsr3hkhpzkbn0ynf4np5ap9m2d8xdrb8shy0y6pmb";
|
sha256 = "0bkmfi9mb49m0fkdhl2g38i3xxa02d411gg0m8x0gvbwfmmg5ym3";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "5.18.1";
|
version = "5.20.0";
|
||||||
};
|
};
|
||||||
mustermann = {
|
mustermann = {
|
||||||
dependencies = ["ruby2_keywords"];
|
dependencies = ["ruby2_keywords"];
|
||||||
|
@ -313,6 +344,16 @@
|
||||||
};
|
};
|
||||||
version = "3.0.0";
|
version = "3.0.0";
|
||||||
};
|
};
|
||||||
|
mutex_m = {
|
||||||
|
groups = ["default"];
|
||||||
|
platforms = [];
|
||||||
|
source = {
|
||||||
|
remotes = ["https://rubygems.org"];
|
||||||
|
sha256 = "1pkxnp7p44kvs460bbbgjarr7xy1j8kjjmhwkg1kypj9wgmwb6qa";
|
||||||
|
type = "gem";
|
||||||
|
};
|
||||||
|
version = "0.1.2";
|
||||||
|
};
|
||||||
net-ftp = {
|
net-ftp = {
|
||||||
dependencies = ["net-protocol" "time"];
|
dependencies = ["net-protocol" "time"];
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
|
@ -351,10 +392,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "1k1qyjr9lkk5y3483k6wk6d9h1jx4v5hzby1mf0pj3b4kr2arxbm";
|
sha256 = "0d0r31b79appz95dd63wmasly1qjz3hn58ffxw6ix4mqk49jcbq2";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "0.3.6";
|
version = "0.4.1";
|
||||||
};
|
};
|
||||||
net-pop = {
|
net-pop = {
|
||||||
dependencies = ["net-protocol"];
|
dependencies = ["net-protocol"];
|
||||||
|
@ -384,10 +425,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "1c6md06hm5bf6rv53sk54dl2vg038pg8kglwv3rayx0vk2mdql9x";
|
sha256 = "1rx3758w0bmbr21s2nsc6llflsrnp50fwdnly3ixra4v53gbhzid";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "0.3.3";
|
version = "0.4.0";
|
||||||
};
|
};
|
||||||
nokogiri = {
|
nokogiri = {
|
||||||
dependencies = ["mini_portile2" "racc"];
|
dependencies = ["mini_portile2" "racc"];
|
||||||
|
@ -395,10 +436,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "1jw8a20a9k05fpz3q24im19b97idss3179z76yn5scc5b8lk2rl7";
|
sha256 = "0k9w2z0953mnjrsji74cshqqp08q7m1r6zhadw1w0g34xzjh3a74";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "1.15.3";
|
version = "1.15.4";
|
||||||
};
|
};
|
||||||
nokogiri-diff = {
|
nokogiri-diff = {
|
||||||
dependencies = ["nokogiri" "tdiff"];
|
dependencies = ["nokogiri" "tdiff"];
|
||||||
|
@ -432,6 +473,17 @@
|
||||||
};
|
};
|
||||||
version = "0.4.1";
|
version = "0.4.1";
|
||||||
};
|
};
|
||||||
|
psych = {
|
||||||
|
dependencies = ["stringio"];
|
||||||
|
groups = ["default"];
|
||||||
|
platforms = [];
|
||||||
|
source = {
|
||||||
|
remotes = ["https://rubygems.org"];
|
||||||
|
sha256 = "1msambb54r3d1sg6smyj4k2pj9h9lz8jq4jamip7ivcyv32a85vz";
|
||||||
|
type = "gem";
|
||||||
|
};
|
||||||
|
version = "5.1.0";
|
||||||
|
};
|
||||||
public_suffix = {
|
public_suffix = {
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
platforms = [];
|
platforms = [];
|
||||||
|
@ -457,10 +509,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "16w217k9z02c4hqizym8dkj6bqmmzx4qdvqpnskgzf174a5pwdxk";
|
sha256 = "15rdwbyk71c9nxvd527bvb8jxkcys8r3dj3vqra5b3sa63qs30vv";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "2.2.7";
|
version = "2.2.8";
|
||||||
};
|
};
|
||||||
rack-protection = {
|
rack-protection = {
|
||||||
dependencies = ["rack"];
|
dependencies = ["rack"];
|
||||||
|
@ -468,10 +520,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "1kpm67az1wxlg76h620in2r7agfyhv177ps268j5ggsanzddzih8";
|
sha256 = "0xsz78hccgza144n37bfisdkzpr2c8m0xl6rnlzgxdbsm1zrkg7r";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "3.0.6";
|
version = "3.1.0";
|
||||||
};
|
};
|
||||||
rack-user_agent = {
|
rack-user_agent = {
|
||||||
dependencies = ["rack" "woothee"];
|
dependencies = ["rack" "woothee"];
|
||||||
|
@ -484,16 +536,27 @@
|
||||||
};
|
};
|
||||||
version = "0.5.3";
|
version = "0.5.3";
|
||||||
};
|
};
|
||||||
|
rdoc = {
|
||||||
|
dependencies = ["psych"];
|
||||||
|
groups = ["default"];
|
||||||
|
platforms = [];
|
||||||
|
source = {
|
||||||
|
remotes = ["https://rubygems.org"];
|
||||||
|
sha256 = "05r2cxscapr9saqjw8dlp89as7jvc2mlz1h5kssrmkbz105qmfcm";
|
||||||
|
type = "gem";
|
||||||
|
};
|
||||||
|
version = "6.5.0";
|
||||||
|
};
|
||||||
reline = {
|
reline = {
|
||||||
dependencies = ["io-console"];
|
dependencies = ["io-console"];
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "1rgsfxm3sb9mgsxa7gks40wy4sb41w33j30y6izmih70ss34x4dh";
|
sha256 = "0187pj9k7d8kdvzjk6r6mf7z7wy18saxxhn7x7pqc840w6h4s0ja";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "0.3.6";
|
version = "0.3.9";
|
||||||
};
|
};
|
||||||
ronin = {
|
ronin = {
|
||||||
dependencies = ["async-io" "open_namespace" "ronin-code-asm" "ronin-code-sql" "ronin-core" "ronin-db" "ronin-exploits" "ronin-fuzzer" "ronin-payloads" "ronin-repos" "ronin-support" "ronin-vulns" "ronin-web" "rouge" "wordlist"];
|
dependencies = ["async-io" "open_namespace" "ronin-code-asm" "ronin-code-sql" "ronin-core" "ronin-db" "ronin-exploits" "ronin-fuzzer" "ronin-payloads" "ronin-repos" "ronin-support" "ronin-vulns" "ronin-web" "rouge" "wordlist"];
|
||||||
|
@ -501,10 +564,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "1ssh8hijpiw4m9pazr3gqqrlsk8bsjk200fp0m15lbnjv4hc713b";
|
sha256 = "0v1v1xb2brgajhh1w38qs4lhnmgygymh1q0q63xpwq32w7a5k7s3";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "2.0.4";
|
version = "2.0.5";
|
||||||
};
|
};
|
||||||
ronin-code-asm = {
|
ronin-code-asm = {
|
||||||
dependencies = ["ruby-yasm"];
|
dependencies = ["ruby-yasm"];
|
||||||
|
@ -545,10 +608,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "0x2mmwbmhc2fh4lk7nx6jbp894mg4aa6n35pkiaf8n527kksa9cd";
|
sha256 = "0fiqdk1rnqk86icx27z531yc1qjs2n41nw9p361980wg0j8b4hsj";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "0.1.1";
|
version = "0.1.2";
|
||||||
};
|
};
|
||||||
ronin-db-activerecord = {
|
ronin-db-activerecord = {
|
||||||
dependencies = ["activerecord" "uri-query_params"];
|
dependencies = ["activerecord" "uri-query_params"];
|
||||||
|
@ -556,10 +619,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "1vygs09ib2dsna1w2lgv4f1qxa6q1niyqvihy4f49f9ppk52mwhh";
|
sha256 = "0igw9syk4psdmijji0cx1dhrv76r1abji8fzdndnrn5h819b2fm3";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "0.1.1";
|
version = "0.1.2";
|
||||||
};
|
};
|
||||||
ronin-exploits = {
|
ronin-exploits = {
|
||||||
dependencies = ["ronin-code-sql" "ronin-core" "ronin-payloads" "ronin-post_ex" "ronin-repos" "ronin-support" "ronin-vulns" "uri-query_params"];
|
dependencies = ["ronin-code-sql" "ronin-core" "ronin-payloads" "ronin-post_ex" "ronin-repos" "ronin-support" "ronin-vulns" "uri-query_params"];
|
||||||
|
@ -567,10 +630,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "078p7fkrgzkjip11wgcvifc5xwcysfy3r1qsh5pid97ysp1qg477";
|
sha256 = "1g2ilmmn6vccjn1i72wyakvjlh0b1qrgnw2nshl9f50j7yj93xpn";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "1.0.2";
|
version = "1.0.3";
|
||||||
};
|
};
|
||||||
ronin-fuzzer = {
|
ronin-fuzzer = {
|
||||||
dependencies = ["combinatorics" "ronin-core" "ronin-support"];
|
dependencies = ["combinatorics" "ronin-core" "ronin-support"];
|
||||||
|
@ -589,10 +652,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "15n2nfrrf695i2fk1vr3f84sgnnhn6v2dhdmfxzrdknr5fckvbic";
|
sha256 = "1gsgbw90xmwwnpc8i873wwgia56hcjkhlyjpxl7s4yvd7ml7pj0f";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "0.1.3";
|
version = "0.1.4";
|
||||||
};
|
};
|
||||||
ronin-post_ex = {
|
ronin-post_ex = {
|
||||||
dependencies = ["fake_io" "hexdump" "ronin-core"];
|
dependencies = ["fake_io" "hexdump" "ronin-core"];
|
||||||
|
@ -622,10 +685,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "0ds32mk7s96gsi3q0m2ljgl122glalya1cbjx1xjjq8wbrbsxdjr";
|
sha256 = "0k2vs6mkcyx0h7k3rjs2bwqimhkfa2m50ll8rgm7zygxz3f6gny3";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "1.0.2";
|
version = "1.0.3";
|
||||||
};
|
};
|
||||||
ronin-vulns = {
|
ronin-vulns = {
|
||||||
dependencies = ["ronin-core" "ronin-support"];
|
dependencies = ["ronin-core" "ronin-support"];
|
||||||
|
@ -633,10 +696,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "1xw029nfxnbjs9nhnb0fgyhksismswap393zm3cnjjw46d643jl8";
|
sha256 = "1p00xrj71436g301b0wnq23ps89x4g9mmzvkghw9sqyfazgc829f";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "0.1.3";
|
version = "0.1.4";
|
||||||
};
|
};
|
||||||
ronin-web = {
|
ronin-web = {
|
||||||
dependencies = ["mechanize" "nokogiri" "nokogiri-diff" "nokogiri-ext" "open_namespace" "ronin-core" "ronin-support" "ronin-web-server" "ronin-web-spider" "ronin-web-user_agents"];
|
dependencies = ["mechanize" "nokogiri" "nokogiri-diff" "nokogiri-ext" "open_namespace" "ronin-core" "ronin-support" "ronin-web-server" "ronin-web-spider" "ronin-web-user_agents"];
|
||||||
|
@ -728,10 +791,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "1q0ghxfqgjhg2dq9699mn5qx6m6q2cgldg312kh41pzwwy71a7hx";
|
sha256 = "00541cnypsh1mnilfxxqlz6va9afrixf9m1asn4wzjp5m59777p8";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "3.0.6";
|
version = "3.1.0";
|
||||||
};
|
};
|
||||||
spidr = {
|
spidr = {
|
||||||
dependencies = ["nokogiri"];
|
dependencies = ["nokogiri"];
|
||||||
|
@ -750,10 +813,20 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "0h95kr5529qv786mfk8r2jjdsdi6v7v3k3dpz69mrcc9i0vpdd37";
|
sha256 = "15415lmz69jbzl6nch4q5l2jxv054676nk6y0vgy0g3iklmjrxvc";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "1.6.3";
|
version = "1.6.6";
|
||||||
|
};
|
||||||
|
stringio = {
|
||||||
|
groups = ["default"];
|
||||||
|
platforms = [];
|
||||||
|
source = {
|
||||||
|
remotes = ["https://rubygems.org"];
|
||||||
|
sha256 = "0ix96dxbjqlpymdigb4diwrifr0bq7qhsrng95fkkp18av326nqk";
|
||||||
|
type = "gem";
|
||||||
|
};
|
||||||
|
version = "3.0.8";
|
||||||
};
|
};
|
||||||
tdiff = {
|
tdiff = {
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
|
@ -770,10 +843,10 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "0bmjgbv8158klwp2r3klxjwaj93nh1sbl4xvj9wsha0ic478avz7";
|
sha256 = "0p3l7v619hwfi781l3r7ypyv1l8hivp09r18kmkn6g11c4yr1pc2";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "2.2.0";
|
version = "2.3.0";
|
||||||
};
|
};
|
||||||
time = {
|
time = {
|
||||||
dependencies = ["date"];
|
dependencies = ["date"];
|
||||||
|
@ -883,9 +956,9 @@
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "133v1v0b8l7v7vdvyhxa2szaf1nb4hsfcqflx1avax93ah3n7ikn";
|
sha256 = "06d4nj2nd172sn5yjw9qmpz7zqnymadbsxph741yx2h9va8q0qgd";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "1.0.2";
|
version = "1.1.0";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue