Skip to content

A cli for pinging websites written in rust, pingman supports proxies and very verbose config

Notifications You must be signed in to change notification settings

steele123/pingman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pingman

Pingman is a very fast and concurrent http pinging cli. It supports proxies and very verbose configurations.

Note

pingman is very new and has almost no actual testing so its probably a buggy mess atm just let that be known, if you spot a bug please either create an issue or a pull request :)

Installation

There is 2 ways to install pingman, the first is compiling it yourself from source with cargo and the second is downloading from github releases.

Build from source with git and cargo

git clone https://github.com/steele123/pingman.git
cd pingman
cargo build --release

Install from github releases

Releases are added by GitHub actions for Mac, Linux and Windows each time I create a new release tag. Latest Release

After you download the release simply extract it with WinRar then you can run pingman!

Basic Usage

View current pingman version

pingman -V

View the help command for more verbose commands

pingman -h

Using a file filled with proxies to ping amazon

# By default the site will be google.com this will use your proxies.txt to ping all of them
pingman proxy -f ./proxies.txt -s https://amazon.com 

Basic http ping

# This will ping amazon 10 times and give you the analytics
pingman ping -s https://amazon.com

Saving the proxy results to a json file

pingman proxy -f ./proxies.txt -s https://amazon.com -o ./output.json

About

A cli for pinging websites written in rust, pingman supports proxies and very verbose config

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages