Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Send ICMP pings with an option to set the RFC 3514 "evil bit"

zimage/evil-ping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

evil-ping

usage: evil.py [-h] [-c COUNT] [-E] [-i INTERVAL] [-s SIZE] [-t TTL] [-W TIMEOUT] destination

send ICMP ECHO_REQUEST to network hosts

positional arguments:
  destination              DNS name or IP address (type: str)

optional arguments:
  -h, --help               show this help message and exit
  -c, --count COUNT        stop after count replies (type: int, default: 5)
  -E, --evil               send evil packets (type: bool, default: False)
  -i, --interval INTERVAL  seconds between sending each packet (type: float, default: 1.0)
  -s, --size SIZE          use size as number of data bytes to be sent (type: int, default: 56)
  -t, --ttl TTL            define time to live (type: int, default: 64)
  -W, --timeout TIMEOUT    time to wait for response (type: float, default: 1.0)

About

Send ICMP pings with an option to set the RFC 3514 "evil bit"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages