A small tool that sends HTTP requests, presented in a ping-like style with status codes and colored results.
Download it here: [Stable Releases]
- Results coloration
- Ping like functionality
- HTTP and HTTPS support
- Common Log Format (NCSA log format)
HttpPing.exe address [-d] [-t] [-ts] [-h] [-n count] [-i interval] [-r redirectCount] [-https]
[-d] Detailed mode: shows server and cache info
[-t] Infinite mode: Keep sending requests until stopped (Ctrl-C)
[-n count] Send a specific number of requests
[-ts] Include timestamp of when each request was sent
[-h] Only show the hostname in responses
[-i interval] Interval between each request in milliseconds (default 30000)
[-l] Use Common Log Format (https://en.wikipedia.org/wiki/Common_Log_Format)
[-nc] No color
[-r redirectCount] Follow redirect requests a maximum number of times (default 4)
[-https] Force requests to use https
HttpPing.exe google.com -t -l
Requester is licensed under the MIT license.
Written by Matthew Carney [[email protected]] =^-^=