moby.rb 2.1.3 → 2.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG +35 -3
- data/README.md +5 -0
- data/lib/Moby/VERSION.rb +1 -1
- data/moby.rb.gemspec +1 -1
- metadata +3 -3
- /data/{LICENSE.txt → LICENSE} +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b620cbd1973c1395b42c03de24255934a2ac9bcba7b33bdf45cb810014236730
|
|
4
|
+
data.tar.gz: f8b2f441d724d07481f2d99468dc3cc623f150aefb4ddffeeb1af9412da758bd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e95358e8f0f9691159019ac920afe6c7148401d6eb9888448ccbc2da73a229e190ed846ee554728145258b23eb3c2deaf48cc99a403c96bc3e1c06156c2dc80b
|
|
7
|
+
data.tar.gz: e83fe26e8b0535d3f97d706be6477333850f1f9e518ea677ec43d6b18a0ae60af3673b35bae83b75a2da81a16e3cb5e66612ab39937b7052e3c33a473c6e1334
|
data/CHANGELOG
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
+
## 20260821
|
|
4
|
+
|
|
5
|
+
2.1.5: + README.md: a License section, saying MIT.
|
|
6
|
+
|
|
7
|
+
1. + README.md: a License section, last, after Contributing. 2.1.4 renamed the licence file and left the README silent about it, so this was the one repository here carrying a LICENSE which its README never mentioned, the inverse of the four which named MIT with no file.
|
|
8
|
+
2. ~ Moby::VERSION: /2.1.4/2.1.5/
|
|
9
|
+
|
|
10
|
+
2.1.4: /LICENSE.txt/LICENSE/
|
|
11
|
+
|
|
12
|
+
1. ~ LICENSE.txt --> LICENSE, so that the name matches the one every other repository here uses. impuri added its at 0.12.4 as LICENSE, and the tap's other nineteen are about to gain one under that name; this was the odd one out, and a licence file is looked for by name.
|
|
13
|
+
2. ~ moby.rb.gemspec: /'LICENSE.txt'/'LICENSE'/ in spec.files, without which gem build refuses outright: the manifest lists its loose files as literals rather than through Dir[], so a name which is not there stops the build. That is the form 2.1.2 adopted for exactly this reason.
|
|
14
|
+
3. ~ Moby::VERSION: /2.1.3/2.1.4/
|
|
15
|
+
|
|
16
|
+
|
|
3
17
|
## 20260820
|
|
4
18
|
|
|
5
19
|
2.1.3: Backfill the CHANGELOG below 0.7.0 to the 0.0.0 origin.
|
|
@@ -108,12 +122,12 @@
|
|
|
108
122
|
|
|
109
123
|
## 20240605
|
|
110
124
|
|
|
111
|
-
0.9.0: Merge of
|
|
125
|
+
0.9.0: Merge of 2020's 0.8.1 and 2023's 0.8.3.
|
|
112
126
|
|
|
113
127
|
|
|
114
128
|
## 20231206
|
|
115
129
|
|
|
116
|
-
0.8.
|
|
130
|
+
0.8.3: Fix when username or password field number is specified or nothing is specified, renumbered from 0.8.1.
|
|
117
131
|
|
|
118
132
|
1. ~ lib/Whale: ~ set_username_field(): Fix when username field number is specified or nothing is specified.
|
|
119
133
|
2. ~ lib/Whale: ~ set_password_field(): Fix when password field number is specified or nothing is specified.
|
|
@@ -121,7 +135,7 @@
|
|
|
121
135
|
|
|
122
136
|
## 20231119
|
|
123
137
|
|
|
124
|
-
0.8.
|
|
138
|
+
0.8.2: An accidental fork of 0.7.0 in 2023, renumbered from 0.8.0.
|
|
125
139
|
|
|
126
140
|
1. + README.md
|
|
127
141
|
2. + CHANGES.txt
|
|
@@ -133,6 +147,24 @@
|
|
|
133
147
|
8. + lib/File/self.collect.rb
|
|
134
148
|
|
|
135
149
|
|
|
150
|
+
## 20200111
|
|
151
|
+
|
|
152
|
+
0.8.1: Update the bundled File.collect to 0.2.1, renumbered from 0.8.0.
|
|
153
|
+
|
|
154
|
+
1. ~ lib/File/self.collect.rb: 0.2.0 --> 0.2.1, and the date: /20190821/20200111/.
|
|
155
|
+
2. Renumbered because two lines each reached 0.8.0. This one renamed Whale to Moby in 2019 and carried on; the other forked 0.7.0 in 2023 and kept the Whale name. A version naming two states names neither, so each release takes one of its own.
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
## 20190821
|
|
159
|
+
|
|
160
|
+
0.8.0: Rename Whale to Moby; add a Gemfile and File.collect.
|
|
161
|
+
|
|
162
|
+
1. ~ bin/whale --> bin/moby, ~ lib/Whale.rb --> lib/Moby.rb, and the class with them.
|
|
163
|
+
2. + Gemfile, + Gemfile.lock.
|
|
164
|
+
3. + lib/File/self.collect.rb 0.2.0, + lib/Thoran/File/SelfCollect/self.collect.rb.
|
|
165
|
+
4. Never recorded until now: the file ran from the 2023 fork straight back to 0.7.4, and 0.9.0 spoke of merging a 0.8.0 which no entry described.
|
|
166
|
+
|
|
167
|
+
|
|
136
168
|
## 20190820
|
|
137
169
|
|
|
138
170
|
0.7.4: Rescue Net::OpenTimeout in the submission loop.
|
data/README.md
CHANGED
|
@@ -170,3 +170,8 @@ Note that there's no equivalent short names for constructor arguments.
|
|
|
170
170
|
3. Commit your changes: `git commit -am 'Add some feature'`
|
|
171
171
|
4. Push to the branch: `git push origin my-new-feature`
|
|
172
172
|
5. Create a new pull request
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
## License
|
|
176
|
+
|
|
177
|
+
MIT
|
data/lib/Moby/VERSION.rb
CHANGED
data/moby.rb.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: moby.rb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- thoran
|
|
@@ -118,7 +118,7 @@ extra_rdoc_files: []
|
|
|
118
118
|
files:
|
|
119
119
|
- CHANGELOG
|
|
120
120
|
- Gemfile
|
|
121
|
-
- LICENSE
|
|
121
|
+
- LICENSE
|
|
122
122
|
- README.md
|
|
123
123
|
- Rakefile
|
|
124
124
|
- bin/moby
|
|
@@ -165,7 +165,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
165
165
|
- !ruby/object:Gem::Version
|
|
166
166
|
version: '0'
|
|
167
167
|
requirements: []
|
|
168
|
-
rubygems_version: 4.0.
|
|
168
|
+
rubygems_version: 4.0.19
|
|
169
169
|
specification_version: 4
|
|
170
170
|
summary: Moby is a credentials poisoning tool which floods phishing forms with fake
|
|
171
171
|
credentials.
|
/data/{LICENSE.txt → LICENSE}
RENAMED
|
File without changes
|