120 likes | 253 Views
In this presentation on ethical hacking using Python, we will cover the basics of ethical hacking and the python programming language. We take a look at the benefits being offered by Python and a live demonstration of how we can crack passwords using our Python Ethical Hacking Tutorial. We use standard python code to crack passwords using two different ways, brute force and dictionary attack.<br>
E N D
Agenda For The Day What Is Ethical Hacking? What Is Python? Benefits of Python Live Demonstration – Password Cracker
What Is Ethical Hacking? • An authorized attemptto hack a system or machine, in order to gauge the security of the target and identify critical vulnerabilities • Upon successful testing, report is submitted to the administrator of the system • Hackers need to be certified in penetrating testing courses like CEH & CompTIA Pentest+
What Is Python? • Open-source general purpose programming language released in 1991 • Finds most use in scripting scenarios instead of programming • Object oriented language supporting dynamic typing, GUI functionalities • Used by global corporate giants like Microsoft, Netflix and Google
Benefits of Python Third-Party Modules Extensive Library Support Community Development User-Friendly Data Structures
Live Demonstration – Password Cracker Brute-Force Attack Dictionary Attack