Please enable JavaScript to use CodeHS

GIAC Python Coder Framework

Standards

Standard Description
1 The candidate will be able to create and analyze simple control structures, including conditionals (if/else/elif) and for/while loops using Python. Lessons
2 The candidate will have a basic understanding of creating a Python executable for Windows clients with a focus on penetration testing. This includes an understanding of backdoor functionality, the conversion of a Python program to an executable file, and using Python to create an executable that will evade most modern anti-virus signatures. Lessons
3 The candidate will demonstrate the ability to use Python for various data analysis techniques including parsing binary data with the struct module, common file formats, log analysis and statistics with freq.py, counters and sets, long tail and short-tail analysis Lessons
4 The candidate will be able to create and manipulate variable types and data structures, including bytes, byte arrays, byte encoded unicode characters using UTF-8 and Latin-1, integers, Python 3 strings, sets and sequential data structures, including dictionaries, lists, and tuples. Lessons
5 The candidate will understand how to create a Python program to query databases using SQL libraries. Lessons
6 The candidate will have a basic understanding of Python exception handling capabilities, and how to build these into a program. Lessons
7 The candidate will be able to demonstrate an understanding of Python functions, classes, and object oriented programming. Lessons
8 The candidate will be able to implement TCP and UDP network based communications using Pythons socket module. Lessons
9 The candidate will understand how to use extended functionality of Python and Scapy to create, read, analyze, and manipulate captured network traffic. Lessons
10 The candidate will be able to implement the more fundamental elements of Python, including creating, debugging and executing a program, and user/file input and output. Lessons
11 The candidate will have a basic understanding of regular expressions, and how to implement them in searches with Python. Lessons
12 The candidate will understand how to use Python as a "browser" to interact with URLs and websites, handle cookies, and manipulate or capture traffic Lessons