GitHub - zer0n1/python-icmp-non-root: a python ping module with no need of root · GitHub
Skip to content

zer0n1/python-icmp-non-root

Folders and files

Repository files navigation

I've done very little job to finish it. changed

socket.socket(socket.AF_INET, socket.SOCK_RAW, ICMP_CODE)

to

socket.socket(socket.AF_INET, socket.SOCK_DGRAM, socket.IPPROTO_ICMP)

and We can use non-root user to ping in python.

About

a python ping module with no need of root

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages