ronin 2.1.0.rc1 → 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 83080c43d17f502c2eeffc66cba98644fe2c6d3f8a33cd5230f64c66ced7a375
4
- data.tar.gz: 25893b73f24ca08634df9ff76dc994e5453d8d98c45f792208cd0826fc9d8c49
3
+ metadata.gz: 01ef79609ba8a2d4f85d4e93c28337e54a7312db89ed9adc3ef4ed3b9d598ede
4
+ data.tar.gz: 21280fd123fd1553a8806cc4572dc50e5195a501f8e2e562637c4dc8caca1ac8
5
5
  SHA512:
6
- metadata.gz: b8032e44bf301b21b5937581b3df2a910469e6697ec6f61c7867e6b8499c55afbdf4766465d1858df5d09ba011b4a4f61313ca9d0d8e2ab16578de497e77862f
7
- data.tar.gz: adec05b8a2355ef4eac10e735705fd24f4e123e67d4bbcf90b384126a8820482d07f337b35a6e433335177f73e21ba979b0398d8a5c3f81d7a6cb6e375f3eeb8
6
+ metadata.gz: 3d86402cf61e3c195b7a9b0a431477e343abc6de9f7bc3163f78b4588727b2e990f403e2faa403e04cab9a5262c8bdd01781b50953eeae1a168028a6f97305ed
7
+ data.tar.gz: 6a2dce0af7d9b239ab1b058e10838d4fa3d1c2652d499b7e2d089da87e9127b0cee0dd34e3db7c13958834c63f5e5f819a300a6a08f30e9623959394ed3c4025
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-3.1
1
+ ruby-3.3
data/ChangeLog.md CHANGED
@@ -1,17 +1,23 @@
1
- ### 2.1.0 / 2024-XX-XX
1
+ ### 2.1.0 / 2024-07-22
2
2
 
3
3
  * Require [Ruby] >- 3.1.0.
4
4
  * Require [wordlist] ~> 1.1.
5
- * Require [ronin-core] ~> 0.2.
5
+ * Require [ronin-support] ~> 1.1.
6
6
  * Require [ronin-dns-proxy] ~> 0.1.
7
+ * Require [ronin-core] ~> 0.2.
8
+ * Require [ronin-repos] ~> 0.2.
9
+ * Require [ronin-db] ~> 0.2.
10
+ * Require [ronin-fuzzer] ~> 0.2.
7
11
  * Require [ronin-listener] ~> 0.1.
8
- * Require [ronin-masscan] ~> 0.1.
9
12
  * Require [ronin-nmap] ~> 0.1.
10
- * Require [ronin-recon] ~> 0.1.
11
- * Require [ronin-support] ~> 1.1.
13
+ * Require [ronin-masscan] ~> 0.1.
14
+ * Require [ronin-payloads] ~> 0.2.
15
+ * Require [ronin-exploits] ~> 1.1.
12
16
  * Require [ronin-vulns] ~> 0.2.
17
+ * Require [ronin-recon] ~> 0.1.
13
18
  * Require [ronin-web] ~> 2.0.
14
19
  * Require [ronin-wordlists] ~> 0.2.
20
+ * Require [ronin-app] ~> 0.1.
15
21
  * Removed unused `Ronin::Config` module.
16
22
 
17
23
  #### CLI
data/README.md CHANGED
@@ -19,13 +19,13 @@ and development. Ronin contains many different [CLI commands](#synopsis) and
19
19
  encoding/decoding data, filter IPs/hosts/URLs, querying ASNs, querying DNS,
20
20
  HTTP, [scanning for web vulnerabilities][ronin-vulns-synopsis],
21
21
  [spidering websites][ronin-web-spider],
22
- [install 3rd party repositories][ronin-repos-synopsis] of
22
+ [installing 3rd-party repositories][ronin-repos-synopsis] of
23
23
  [exploits][ronin-exploits] and/or
24
- [payloads][ronin-payloads], [run exploits][ronin-exploits-synopsis],
25
- [write new exploits][ronin-exploits-examples],
24
+ [payloads][ronin-payloads], [running exploits][ronin-exploits-synopsis],
25
+ [developing new exploits][ronin-exploits-examples],
26
26
  [managing local databases][ronin-db-synopsis],
27
27
  [fuzzing data][ronin-fuzzer],
28
- [perform recon][ronin-recon-synopsis], and much more.
28
+ [performing recon][ronin-recon-synopsis], and much more.
29
29
 
30
30
  ### Who is Ronin for?
31
31