Difference between revisions of "Summerschool Aachen 2004/Building Attacks Lab"
(added links for network programming) |
|||
Line 12: | Line 12: | ||
* [http://www.developerweb.net/forum/ Unix Socket FAQ] | * [http://www.developerweb.net/forum/ Unix Socket FAQ] | ||
− | * [http://twistedmatrix.com/ Twisted, an event-driven networking framework written in Python] | + | * [http://twistedmatrix.com/ Twisted, an event-driven networking framework written in Python], [http://www.zoteca.com/information/wp/twistedusenix.pdf pdf-file] |
+ | * [http://lib.ru/PERL/perlprac/perl15.html Simple webserver in perl] | ||
* [http://pylibpcap.sourceforge.net/ python module for libpcap] | * [http://pylibpcap.sourceforge.net/ python module for libpcap] | ||
* [http://www.tcpdump.org/pcap.htm Programming with pcap in C] | * [http://www.tcpdump.org/pcap.htm Programming with pcap in C] | ||
Line 19: | Line 20: | ||
* [http://www.goto.info.waseda.ac.jp/~fukusima/ruby/pcap-e.html Ruby/Pcap extension library] | * [http://www.goto.info.waseda.ac.jp/~fukusima/ruby/pcap-e.html Ruby/Pcap extension library] | ||
* [http://libnet.sourceforge.net/libnet.html Libnet documentation] | * [http://libnet.sourceforge.net/libnet.html Libnet documentation] | ||
+ | * [http://www.rfc-editor.org/rfcsearch.html Search for RFCs] |
Revision as of 07:28, 23 September 2004
Network Basics
The second lecture today will cover the basics of network programming. Here are a few links that could help you during the lab session:
- Socket Programming in Perl
- Socket Programming in Python
- A Crash Course in UNIX TCP/IP Socket Programming in C
- An Introduction to Socket Programming in C
- Libnet Packet Construction Library Developer Documentation for libnet 1.1.x
- UNIX Network Programming with many examples
- Beej's Guide to Network Programming
- Unix Socket FAQ
- Twisted, an event-driven networking framework written in Python, pdf-file
- Simple webserver in perl
- python module for libpcap
- Programming with pcap in C
- Packet Capture With libpcap and other Low Level Network Tricks
- Documentation to Net::RawIP
- Ruby/Pcap extension library
- Libnet documentation
- Search for RFCs