PluralSight – Troubleshooting with Wireshark Analyzing and Decrypting TLS Traffic in Wireshark Using HTTPs

PluralSight – Troubleshooting with Wireshark Analyzing and Decrypting TLS Traffic in Wireshark Using HTTPs-iNKiSO
English | Size: 243.70 MB
Category: Tutorial


Network engineers, SysAdmins, and Website Administrators can all benefit from a better understanding of the operation of TLS (more commonly called SSL). TLS uses multiple encryption protocols to operate, and negates between many different suites of encryption protocols, called cipher suites. In this course Troubleshooting with Wireshark: Analyzing and Decrypting TLS Traffic in Wireshark (Using HTTPs), you will learn the most secure versions of TLS implementations and ciphers suites, as well as how to identify less than optimal TLS Versions and ciphers in Wireshark. Additionally, you will learn how to capture the session keys in Windows and use the session key to decrypt traffic and extract websites from an encrypted session By the end of this course, you will have gained better understanding and new methods for troubleshooting with Wireshark

PluralSight – Scraping Your First Web Page With Python

PluralSight – Scraping Your First Web Page With Python-REBAR
English | Size: 382.85 MB
Category: Tutorial


Web scraping is an important technique that is widely used as the first step in many workflows in data mining, information retrieval, and text-based machine learning. In this course, Scraping your First Web Page with Python, you will gain the ability to apply different scraping techniques including Beautiful Soup, and Scrapy. First, you will learn and use various HTTP client libraries such as Requests, httplib2, and urllib to download HTML content. Next, you will discover how Beautiful Soup is an extremely popular Python library that does better than regex in important ways. You will see how Beautiful Soup fixes up badly formed HTML, and constructs a nice parse tree that can be traversed and queried. Finally, you will add to your toolkit the knowledge of Scrapy, which is a full-fledged web scraping framework that combines the steps of retrieving and parsing web content and does so at production-scale. When you’re finished with this course, you will have the skills and knowledge to identify the relative strengths and use-cases of different web retrieval and scraping technologies such as regular expressions, Beautiful Soup, and Scrapy.