Skip to content

Send HTTP Requests as if they were pings!

License

Notifications You must be signed in to change notification settings

Killeroo/HttpPing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HttpPing

A small tool that sends HTTP requests, presented in a ping-like style with status codes and colored results.

Download it here: [Stable Releases]


alt text

Features

  • Results coloration
  • Ping like functionality
  • HTTP and HTTPS support
  • Common Log Format (NCSA log format)

Usage:

 HttpPing.exe address [-d] [-t] [-ts] [-h] [-n count] [-i interval] [-r redirectCount] [-https]

Arguments:

 [-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

Example

 HttpPing.exe google.com -t -l

More Screenshots

alt text alt text

License

Requester is licensed under the MIT license.

Written by Matthew Carney [matthewcarney64@gmail.com] =^-^=