uhubctl: fix darwin build (#361491)
[NixPkgs.git] / pkgs / tools / security / ronin / Gemfile.lock
blob4157e599413004fe2e04e2a567bd38391ad81d36
1 GEM
2   remote: https://rubygems.org/
3   specs:
4     activemodel (7.1.0)
5       activesupport (= 7.1.0)
6     activerecord (7.1.0)
7       activemodel (= 7.1.0)
8       activesupport (= 7.1.0)
9       timeout (>= 0.4.0)
10     activesupport (7.1.0)
11       base64
12       bigdecimal
13       concurrent-ruby (~> 1.0, >= 1.0.2)
14       connection_pool (>= 2.2.5)
15       drb
16       i18n (>= 1.6, < 2)
17       minitest (>= 5.1)
18       mutex_m
19       tzinfo (~> 2.0)
20     addressable (2.8.5)
21       public_suffix (>= 2.0.2, < 6.0)
22     async (2.6.4)
23       console (~> 1.10)
24       fiber-annotation
25       io-event (~> 1.1)
26       timers (~> 4.1)
27     async-io (1.36.0)
28       async
29     base64 (0.1.1)
30     bigdecimal (3.1.4)
31     chars (0.3.2)
32     combinatorics (0.4.4)
33     command_kit (0.4.0)
34     command_mapper (0.3.1)
35     concurrent-ruby (1.2.2)
36     connection_pool (2.4.1)
37     console (1.23.2)
38       fiber-annotation
39       fiber-local
40     date (3.3.3)
41     domain_name (0.5.20190701)
42       unf (>= 0.0.5, < 1.0.0)
43     drb (2.1.1)
44       ruby2_keywords
45     fake_io (0.1.0)
46     fiber-annotation (0.2.0)
47     fiber-local (1.0.0)
48     hexdump (1.0.0)
49     http-cookie (1.0.5)
50       domain_name (~> 0.5)
51     i18n (1.14.1)
52       concurrent-ruby (~> 1.0)
53     io-console (0.6.0)
54     io-event (1.3.2)
55     irb (1.8.1)
56       rdoc
57       reline (>= 0.3.8)
58     mechanize (2.9.1)
59       addressable (~> 2.8)
60       domain_name (~> 0.5, >= 0.5.20190701)
61       http-cookie (~> 1.0, >= 1.0.3)
62       mime-types (~> 3.0)
63       net-http-digest_auth (~> 1.4, >= 1.4.1)
64       net-http-persistent (>= 2.5.2, < 5.0.dev)
65       nokogiri (~> 1.11, >= 1.11.2)
66       rubyntlm (~> 0.6, >= 0.6.3)
67       webrick (~> 1.7)
68       webrobots (~> 0.1.2)
69     mime-types (3.5.1)
70       mime-types-data (~> 3.2015)
71     mime-types-data (3.2023.1003)
72     mini_portile2 (2.8.4)
73     minitest (5.20.0)
74     mustermann (3.0.0)
75       ruby2_keywords (~> 0.0.1)
76     mutex_m (0.1.2)
77     net-ftp (0.2.0)
78       net-protocol
79       time
80     net-http-digest_auth (1.4.1)
81     net-http-persistent (4.0.2)
82       connection_pool (~> 2.2)
83     net-imap (0.4.1)
84       date
85       net-protocol
86     net-pop (0.1.2)
87       net-protocol
88     net-protocol (0.2.1)
89       timeout
90     net-smtp (0.4.0)
91       net-protocol
92     nokogiri (1.15.4)
93       mini_portile2 (~> 2.8.2)
94       racc (~> 1.4)
95     nokogiri-diff (0.2.0)
96       nokogiri (~> 1.5)
97       tdiff (~> 0.3, >= 0.3.2)
98     nokogiri-ext (0.1.0)
99       nokogiri (~> 1.0)
100     open_namespace (0.4.1)
101     psych (5.1.0)
102       stringio
103     public_suffix (5.0.3)
104     racc (1.7.1)
105     rack (2.2.8)
106     rack-protection (3.1.0)
107       rack (~> 2.2, >= 2.2.4)
108     rack-user_agent (0.5.3)
109       rack (>= 1.5)
110       woothee (>= 1.0.0)
111     rdoc (6.5.0)
112       psych (>= 4.0.0)
113     reline (0.3.9)
114       io-console (~> 0.5)
115     ronin (2.0.5)
116       async-io (~> 1.0)
117       open_namespace (~> 0.4)
118       ronin-code-asm (~> 1.0)
119       ronin-code-sql (~> 2.0)
120       ronin-core (~> 0.1, >= 0.1.2)
121       ronin-db (~> 0.1)
122       ronin-exploits (~> 1.0, >= 1.0.1)
123       ronin-fuzzer (~> 0.1)
124       ronin-payloads (~> 0.1, >= 0.1.1)
125       ronin-repos (~> 0.1)
126       ronin-support (~> 1.0, >= 1.0.3)
127       ronin-vulns (~> 0.1, >= 0.1.2)
128       ronin-web (~> 1.0, >= 1.0.1)
129       rouge (~> 3.0)
130       wordlist (~> 1.0, >= 1.0.3)
131     ronin-code-asm (1.0.0)
132       ruby-yasm (~> 0.3)
133     ronin-code-sql (2.1.0)
134       ronin-support (~> 1.0)
135     ronin-core (0.1.2)
136       command_kit (~> 0.4)
137       irb (~> 1.0)
138       reline (~> 0.1)
139     ronin-db (0.1.2)
140       ronin-core (~> 0.1)
141       ronin-db-activerecord (~> 0.1)
142       ronin-support (~> 1.0)
143       sqlite3 (~> 1.0)
144     ronin-db-activerecord (0.1.2)
145       activerecord (~> 7.0)
146       uri-query_params (~> 0.6)
147     ronin-exploits (1.0.3)
148       ronin-code-sql (~> 2.0)
149       ronin-core (~> 0.1)
150       ronin-payloads (~> 0.1, >= 0.1.1)
151       ronin-post_ex (~> 0.1)
152       ronin-repos (~> 0.1)
153       ronin-support (~> 1.0, >= 1.0.1)
154       ronin-vulns (~> 0.1, >= 0.1.1)
155       uri-query_params (~> 0.6)
156     ronin-fuzzer (0.1.0)
157       combinatorics (~> 0.4)
158       ronin-core (~> 0.1)
159       ronin-support (~> 1.0)
160     ronin-payloads (0.1.4)
161       ronin-code-asm (~> 1.0)
162       ronin-core (~> 0.1)
163       ronin-post_ex (~> 0.1)
164       ronin-repos (~> 0.1)
165       ronin-support (~> 1.0)
166     ronin-post_ex (0.1.0)
167       fake_io (~> 0.1)
168       hexdump (~> 1.0)
169       ronin-core (~> 0.1)
170     ronin-repos (0.1.1)
171       ronin-core (~> 0.1)
172     ronin-support (1.0.3)
173       addressable (~> 2.0)
174       chars (~> 0.3, >= 0.3.2)
175       combinatorics (~> 0.4)
176       hexdump (~> 1.0)
177       uri-query_params (~> 0.8)
178     ronin-vulns (0.1.4)
179       ronin-core (~> 0.1)
180       ronin-support (~> 1.0, >= 1.0.1)
181     ronin-web (1.0.2)
182       mechanize (~> 2.0)
183       nokogiri (~> 1.4)
184       nokogiri-diff (~> 0.2)
185       nokogiri-ext (~> 0.1)
186       open_namespace (~> 0.4)
187       ronin-core (~> 0.1)
188       ronin-support (~> 1.0)
189       ronin-web-server (~> 0.1, >= 0.1.1)
190       ronin-web-spider (~> 0.1)
191       ronin-web-user_agents (~> 0.1)
192     ronin-web-server (0.1.1)
193       rack (~> 2.2)
194       rack-user_agent (~> 0.5)
195       ronin-support (~> 1.0)
196       sinatra (~> 3.0)
197       webrick (~> 1.0)
198     ronin-web-spider (0.1.0)
199       ronin-support (~> 1.0)
200       spidr (~> 0.7)
201     ronin-web-user_agents (0.1.0)
202     rouge (3.30.0)
203     ruby-yasm (0.3.0)
204       command_mapper (~> 0.1)
205     ruby2_keywords (0.0.5)
206     rubyntlm (0.6.3)
207     sinatra (3.1.0)
208       mustermann (~> 3.0)
209       rack (~> 2.2, >= 2.2.4)
210       rack-protection (= 3.1.0)
211       tilt (~> 2.0)
212     spidr (0.7.0)
213       nokogiri (~> 1.3)
214     sqlite3 (1.6.6)
215       mini_portile2 (~> 2.8.0)
216     stringio (3.0.8)
217     tdiff (0.3.4)
218     tilt (2.3.0)
219     time (0.2.2)
220       date
221     timeout (0.4.0)
222     timers (4.3.5)
223     tzinfo (2.0.6)
224       concurrent-ruby (~> 1.0)
225     unf (0.1.4)
226       unf_ext
227     unf_ext (0.0.8.2)
228     uri-query_params (0.8.1)
229     webrick (1.8.1)
230     webrobots (0.1.2)
231     woothee (1.13.0)
232     wordlist (1.1.0)
234 PLATFORMS
235   ruby
237 DEPENDENCIES
238   net-ftp
239   net-imap
240   net-pop
241   net-smtp
242   ronin
244 BUNDLED WITH
245    2.3.26