ownlan 0.4.1 → 0.4.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/ownlan/attack/ntoa.rb +1 -0
- data/lib/ownlan/cli.rb +1 -1
- data/lib/ownlan/config.rb +1 -0
- data/lib/ownlan/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 58090a93209571ab8b94438ae1ce65c0269e5109
|
4
|
+
data.tar.gz: a7ae9ddb9c9c0275e6538d884d46a07fc7ee399e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f49472dd4d69fc352b1653ebec11268af83cbd7a022e711e9614e840b1d1b7bca66f4844d35fc6c1760b00fb14208305be41376cd97e01f027b37b13b2520ccb
|
7
|
+
data.tar.gz: 899a13b7f95c20d327aa7b2d9ee634c7e3e496950170c79d8987236faf7e2bc81bfb57c4911e68eafc45c91da297db4416af2c4f3fed634d7f3d60e5f91f7774
|
data/Gemfile.lock
CHANGED
data/lib/ownlan/attack/ntoa.rb
CHANGED
data/lib/ownlan/cli.rb
CHANGED
@@ -78,7 +78,7 @@ Other Options:
|
|
78
78
|
|
79
79
|
opt :delay, "Set the time lapse delay between each packet", default: 0.5
|
80
80
|
opt :interface, "Set the network interface which will be used", short: 'i', default: 'wlan0'
|
81
|
-
opt :random_mac,
|
81
|
+
opt :random_mac, "If setted, the used origin addresses will be randomly generated.", type: :boolean, default: false
|
82
82
|
opt :victim_ip, "Set the ip address of the target.", short: 't', type: :string
|
83
83
|
opt :victim_mac, "Set the mac address of the target", type: :string
|
84
84
|
opt :gateway_ip, "Set the ip adress of the gateway", type: :string
|
data/lib/ownlan/config.rb
CHANGED
data/lib/ownlan/version.rb
CHANGED