Skip to content

Instantly share code, notes, and snippets.

@s0enke
Created February 17, 2020 08:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save s0enke/736f9600e66aa4c70fb1e7e472bc1288 to your computer and use it in GitHub Desktop.
Save s0enke/736f9600e66aa4c70fb1e7e472bc1288 to your computer and use it in GitHub Desktop.
Mit neuem Host-ID Tool
PS C:\gfos\jdk\bin> java -jar .\HostId.jar
display name : Software Loopback Interface 1
name : lo
index : 1
loopback : true
p2p : false
up : true
virtual : false
network interface Software Loopback Interface 1 is invalid: no hardware address
display name : Microsoft ISATAP Adapter #2
name : net0
index : 2
loopback : false
p2p : false
up : false
virtual : false
network interface Microsoft ISATAP Adapter #2 is invalid: no hardware address
display name : Microsoft Kernel Debug Network Adapter
name : eth0
index : 3
loopback : false
p2p : false
up : false
virtual : false
network interface Microsoft Kernel Debug Network Adapter is invalid: no hardware address
hardware address: 0A:17:70:7A:B4:4C
display name : Amazon Elastic Network Adapter
name : eth1
index : 4
loopback : false
p2p : false
up : true
virtual : false
network interface Amazon Elastic Network Adapter is valid
display name : Intel(R) 82599 Virtual Function
name : eth2
index : 5
loopback : false
p2p : false
up : false
virtual : false
network interface Intel(R) 82599 Virtual Function is invalid: no hardware address
display name : AWS PV Network Device
name : eth3
index : 6
loopback : false
p2p : false
up : false
virtual : false
network interface AWS PV Network Device is invalid: no hardware address
hardware address: 00:00:00:00:00:00:00:E0
display name : Microsoft ISATAP Adapter
name : net1
index : 7
loopback : false
p2p : true
up : false
virtual : false
network interface Microsoft ISATAP Adapter is invalid: hardware address starts with 0-Bytes
display name : Teredo Tunneling Pseudo-Interface
name : net2
index : 8
loopback : false
p2p : false
up : false
virtual : false
network interface Teredo Tunneling Pseudo-Interface is invalid: no hardware address
display name : Amazon Elastic Network Adapter-WFP Native MAC Layer LightWeight Filter-0000
name : eth4
index : 9
loopback : false
p2p : false
up : false
virtual : false
network interface Amazon Elastic Network Adapter-WFP Native MAC Layer LightWeight Filter-0000 is invalid: no hardware address
display name : Amazon Elastic Network Adapter-QoS Packet Scheduler-0000
name : eth5
index : 10
loopback : false
p2p : false
up : false
virtual : false
network interface Amazon Elastic Network Adapter-QoS Packet Scheduler-0000 is invalid: no hardware address
display name : Amazon Elastic Network Adapter-WFP 802.3 MAC Layer LightWeight Filter-0000
name : eth6
index : 11
loopback : false
p2p : false
up : false
virtual : false
network interface Amazon Elastic Network Adapter-WFP 802.3 MAC Layer LightWeight Filter-0000 is invalid: no hardware address
MacAddressId.getId: <0A:17:70:7A:B4:4C>
unhashed hostId: <1Ae0-QS4t-F6Th/0A:17:70:7A:B4:4C/A6f3-Z78W-90yC>
MessageDigest: SHA-256 Message Digest from SUN, <initialized>
MessageDigest.algorhythm: SHA-256
MessageDigest.length: 32
MessageDigest.provider: SUN version 1.8
hash values: 5f e0 a8 cd 41 a1 63 1f d2 ba 22 2a 86 2f 7b cc 35 0d 77 74 42 2b b9 1b 87 c7 40 01 73 09 6f 39
base64 encoded hostId: <X+CozUGhYx/SuiIqhi97zDUNd3RCK7kbh8dAAXMJbzk=>
PS C:\gfos\jdk\bin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment