timing_attack 0.7.0 → 0.7.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a9dad3ef8376bd88e79bcd12837a63ba8f3a13bc
4
- data.tar.gz: e9264080d5a988ec447116417c9a70d90651dad9
3
+ metadata.gz: c4fb954a1fce372121d171042ae672fd8f1008a9
4
+ data.tar.gz: b02a30bceff2e87a13ba5e269ea40086065aa892
5
5
  SHA512:
6
- metadata.gz: 4c30183c4cad7f9aab7d7b4ad38ea8bdecbf33462d5e6bb665259f216682ceae8d5665fd09f8641f2173cfb2b189cb2f3207aa9f4fa6efdbef49d928d39298c2
7
- data.tar.gz: 8176233a6769ddbba0c37e74dd7b640af90b476bf90a0600e3ae57c83d1cf87468e3cbdd1eeec3c9d8b3530b948b597c95b4f2007df4444e5d5d238a48329bdf
6
+ metadata.gz: 8d4ced390faae4ea12a6c86b632ecb3137a221d04ef88e16fa5f0de6f52d06b6b27d27ffe9436fb50a1768e56124fe08dbddb0280a47597b3d4d7ab35bd8886d
7
+ data.tar.gz: c18970599cd6032b5b9fbcf5e73d63ff313ba6ae6d408b70c4f808c657a9d1fbe0f47ac7524bfa1cd372e1222abd752293dd4b48bd4f3c9e142da26e8bdd0e68
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ![Arsenal_2017](https://cdn.rawgit.com/toolswatch/badges/master/arsenal/2017.svg)
1
+ [![Black Hat Arsenal]( https://github.com/toolswatch/badges/blob/master/arsenal/usa/2017.svg)](https://www.toolswatch.org/2017/06/the-black-hat-arsenal-usa-2017-phenomenal-line-up-announced/)
2
2
  [![Gem Version](https://badge.fury.io/rb/timing_attack.svg)](http://badge.fury.io/rb/timing_attack)
3
3
 
4
4
  # timing_attack
@@ -157,7 +157,7 @@ with percentiles above ~15, median, and mean are all quite noisy, so you should
157
157
  probably keep `--percentile` low.
158
158
 
159
159
  I was very surprised to find that I get correct results against remote targets
160
- with `--num` around 20. Default is 5, as that has been sufficient in my tests
160
+ with `--number` around 20. Default is 50, as that has been sufficient in my tests
161
161
  for LAN and local targets.
162
162
 
163
163
  ## Contributing
@@ -53,7 +53,7 @@ class TimingAttackCli
53
53
  opts.on("-q", "--quiet", "Quiet mode (don't display progress bars)") { |bool| options[:verbose] = !bool }
54
54
  opts.on("-b", "--brute-force", "Brute force mode") { |bool| options[:brute_force] = bool }
55
55
  opts.on("-i FILE", "--inputs-file FILE", "Read inputs from specified file, one per line") do |str|
56
- options[:inputs] = flat_file(filename)
56
+ options[:inputs] = flat_file(str)
57
57
  end
58
58
  opts.on("--parameters STR", "JSON hash of URL parameters. 'INPUT' will be replaced with the attack string") do |str|
59
59
  options[:params] = JSON.parse(str)
@@ -1,3 +1,3 @@
1
1
  module TimingAttack
2
- VERSION = "0.7.0"
2
+ VERSION = "0.7.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: timing_attack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Forrest Fleming
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-12-15 00:00:00.000000000 Z
11
+ date: 2019-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ruby-progressbar