Tonight I decided to send ARP flood over the wireless link to find who is using it. This is a strange thing .. ok but it works pretty fine and quickly .. First step is to build the custom packet.. … Continue reading →
tag: Network, Python
While looking for a fun way to filter my WIFI traffic, I decided to look at userland firewall API in Python. I found: ipqueue. I haven’t really wrote a full featured app with it, but here the first things to … Continue reading →
tag: firewall, Python
In a recent post Ian explain he get a lot of trouble w/ the configuration of his mail system. I ran into the same issues a little time ago. Now i’m using postfix and courier-imap and maildrop to dispatch the … Continue reading →
tag: mail, Python, spam, sysadmin
As nobody notice that, the new apt-proxy use python (not perl as the old one). This is really a good news because i love Python and the new apt-proxy has some better performance than the oldest perlish one. The key … Continue reading →
tag: debian, Python, torrent, twisted
http://supybot.sourceforge.net (SupyBot) is the coolest ircbot written in python, that i’ ever used. After 3 years of good work with eggdrop, it’s time to use something more userfriendly and python based. This is a short introduction to use it: download … Continue reading →
tag: bot, irc, Python
This post load testing BIND using dnspython and queryperf is a nice post about the use of dnspython module. There is a bunch of dns module right now adns and other.. but this one looks kool since it can read … Continue reading →
tag: dns, geo, Python
While looking for a way to call ioctl in Python, I found this . This is really strange.. have you ever think of tweaking a kernel with Python ? , i don’t. Anyway, I really enjoy this, since i don’t … Continue reading →
tag: bsd, Python
Ever think of sniffing or forging packet in Python ? I spent a part of time hacking some UDP packet for my work and building Ethercap rules is a bit hard now you can do this with : http://oss.coresecurity.com/projects/pcapy.html http://oss.coresecurity.com/projects/impacket.html
tag: Network, Python
I spent a couple of hours to look at http://www.twistedmatrix.com/ . After a little of hacking, i think i understand how it works, mainly static.File. But i still need to work on this since i want to use it to … Continue reading →
tag: Python, twisted
While I was thinking about some sync / async download for iAggregator (mainly to reduce the time needed to this), i remember that i’ve read it previously somewhere .. After a little search i have found this : http://effbot.org/zone/effnews-1.htm Perhaps … Continue reading →
tag: http, Python