nodoyuna09 / Python-Ethical-Hacking

Python Ethical Hacking, published by Packt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Ethical Hacking from Scratch

Python Ethical Hacking from Scratch

This is the code repository for Python Ethical Hacking from Scratch, published by Packt.

Python Ethical Hacking from Scratch, published by Packt

What is this book about?

Penetration testing enables you to evaluate the security or strength of a computer system, network, or web application that an attacker can exploit. With this book, you'll understand why Python is one of the fastest-growing programming languages for penetration testing. You'll find out how to harness the power of Python and pentesting to enhance your system security.

This book covers the following exciting features:

  • Understand the core concepts of ethical hacking
  • Develop custom hacking tools from scratch to be used for ethical hacking purposes
  • Discover ways to test the cybersecurity of an organization by bypassing protection schemes
  • Develop attack vectors used in real cybersecurity tests
  • Test the system security of an organization or subject by identifying and exploiting its weaknesses
  • Gain and maintain remote access to target systems
  • Find ways to stay undetected on target systems and local networks

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

subprocess.run(
    ["ifconfig", "eth0"],
    shell=True,
)

Following is what you need for this book: If you want to learn ethical hacking by developing your own tools instead of just using the prebuilt tools, this book is for you. A solid understanding of fundamental Python concepts is expected. Some complex Python concepts are explained in the book, but the goal is to teach ethical hacking, not Python.

With the following software and hardware list you can run all code files present in the book (Chapter 1-9).

Software and Hardware List

Chapter Software required OS required
1-9 Python version 3.8 Windows, Mac OS X, and Linux (Any)
1-9 VMware/Virtualbox Windows, Mac OS X, and Linux (Any)
1-9 Visual Studio Code IDE Windows, Mac OS X, and Linux (Any)

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

Get to Know the Author

Fahad Ali Sarwar Fahad has been teaching ethical hacking and penetration testing on different online platforms with a solid student base. He's passionate about cybersecurity and ethical hacking tool development. Fahad is particularly enthusiastic about Python for its simplicity and ease of use and in this book he has chosen it as a language of preference due to its features.

About

Python Ethical Hacking, published by Packt

License:MIT License


Languages

Language:Python 99.7%Language:PowerShell 0.3%Language:Batchfile 0.0%