Skip to content

Instantly share code, notes, and snippets.

@jflyoo
jflyoo / nping.ps1
Created February 24, 2021 22:38
Admin Tools
<#
.SYNOPSIS
nPInG, or New Packet Internet Groper, is a utility to supply live reporting on device connectivity using Powershell on Windows
.DESCRIPTION
NPInG sends ICMP echo requests to a specified device and will report the network connectivity status as it changes
.PARAMETER Destination
@jflyoo
jflyoo / Disable-LLMNR.bat
Last active February 24, 2021 22:35
Security
REM Link-Local Multicast Name Resolution is a Windows service that leaves the OS open to DNS spoofing from machines on the local network
reg add "hklm\software\policies\microsoft\windows nt\dnsclient"
reg add "hklm\software\policies\microsoft\windows nt\dnsclient" /v EnableMulticast /t REG_DWORD /d "0" /f