Skip to content

Latest commit

 

History

11 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

仓库 files navigation

icmpviewer

View the pings coming from all over the world

Install

  • apt-get install python-nfqueue python2.7
  • wget -O- http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz | gunzip > GeoLiteCity.dat

Usage

  • iptables -A INPUT -i eth0 -p icmp --icmp-type echo-request -j NFQUEUE --queue-num 5 --queue-bypass
  • python2 main.py
Example output
$ ./main.py
Listening on queue number 5

2014-08-13 01:12:57 195.154.xxx.xxx France ? ...
2014-08-13 01:15:01 86.27.xxx.xxx United Kingdom Fleet .......

关于

View the pings coming from all over the world

Resources

Stars

4 stars

关注者

1 watching

复刻s

发布

贡献者

Languages