patronus_fati 1.3.0 → 1.3.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 +4 -4
- data/lib/patronus_fati/data_models/access_point.rb +1 -1
- data/lib/patronus_fati/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8f86731ba5f2e4528ab41956da7c996a5a61f29a
|
|
4
|
+
data.tar.gz: 2b854bd72110dfde1e538a383e0c5fa9800374a8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aa9378db54dd9579c02767b0be50c0c78923207965b41c67ddb9713a15aa4a48c0b3ce24fd2e769082d09899dae0421e40e1d5118ce93a85f7f9e081645af120
|
|
7
|
+
data.tar.gz: b48d6775d5cf620f455e9c78f961e00aab1fb78a1aa6f8d6d3cf56ef668af6ce1628e99cdf99b1d0c9fda82dd1d1605ac36e106caa0169a7b3574f8953b3fae4
|
|
@@ -66,7 +66,7 @@ module PatronusFati
|
|
|
66
66
|
return false unless ssids
|
|
67
67
|
return false if active_ssids.count == 1
|
|
68
68
|
|
|
69
|
-
presences = active_ssids.map(&:presence)
|
|
69
|
+
presences = active_ssids.values.map(&:presence)
|
|
70
70
|
# This check becomes very expensive at larger numbers, if we get too
|
|
71
71
|
# high just short circuit and assume that yes there are simultaneous
|
|
72
72
|
# SSIDs being transmitted. This is likely a sign of a malicious device.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: patronus_fati
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sam Stelfox
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-10-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: louis
|
|
@@ -234,7 +234,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
234
234
|
version: '0'
|
|
235
235
|
requirements: []
|
|
236
236
|
rubyforge_project:
|
|
237
|
-
rubygems_version: 2.6.
|
|
237
|
+
rubygems_version: 2.6.14
|
|
238
238
|
signing_key:
|
|
239
239
|
specification_version: 4
|
|
240
240
|
summary: A ruby implementation of the Kismet client protocol.
|