Skip to content
/ pinger Public

python based ping software using telnet to bypass ICMP restrictions

Notifications You must be signed in to change notification settings

p-i-c-o/pinger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Banner python based ping software using telnet to bypass ICMP restrictions

Prerequisites

  • Python 3.x
    • telnetlib May be deprecated on newer python versions
    • colorama

Installation

git clone https://github.com/p-i-c-o/pinger
cd pinger
nano hosts

Then simply add your hosts in this format: ipaddress:port:neatname

  • IPADDRESS: This can be an IPV4, IPV6 or HOSTNAME IP address.
  • PORT: This can be any port you want TELNET to scan
  • NEATNAME: This can be anything, it will be shown at the front so the user can quickly identify the host

Example: www.google.com:80:Google

Usage

Simply run: python3 ping.py

Tested on

  • [~] macOS
  • [✓] Ubuntu 22.04.3 LTS

Screenshots

Preview of pinger when run in the terminal

About

python based ping software using telnet to bypass ICMP restrictions

Topics

Resources

Stars

Watchers

Forks

Languages