معرفی کتاب Mastering Python For Networking And Security – Second Edition

downlaod Python For Networking And Security

با سلام خدمت همراهان همیشگی فرکیان تک. با شما  هستیم با کتاب Python For Networking And Security . این کتاب بر مفاهیم امنیت شبکه تمرکز کرده است .

توضيحات کتاب :

امنيت يک جنبه مهم ، زيرساخت فناوري اطلاعات است. نقض داده ها يک حادثه امنيتي بزرگ است که معمولاً فقط با هک کردن يک خط شبکه ساده انجام مي شود . افزايش امنيت شبکه به تقويت دفاع شما در برابر حملات سايبري کمک مي کند . در همين حال ، پايتون براي کارهاي پيشرفته‌تر مورد استفاده قرار مي‌گيرد و آخرين به‌روزرساني بسته‌هاي جديد بسياري را معرفي مي‌کند . اين کتاب بر استفاده از اين بسته هاي به روز شده براي ايجاد يک شبکه امن با کمک اسکريپت نويسي پايتون تمرکز دارد . اين کتاب موضوعاتي از ساخت شبکه گرفته تا روش هاي مختلفي را که براي ايمن سازي آن بايد دنبال کنيد، پوشش مي دهد. ابتدا با بسته‌ها و کتابخانه‌هاي مختلف آشنا مي‌شويد ، قبل از اينکه به روش‌هاي مختلف براي ساخت شبکه با کمک اسکريپت‌نويسي پايتون برويد .
سپس ياد خواهيد گرفت که چگونه آسيب‌پذيري شبکه را با استفاده از اسکريپت‌هاي امنيتي پايتون بررسي کنيد و نحوه بررسي آسيب‌پذيري‌ها در شبکه خود را بدانيد ، چگونه با استفاده از بسته‌هاي پايتون همراه با نوشتن اسکريپت‌هاي قانوني به محافظت از نقطه پاياني برسيد.
در پايان اين کتاب، مي‌توانيد از زبان پايتون براي ايجاد شبکه‌هاي ايمن و قوي که در برابر حملات مقاوم هستند، بيشترين بهره را ببريد .

 

فهرست مطالب :

کار با اسکريپت پايتون
بسته هاي برنامه نويسي سيستم
برنامه نويسي سوکت
برنامه نويسي HTTP
تجزيه و تحليل ترافيک شبکه
جمع آوري اطلاعات از سرورها
تعامل با سرورهاي FTP، SSH و SNMP
کار با اسکنرهاي Nmap
اتصال با Metasploit Framework
تعامل با اسکنر آسيب پذيري
شناسايي آسيب پذيري هاي سرور در برنامه هاي کاربردي وب
استخراج موقعيت جغرافيايي و فراداده از اسناد، تصاوير و مرورگرها
رمزنگاري و استگانوگرافي
ارزيابي ها

 

آنچه خواهيد آموخت :

اسکريپت هاي پايتون را براي خودکارسازي وظايف امنيتي و پنتست توسعه دهيد
ماژول هاي اصلي کتابخانه استاندارد پايتون را که براي انجام وظايف مرتبط با امنيت استفاده مي شود، کشف کنيد
وظايف تحليلي و استخراج اطلاعات از سرورها را خودکار کنيد
فرآيندهاي شناسايي و بهره برداري از آسيب پذيري ها در سرورها را بررسي کنيد
از نرم افزارهاي شبکه براي برنامه نويسي پايتون استفاده کنيد
اسکريپت نويسي سرور و اسکن پورت را با پايتون انجام دهيد
آسيب پذيري هاي برنامه هاي تحت وب را با پايتون شناسايي کنيد
از پايتون براي استخراج ابرداده و پزشکي قانوني استفاده کنيد

 

اين کتاب مناسب چه افرادي مي باشد :

براي مهندسان شبکه، مديران سيستم يا هر حرفه اي امنيتي که به دنبال مقابله با چالش هاي شبکه و امنيت است ايده آل است. برنامه نويساني که تجربه قبلي در پايتون دارند از اين کتاب بيشترين بهره را خواهند برد. درک اوليه ساختارهاي برنامه نويسي عمومي و پايتون مورد نياز است .

 

برای مشاهده تمامی کتاب های زبان اصلی بر روی لینک کلیک کنید . 

با ما همراه باشید.

Master Python scripting to build a network and perform security operations

Key Features

  • Learn to handle cyber attacks with modern Python scripting
  • Discover various Python libraries for building and securing your network
  • Understand Python packages and libraries to secure your network infrastructure
Book Description

It’s becoming more and more apparent that security is a critical aspect of IT infrastructure. A data breach is a major security incident, usually carried out by just hacking a simple network line. Increasing your network’s security helps step up your defenses against cyber attacks. Meanwhile, Python is being used for increasingly advanced tasks, with the latest update introducing many new packages. This book focuses on leveraging these updated packages to build a secure network with the help of Python scripting.

This book covers topics from building a network to the different procedures you need to follow to secure it. You’ll first be introduced to different packages and libraries, before moving on to different ways to build a network with the help of Python scripting. Later, you will learn how to check a network’s vulnerability using Python security scripting, and understand how to check vulnerabilities in your network. As you progress through the chapters, you will also learn how to achieve endpoint protection by leveraging Python packages along with writing forensic scripts. By the end of this book, you will be able to get the most out of the Python language to build secure and robust networks that are resilient to attacks.

What you will learn

  • Develop Python scripts for automating security and pentesting tasks
  • Discover the Python standard library’s main modules used for performing security-related tasks
  • Automate analytical tasks and the extraction of information from servers
  • Explore processes for detecting and exploiting vulnerabilities in servers
  • Use network software for Python programming
  • Perform server scripting and port scanning with Python
  • Identify vulnerabilities in web applications with Python
  • Use Python to extract metadata and forensics

Who this book is for

This book is ideal for network engineers, system administrators, or any security professional looking at tackling networking and security challenges. Programmers with some prior experience in Python will get the most out of this book. Some basic understanding of general programming structures and Python is required.

Table of Contents

  1. Working with Python Scripting
  2. System Programming Packages
  3. Socket Programming
  4. HTTP Programming
  5. Analyzing Network Traffic
  6. Gathering Information from Servers
  7. Interacting with FTP ,SSH and SNMP Servers
  8. Working with Nmap Scanners
  9. Connecting with Metasploit Framework
  10. Interacting with Vulnerabilities Scanner
  11. Identifying Server Vulnerabilities in Web Applications
  12. Extracting Geolocation and Metadata from Documents,Images and Browsers
  13. Cryptography and Steganography
  14. Assessments