playground:servers

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
playground:servers [2025-05-14 16:33] – [Fingerprinting] geekplayground:servers [2025-05-14 17:25] (current) – [Fingerprinting] geek
Line 92: Line 92:
  
 Network card MAC addresses: ''%%Getmac /NH >> info.txt%%'' Network card MAC addresses: ''%%Getmac /NH >> info.txt%%''
 +
 +Computer System Product UUID (This is used to identify an OEM PC, it may be generic for custom built PCs or VMs):
 +<code autohotkey>
 +MsgBox ComObjGet("winmgmts:").ExecQuery("Select UUID from Win32_ComputerSystemProduct").ItemIndex(0).UUID
 +</code>
 +
 +MachineGuid (This is used to identify a Windows installation, but can be spoofed or cloned sometimes even by accident using tools like CloneZilla):
 +<code autohotkey>
 +MsgBox RegRead("HKLM\SOFTWARE\Microsoft\Cryptography", "MachineGuid")
 +</code>
 ===== Oracle Free VPS ===== ===== Oracle Free VPS =====