Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoSign in
Socket

dhcplayer

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dhcplayer - cargo Package Compare versions

Comparing version
0.1.8
to
0.1.9
+1
-1
.cargo_vcs_info.json
{
"git": {
"sha1": "042ce1dd0210af43102957abbbe908e44b70ee05"
"sha1": "fffffb39840805798edd5af95d13277c8338b8bc"
},
"path_in_vcs": ""
}

@@ -98,3 +98,3 @@ # This file is automatically @generated by Cargo.

name = "dhcplayer"
version = "0.1.8"
version = "0.1.9"
dependencies = [

@@ -101,0 +101,0 @@ "clap",

@@ -15,3 +15,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO

name = "dhcplayer"
version = "0.1.8"
version = "0.1.9"
authors = ["Eloy Pérez <zer1t0ps@protonmail.com>"]

@@ -18,0 +18,0 @@ description = "A tool to play and attack DHCP"

@@ -19,3 +19,3 @@ mod config;

let iface_net = get_iface_ipv4_network(iface).ok_or_else(|| {
format!("Unable to get the network of {} interface", iface.name)
format!("Unable to get the network of {} interface. Maybe you need to assign {} an IP address?", iface.name, iface.name)
})?;

@@ -145,5 +145,5 @@

None => format!(""),
});
}
);
}
}

@@ -150,0 +150,0 @@ }

Sorry, the diff of this file is not supported yet