Cybersecurity
Gitlab repository https://gitlab.u-angers.fr/cours/python_cybersec_student
Python and Cybersecurity
This repository is part of the cybersecurity module of Polytech Angers.
TP1
This work is about using Python to identify weaknesses in a web server. Here are the notions:
- Python data structures
- Python good practices (__main__
, docstring)
- Using tshark, ncat
- Reverse shell
TP2
This work is about using Python to send and receive messages over at TCP/IP communication. Here are the notions: - Python class - Client/Server with TCP/IP socket - Openssl to create a CA - TLS 1.2 and 1.3 handshakes - Using tshark and tcpdump