Das Netzwerk-Taschenmesser
http://www.secdev.org/projects/scapy/
http://www.secdev.org/projects/scapy/files/scapy.py
http://sid.rstack.org/index.php/Wifitap_EN Wifitap EN
Alles kein Ding, den Code ansehen adaptieren http://py.vaults.ca/apyllo.py?i=572711
http://py.vaults.ca/apyllo.py/812237977.572711
http://www.dotfunk.com/projects/whois/
Usage
The following code looks up the country code by hostname:
import GeoIP
gi = GeoIP.new(GeoIP.GEOIP_MEMORY_CACHE) print gi.country_code_by_addr("203.195.93.0")
For additional examples, see test.py inside the distribution.
Python/Module/InterNet (last modified 2008-11-04 07:00:08)