Search preferences
Vai alla pagina principale dei risultati di ricerca

Filtri di ricerca

Tipo di articolo

  • Tutti i tipi di prodotto 
  • Libri (10)
  • Riviste e Giornali (Nessun altro risultato corrispondente a questo perfezionamento)
  • Fumetti (Nessun altro risultato corrispondente a questo perfezionamento)
  • Spartiti (Nessun altro risultato corrispondente a questo perfezionamento)
  • Arte, Stampe e Poster (Nessun altro risultato corrispondente a questo perfezionamento)
  • Fotografie (Nessun altro risultato corrispondente a questo perfezionamento)
  • Mappe (Nessun altro risultato corrispondente a questo perfezionamento)
  • Manoscritti e Collezionismo cartaceo (Nessun altro risultato corrispondente a questo perfezionamento)

Condizioni

  • Tutte 
  • Nuovi (10)
  • Antichi o usati (Nessun altro risultato corrispondente a questo perfezionamento)

Legatura

  • Tutte 
  • Rilegato (Nessun altro risultato corrispondente a questo perfezionamento)
  • Brossura (10)

Ulteriori caratteristiche

  • Prima ed. (Nessun altro risultato corrispondente a questo perfezionamento)
  • Copia autograf. (Nessun altro risultato corrispondente a questo perfezionamento)
  • Sovracoperta (Nessun altro risultato corrispondente a questo perfezionamento)
  • Con foto (10)
  • Non Print on Demand (5)

Lingua (1)

Prezzo

  • Qualsiasi prezzo 
  • Inferiore a EUR 20 (Nessun altro risultato corrispondente a questo perfezionamento)
  • EUR 20 a EUR 45 (Nessun altro risultato corrispondente a questo perfezionamento)
  • Superiore a EUR 45 
Fascia di prezzo personalizzata (EUR)

Spedizione gratuita

  • Spedizione gratuita in Italia (Nessun altro risultato corrispondente a questo perfezionamento)

