|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/ethical-hacking-password-cracking-with-python/
课程评论:没有评论
课程名称:道德黑客:使用Python进行密码破解 课程概述:道德黑客是计算机安全领域中的一种方法,涉及渗透测试,以确保软件、网络和系统的安全。道德黑客的执行者是渗透测试人员,因此与渗透测试、漏洞评估和社会工程学有相似之处。道德黑客的目标通常是识别系统中可能被恶意攻击者或犯罪分子利用的弱点,或在实际攻击发生之前识别由于系统故障可能造成的潜在损害。 为了实现这一目标,道德黑客通常执行四种基本任务:系统发现、文档记录与分析、系统利用和系统防御。测试的结果通常是一个报告,描述组织如何更好地保护其系统,防范实际攻击和意外事故。本课程将重点教授利用密码破解工具进行的攻击技术。学员将使用Python编程语言编写三种不同类型的密码破解器。虽然这是一个初学者课程,但建议学员具有基础的Python编程能力。课程内容包括如何进行字典攻击以及如何编程实现不同类型的破解器。 通过本课程的学习,学员将能够执行字典攻击并创建自己的密码破解工具。
Ethical Hacking is a field of computer security that involves penetration testing to ensure the security of the software, network, and systems. Ethical hacking is performed by penetration testers and thus has similarities with penetration testing, vulnerability assessment, and social engineering.The objective of ethical hacking is often to identify system weaknesses that could be exploited by a malicious attacker or criminal, or even identify potential damage that could be caused by an accidental system failure, before a real-world attack occurs.To accomplish this objective, the ethical hacker typically performs four basic types of tasks: system discovery, documentation and analysis, system exploitation, and system defense. The outcome of a test is often a report that describes how an organization can better secure their systems from real-world attacks and accidents.In this course you will learn about exploitation using a password cracker. You will program three different password crackers using the Python programming language. This is a beginners course but it's recommended that you already programmed with Python. You will learn how to do a dictionary attack and how to program different types of crackers.At the end of this course, you will be able to do dictionary attacks and create your own password crackers.