m4dh4v45b1n 0.1.4 → 0.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/lib/m4dh4v45b1n/fuzz-web-dir.rb +8 -2
- data/lib/m4dh4v45b1n/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8c9e474e37f699388ce376aa0df91ba1dd2b744470ae55700b77618fbb0ed7b7
|
|
4
|
+
data.tar.gz: 68129f22ea426eaea189eb0da829ec9c1d948468e075fa4c6b2da2d0a8523d92
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4c426a0cc7cebe7bf39a2b1dd8554f23ca4ad616ea24c89ee24b1c3f185092f6701c9e2b5782df070667de725b4d0ec285867240ef64cc3604dce802b14e883a
|
|
7
|
+
data.tar.gz: d724239e387ef8fad5d991889e510a2be1e4558e3ff7f00bb7adb09c13f88fdf5969a1cb9af4eec732f9d6a154d90732af40e99591ea3faacd6bdcef7bb1605b
|
|
@@ -131,7 +131,13 @@ class Fuzz_web_dir
|
|
|
131
131
|
["hide /status/line/char", "#{@hide_code}/#{@hide_line}/#{@hide_char}"],
|
|
132
132
|
["show /status/line/char", "#{@show_code}/#{@show_line}/#{@show_char}"],
|
|
133
133
|
["output", @out],
|
|
134
|
-
["decoy-proxy",
|
|
134
|
+
["decoy-proxy",
|
|
135
|
+
if !@proxy.nil?
|
|
136
|
+
@proxy.length
|
|
137
|
+
else
|
|
138
|
+
0
|
|
139
|
+
end
|
|
140
|
+
]
|
|
135
141
|
].map {|k,v| print_status(k, v)}
|
|
136
142
|
puts "-"*45
|
|
137
143
|
end
|
|
@@ -174,7 +180,7 @@ class Fuzz_web_dir
|
|
|
174
180
|
sleep(0.01 + @wait)
|
|
175
181
|
end
|
|
176
182
|
if string_line.length < 20
|
|
177
|
-
print "\r#{' '*
|
|
183
|
+
print "\r#{' '*55}\r> #{string_line.chomp}"
|
|
178
184
|
end
|
|
179
185
|
end
|
|
180
186
|
end
|
data/lib/m4dh4v45b1n/version.rb
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
|
-
VERSION = "0.1.
|
|
2
|
+
VERSION = "0.1.5"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: m4dh4v45b1n
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Madhava-mng
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-07-
|
|
11
|
+
date: 2021-07-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: ''
|
|
14
14
|
email:
|
|
@@ -55,7 +55,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
55
55
|
- !ruby/object:Gem::Version
|
|
56
56
|
version: '0'
|
|
57
57
|
requirements: []
|
|
58
|
-
rubygems_version: 3.2.
|
|
58
|
+
rubygems_version: 3.2.22
|
|
59
59
|
signing_key:
|
|
60
60
|
specification_version: 4
|
|
61
61
|
summary: binarys for exploit,scan,enum,brut,fuzz
|