Paese del venditore

  • Brynna Kevar

    Editore: Gitforgits Dez 2024, 2024

    ISBN 10: 8198431667 ISBN 13: 9788198431660

    Lingua: Inglese

    Da: buchversandmimpf2000, Emtmannsberg, BAYE, Germania

    Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

    Contatta il venditore

    EUR 15,00 per la spedizione da Germania a Italia

    Destinazione, tempi e costi

    Quantità: 2 disponibili

    Aggiungi al carrello

    Taschenbuch. Condizione: Neu. Neuware -If you're into Lua programming, then this 'Practical Lua 5 Programming' is a must-read. It's a hands-on book that'll help you get up and running quickly. It's got clear, step-by-step examples that'll walk you through everything from setting up your development environment to building dynamic web applications and embedding Lua in other programming languages.Every chapter starts with an essential concept and then gives you some practical exercises to help you learn it. You'll see how powerful Lua can be as you work through problems and get immediate results. You'll start with the basics, like installing Lua on Linux, writing your first script, and learning the core language features like variables, data types, tables, functions, and control structures. And it gets even better-you'll dive into advanced stuff like metatables, coroutines, and closures. This is where you'll learn how to make flexible, modular code. The book also covers important stuff like file handling, using LuaRocks to manage your packages, and creating your own custom modules.The book also takes you through web development using Lapis framework, demonstrating routing, template rendering, session management, and deploying applications. You'll also see how Lua can be embedded in JavaScript and Python applications, enabling you to leverage Lua's speed and efficiency in varied environments. Whether you're building scripts, web applications, or integrating Lua with other languages, this book gives you the tools and insights you need to get started confidently with Lua programming.Key LearningsInstall and configure Lua on Linux for efficient scripting.Make use of Lua's dynamic typing, tables, and control structures.Create and work around metatables, closures, and coroutines for modular code.Apply file I/O and data parsing to manage persistent data.Use LuaRocks to install, update, and manage custom modules.Build web apps with Lapis using routing and session management.Embed Lua in JavaScript and Python to boost performance.Integrate HTTP, JSON, and APIs for system data exchange.Implement middleware and session tracking for secure apps.Deploy Lua apps with configuration and performance monitoring.Table of ContentGetting Started with Lua 5Lua Data Structures and VariablesFile I/O and Scripting TechniquesAdvanced Programming ConstructsPackage Management and Module CreationPopular Lua Modules and ExtensionsWeb Development with LapisEmbedding Lua in JavaScript AppsEmbedding Lua in Python AppLibri GmbH, Europaallee 1, 36244 Bad Hersfeld 176 pp. Englisch.

  • Zorin Fylix

    Editore: Gitforgits Dez 2024, 2024

    ISBN 10: 8198431683 ISBN 13: 9788198431684

    Lingua: Inglese

    Da: buchversandmimpf2000, Emtmannsberg, BAYE, Germania

    Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

    Contatta il venditore

    EUR 15,00 per la spedizione da Germania a Italia

    Destinazione, tempi e costi

    Quantità: 2 disponibili

    Aggiungi al carrello

    Taschenbuch. Condizione: Neu. Neuware -This book gives Ruby fans the skills they need to become well-versed in Ruby and build solid applications. It starts with the basics and moves on to exploring the power of blocks, procs, and lambdas. You'll learn how these constructs make your code more flexible and reusable. As you go through it, you'll learn about enumerators, which help you streamline iteration and handle complex data transformations with ease.Then, you'll dive into the exciting world of RubyGems, where you'll learn to find, install, and manage gems like a pro. You'll get hands-on with popular gems like Nokogiri and Faker, showing how to take Ruby to the next level for tasks like parsing HTML and generating realistic test data. And you'll even learn how to create and distribute your own custom gems, so you can share your innovations with the entire Ruby community. Performance is a big focus too, with techniques for measuring how well Ruby programs run and finding the things that slow them down. It also covers packaging Ruby applications in detail, showing how to create executables and prepare programs for seamless distribution to your users. It's all about keeping track of changes with Git, working with others, and keeping your project history neat and tidy.By the time you're done with this book, you'll have a firm grasp on Ruby and the know-how to create, optimize, and deploy cutting-edge Ruby applications. This book will take all you Ruby fanatics and transform you into proficient developers. You'll be ready to take on real-world challenges and contribute to the whole Ruby ecosystem.Key LearningsGet a handle on Ruby's blocks, procs, and lambdas so you can create flexible, reusable code.Package your Ruby applications into ready-to-go executables and gems for easy distribution.Use enumerators to quickly handle complex data transformations and iteration processes.Find and manage RubyGems to add more features to your apps with libraries made by the community.Measure performance and identify code bottlenecks with benchmarking techniques.Use Git for version control to track changes, collaborate, and keep a clean project history.Use popular gems like Nokogiri and Faker to improve how you parse data and generate realistic test data.Follow best practices for debugging, performance optimization, and dependency management for apps.Table of ContentGetting Started with Ruby 3Up and Running with Ruby SyntaxExploring Control Flow and BlocksHandling Errors GracefullyObject-Oriented Programming BasicsModules and RefinementsAdvanced Methods and MetaprogrammingBuilt-in Classes and ModulesWorking with Procs, Lambdas, and EnumeratorsUp and Running with GemsLibri GmbH, Europaallee 1, 36244 Bad Hersfeld 150 pp. Englisch.

  • Elara Drevyn

    Editore: Gitforgits Dez 2024, 2024

    ISBN 10: 8197950458 ISBN 13: 9788197950452

    Lingua: Inglese

    Da: buchversandmimpf2000, Emtmannsberg, BAYE, Germania

    Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

    Contatta il venditore

    EUR 15,00 per la spedizione da Germania a Italia

    Destinazione, tempi e costi

    Quantità: 2 disponibili

    Aggiungi al carrello

    Taschenbuch. Condizione: Neu. Neuware -Key LearningsLibri GmbH, Europaallee 1, 36244 Bad Hersfeld 184 pp. Englisch.

  • Tyran Vosk

    Editore: Gitforgits Dez 2024, 2024

    ISBN 10: 8197950431 ISBN 13: 9788197950438

    Lingua: Inglese

    Da: buchversandmimpf2000, Emtmannsberg, BAYE, Germania

    Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

    Contatta il venditore

    EUR 15,00 per la spedizione da Germania a Italia

    Destinazione, tempi e costi

    Quantità: 2 disponibili

    Aggiungi al carrello

    Taschenbuch. Condizione: Neu. Neuware -This book is a must-have for cloud and DevOps professionals looking to take their infrastructure automation skills to the next level with OpenTofu. It'll give you the hands-on techniques you need to streamline your infrastructure provisioning, deployment, and management, ensuring efficiency and consistency across environments.This book will take you through the ins and outs of OpenTofu, from setting up the initial configurations to deploying scalable and secure infrastructures. It teaches about how to automatically update infrastructure, how to create resources using loops and conditionals, and how to securely handle sensitive data. It teaches to work with GitHub Actions to improve deployment workflows so you can seamlessly integrate and deploy things. It also covers secret management, dynamic scaling, and integrating third-party tools to take OpenTofu's capabilities a step further.This book is basically a hands-on guide for folks with experience, showing how to replace old IaC tools with OpenTofu, and it's packed with easy-to-practice examples. By the time you're done, you'll be able to automate complex infrastructure tasks, make sure everything is secure, and use your resources as efficiently as possible. This book is a must for anyone looking to up their infrastructure management game and adopt cutting-edge automation techniques using OpenTofu.Key LearningsUse OpenTofu's intuitive configurations to automate infrastructure deployments efficiently.Leverage loops and conditionals for scalable, repeatable resource provisioning.Securely manage sensitive data with environment variables and secret management services.Seamlessly integrate OpenTofu with GitHub Actions for streamlined CI/CD pipelines.Implement dynamic scaling strategies to handle varying application loads effectively.Utilize modules to create reusable, maintainable infrastructure components.Automate infrastructure updates to maintain consistency across multiple environments.Replace Terraform with OpenTofu to achieve cost-effective, flexible infrastructure management.Table of ContentIntroduction to OpenTofu and IaCHands-on with OpenTofu ConfigurationsExploring OpenTofu for ApplicationsAdvanced Resource ManagementReusability with OpenTofu ModulesState Management in OpenTofuBuilding and Deploying AppsOrganizing and Managing WorkspacesImporting and Managing Existing InfrastructureDeploying and Scaling InfrastructureAdvanced Features and AutomationLibri GmbH, Europaallee 1, 36244 Bad Hersfeld 190 pp. Englisch.

  • Arvin Destar

    Editore: Gitforgits Dez 2024, 2024

    ISBN 10: 8198431691 ISBN 13: 9788198431691

    Lingua: Inglese

    Da: buchversandmimpf2000, Emtmannsberg, BAYE, Germania

    Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

    Contatta il venditore

    EUR 15,00 per la spedizione da Germania a Italia

    Destinazione, tempi e costi

    Quantità: 2 disponibili

    Aggiungi al carrello

    Taschenbuch. Condizione: Neu. Neuware -As a security pro or beginner, if you want to get up and running with ParrotOS for ethical hacking and penetration testing, this book is a must-have. It starts with an intro to ParrotOS, its unique security-oriented environment, and key components, and then moves step-by-step into hands-on exercises. You'll learn how to install and customize ParrotOS, manage user accounts, and set up critical network configurations. It's all hands-on, with each chapter focusing on real-world tasks and popular tools like Metasploit, Burp Suite, OWASP ZAP, John the Ripper, and Aircrack-ng. You'll learn the essential pentesting techniques for assessing vulnerabilities, exploiting weaknesses, and maintaining access within hacked networks.You'll even learn to intercept and manipulate web traffic, automate scans, and execute controlled exploits to retrieve sensitive data and escalate privileges. The steps are clearly laid out so that you can build your confidence and skills on your own. The focus here is on giving you a solid hands-on experience with the essential tools needed for penetration testing tasks, and it's all done on ParrotOS. No matter what your interests are, whether it's network reconnaissance, automating scripts, or monitoring systems, this book has got you covered when it comes to tackling the latest security challenges.Key LearningsInstall, configure and customize ParrrotOS for ethical hacking and pentesting tasks.Use bash scripting to automate and streamline penetration testing workflows.Manage files and directories using command-line tools like rsync, grep, and awk.Utilize network scanning techniques with nmap to identify active hosts and vulnerabilities.Analyze network traffic in real-time using tcpdump, revealing hidden threats and suspicious patterns.Exploit web vulnerabilities by intercepting and modifying traffic with Burp Suite and OWASP ZAP.Perform robust password audits and recover weak credentials using John the Ripper.Test wireless networks using Aircrack-ng in WEP and WPA protocols.Leverage pivoting techniques across compromised networks.Integrate automated recon and scanning for continuous network monitoring.Table of ContentGetting Started with Parrot OSUp and Running with Parrot OSSystem Configuration and CustomizationMastering Command-Line UtilitiesLeveraging Parrot OS Security ToolsConducting Network ReconnaissanceExploiting Vulnerabilities with MetasploitAdvanced Web Application TestingImplementing Sniffing and TunnelingLibri GmbH, Europaallee 1, 36244 Bad Hersfeld 172 pp. Englisch.

  • Brynna Kevar

    Editore: Gitforgits Dez 2024, 2024

    ISBN 10: 8198431667 ISBN 13: 9788198431660

    Lingua: Inglese

    Da: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, Germania

    Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

    Contatta il venditore

    Print on Demand

    EUR 11,00 per la spedizione da Germania a Italia

    Destinazione, tempi e costi

    Quantità: 2 disponibili

    Aggiungi al carrello

    Taschenbuch. Condizione: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -If you're into Lua programming, then this 'Practical Lua 5 Programming' is a must-read. It's a hands-on book that'll help you get up and running quickly. It's got clear, step-by-step examples that'll walk you through everything from setting up your development environment to building dynamic web applications and embedding Lua in other programming languages.Every chapter starts with an essential concept and then gives you some practical exercises to help you learn it. You'll see how powerful Lua can be as you work through problems and get immediate results. You'll start with the basics, like installing Lua on Linux, writing your first script, and learning the core language features like variables, data types, tables, functions, and control structures. And it gets even better-you'll dive into advanced stuff like metatables, coroutines, and closures. This is where you'll learn how to make flexible, modular code. The book also covers important stuff like file handling, using LuaRocks to manage your packages, and creating your own custom modules.The book also takes you through web development using Lapis framework, demonstrating routing, template rendering, session management, and deploying applications. You'll also see how Lua can be embedded in JavaScript and Python applications, enabling you to leverage Lua's speed and efficiency in varied environments. Whether you're building scripts, web applications, or integrating Lua with other languages, this book gives you the tools and insights you need to get started confidently with Lua programming.Key LearningsInstall and configure Lua on Linux for efficient scripting.Make use of Lua's dynamic typing, tables, and control structures.Create and work around metatables, closures, and coroutines for modular code.Apply file I/O and data parsing to manage persistent data.Use LuaRocks to install, update, and manage custom modules.Build web apps with Lapis using routing and session management.Embed Lua in JavaScript and Python to boost performance.Integrate HTTP, JSON, and APIs for system data exchange.Implement middleware and session tracking for secure apps.Deploy Lua apps with configuration and performance monitoring.Table of ContentGetting Started with Lua 5Lua Data Structures and VariablesFile I/O and Scripting TechniquesAdvanced Programming ConstructsPackage Management and Module CreationPopular Lua Modules and ExtensionsWeb Development with LapisEmbedding Lua in JavaScript AppsEmbedding Lua in Python App 176 pp. Englisch.

  • Zorin Fylix

    Editore: Gitforgits Dez 2024, 2024

    ISBN 10: 8198431683 ISBN 13: 9788198431684

    Lingua: Inglese

    Da: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, Germania

    Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

    Contatta il venditore

    Print on Demand

    EUR 11,00 per la spedizione da Germania a Italia

    Destinazione, tempi e costi

    Quantità: 2 disponibili

    Aggiungi al carrello

    Taschenbuch. Condizione: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -This book gives Ruby fans the skills they need to become well-versed in Ruby and build solid applications. It starts with the basics and moves on to exploring the power of blocks, procs, and lambdas. You'll learn how these constructs make your code more flexible and reusable. As you go through it, you'll learn about enumerators, which help you streamline iteration and handle complex data transformations with ease.Then, you'll dive into the exciting world of RubyGems, where you'll learn to find, install, and manage gems like a pro. You'll get hands-on with popular gems like Nokogiri and Faker, showing how to take Ruby to the next level for tasks like parsing HTML and generating realistic test data. And you'll even learn how to create and distribute your own custom gems, so you can share your innovations with the entire Ruby community. Performance is a big focus too, with techniques for measuring how well Ruby programs run and finding the things that slow them down. It also covers packaging Ruby applications in detail, showing how to create executables and prepare programs for seamless distribution to your users. It's all about keeping track of changes with Git, working with others, and keeping your project history neat and tidy.By the time you're done with this book, you'll have a firm grasp on Ruby and the know-how to create, optimize, and deploy cutting-edge Ruby applications. This book will take all you Ruby fanatics and transform you into proficient developers. You'll be ready to take on real-world challenges and contribute to the whole Ruby ecosystem.Key LearningsGet a handle on Ruby's blocks, procs, and lambdas so you can create flexible, reusable code.Package your Ruby applications into ready-to-go executables and gems for easy distribution.Use enumerators to quickly handle complex data transformations and iteration processes.Find and manage RubyGems to add more features to your apps with libraries made by the community.Measure performance and identify code bottlenecks with benchmarking techniques.Use Git for version control to track changes, collaborate, and keep a clean project history.Use popular gems like Nokogiri and Faker to improve how you parse data and generate realistic test data.Follow best practices for debugging, performance optimization, and dependency management for apps.Table of ContentGetting Started with Ruby 3Up and Running with Ruby SyntaxExploring Control Flow and BlocksHandling Errors GracefullyObject-Oriented Programming BasicsModules and RefinementsAdvanced Methods and MetaprogrammingBuilt-in Classes and ModulesWorking with Procs, Lambdas, and EnumeratorsUp and Running with Gems 150 pp. Englisch.

  • Elara Drevyn

    Editore: Gitforgits Dez 2024, 2024

    ISBN 10: 8197950458 ISBN 13: 9788197950452

    Lingua: Inglese

    Da: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, Germania

    Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

    Contatta il venditore

    Print on Demand

    EUR 11,00 per la spedizione da Germania a Italia

    Destinazione, tempi e costi

    Quantità: 2 disponibili

    Aggiungi al carrello

    Taschenbuch. Condizione: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -Key Learnings 184 pp. Englisch.

  • Tyran Vosk

    Editore: Gitforgits Dez 2024, 2024

    ISBN 10: 8197950431 ISBN 13: 9788197950438

    Lingua: Inglese

    Da: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, Germania

    Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

    Contatta il venditore

    Print on Demand

    EUR 11,00 per la spedizione da Germania a Italia

    Destinazione, tempi e costi

    Quantità: 2 disponibili

    Aggiungi al carrello

    Taschenbuch. Condizione: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -This book is a must-have for cloud and DevOps professionals looking to take their infrastructure automation skills to the next level with OpenTofu. It'll give you the hands-on techniques you need to streamline your infrastructure provisioning, deployment, and management, ensuring efficiency and consistency across environments.This book will take you through the ins and outs of OpenTofu, from setting up the initial configurations to deploying scalable and secure infrastructures. It teaches about how to automatically update infrastructure, how to create resources using loops and conditionals, and how to securely handle sensitive data. It teaches to work with GitHub Actions to improve deployment workflows so you can seamlessly integrate and deploy things. It also covers secret management, dynamic scaling, and integrating third-party tools to take OpenTofu's capabilities a step further.This book is basically a hands-on guide for folks with experience, showing how to replace old IaC tools with OpenTofu, and it's packed with easy-to-practice examples. By the time you're done, you'll be able to automate complex infrastructure tasks, make sure everything is secure, and use your resources as efficiently as possible. This book is a must for anyone looking to up their infrastructure management game and adopt cutting-edge automation techniques using OpenTofu.Key LearningsUse OpenTofu's intuitive configurations to automate infrastructure deployments efficiently.Leverage loops and conditionals for scalable, repeatable resource provisioning.Securely manage sensitive data with environment variables and secret management services.Seamlessly integrate OpenTofu with GitHub Actions for streamlined CI/CD pipelines.Implement dynamic scaling strategies to handle varying application loads effectively.Utilize modules to create reusable, maintainable infrastructure components.Automate infrastructure updates to maintain consistency across multiple environments.Replace Terraform with OpenTofu to achieve cost-effective, flexible infrastructure management.Table of ContentIntroduction to OpenTofu and IaCHands-on with OpenTofu ConfigurationsExploring OpenTofu for ApplicationsAdvanced Resource ManagementReusability with OpenTofu ModulesState Management in OpenTofuBuilding and Deploying AppsOrganizing and Managing WorkspacesImporting and Managing Existing InfrastructureDeploying and Scaling InfrastructureAdvanced Features and Automation 190 pp. Englisch.

  • Arvin Destar

    Editore: Gitforgits Dez 2024, 2024

    ISBN 10: 8198431691 ISBN 13: 9788198431691

    Lingua: Inglese

    Da: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, Germania

    Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

    Contatta il venditore

    Print on Demand

    EUR 11,00 per la spedizione da Germania a Italia

    Destinazione, tempi e costi

    Quantità: 2 disponibili

    Aggiungi al carrello

    Taschenbuch. Condizione: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -As a security pro or beginner, if you want to get up and running with ParrotOS for ethical hacking and penetration testing, this book is a must-have. It starts with an intro to ParrotOS, its unique security-oriented environment, and key components, and then moves step-by-step into hands-on exercises. You'll learn how to install and customize ParrotOS, manage user accounts, and set up critical network configurations. It's all hands-on, with each chapter focusing on real-world tasks and popular tools like Metasploit, Burp Suite, OWASP ZAP, John the Ripper, and Aircrack-ng. You'll learn the essential pentesting techniques for assessing vulnerabilities, exploiting weaknesses, and maintaining access within hacked networks.You'll even learn to intercept and manipulate web traffic, automate scans, and execute controlled exploits to retrieve sensitive data and escalate privileges. The steps are clearly laid out so that you can build your confidence and skills on your own. The focus here is on giving you a solid hands-on experience with the essential tools needed for penetration testing tasks, and it's all done on ParrotOS. No matter what your interests are, whether it's network reconnaissance, automating scripts, or monitoring systems, this book has got you covered when it comes to tackling the latest security challenges.Key LearningsInstall, configure and customize ParrrotOS for ethical hacking and pentesting tasks.Use bash scripting to automate and streamline penetration testing workflows.Manage files and directories using command-line tools like rsync, grep, and awk.Utilize network scanning techniques with nmap to identify active hosts and vulnerabilities.Analyze network traffic in real-time using tcpdump, revealing hidden threats and suspicious patterns.Exploit web vulnerabilities by intercepting and modifying traffic with Burp Suite and OWASP ZAP.Perform robust password audits and recover weak credentials using John the Ripper.Test wireless networks using Aircrack-ng in WEP and WPA protocols.Leverage pivoting techniques across compromised networks.Integrate automated recon and scanning for continuous network monitoring.Table of ContentGetting Started with Parrot OSUp and Running with Parrot OSSystem Configuration and CustomizationMastering Command-Line UtilitiesLeveraging Parrot OS Security ToolsConducting Network ReconnaissanceExploiting Vulnerabilities with MetasploitAdvanced Web Application TestingImplementing Sniffing and Tunneling 172 pp. Englisch.