EvilZone

Programming and Scripting => Scripting Languages => : madskillsmonk December 14, 2012, 03:59:46 AM

: Python script to control WiFi/network
: madskillsmonk December 14, 2012, 03:59:46 AM
Hey guys, I'm new to Evilzone, so bare with me. I'm a fairly decent python programmer and I'd like to improve my python skills.  So I'm looking to create a program that can search/connect/disconnect and do lots of other things with my computers WiFi connection. (I'd really like to be able to crash the network and other fun stuff like that) so if anyone has some advice on how I should get started, any library's that could help, or snippets of code, that would be greatly appreciated.
Thanks in advance :)
: Re: Python script to control WiFi/network
: Kulverstukas December 14, 2012, 08:37:27 AM
That kind of stuff could be done with Scapy as was demonstrated by RBA.
http://evilzone.org/scripting-languages/%28python%29-fun-with-scapy-cdp-flooder/
http://evilzone.org/scripting-languages/python-network-scanning-tool/
http://evilzone.org/scripting-languages/(python)-scapy-lldp-layer-lldp-fuzzer-lldp-fuzzing-on-hp-procurve-7610/
: Re: Python script to control WiFi/network
: frog December 16, 2012, 01:22:54 AM
I would explore the standard libraries more(Python Cookbook or documentation on site is great for this) to see what other stuff Python can do out of the box(e.g. Create mail client with a GUI using tkinter and send/receive email using poplib and smtplib). For what you are trying to do(control standard wireless protocols), you need a python 802.11 library and some guidance. In these two links is what you seek..

The 802.11 frame injection library: http://code.google.com/p/pylorcon/
The whitepaper from SANS: http://www.sans.org/reading_room/whitepapers/wireless/programming-wireless-security_32813

It sounds like you already have some experience with Python so I would jump right in and work with example code as much as possible. Without reference code it takes a lot longer to do things so re-use code as much as possible from examples that already 'work'.
: Re: Python script to control WiFi/network
: techb December 16, 2012, 01:27:35 AM
RedBullAddict for the win. He demonstrates what could be done with Python. Learn sockets, scapy, impacket, pcappy, if network is what your after. Consult le RBA if you need/want to know networking shite, anything else including python stuff we can handle it. There are more than a couple python people here.