IP_PINGER
A downloadable tool for Windows
Free and easy to use ip pinger source code in screen shots
Status | Released |
Category | Tool |
Platforms | Windows |
Author | Neon-LightRays |
Tags | ethical-hacking, Hacking, ip, ip-pinger, pinger, tool, utility |
Average session | A few minutes |
Languages | English |
Inputs | Keyboard |
Download
Download
pinger.bat 881 bytes
Install instructions
none needed
Comments
Log in with itch.io to leave a comment.
PING -n 1 %IP% | FIND "TTL="
title :: pinging: %IP% ::
IF ERRORLEVEL 1 (echo IP HIT SUCCESSFULLY)
set /a num=(%Random%%%9)+1
color %num%
ping -t 1 0 10 127.0.0.1 >nul
GoTo top
...
seems legit