13 resultater (0,20711 sekunder)

Mærke

Butik

Pris (EUR)

Nulstil filter

Produkter
Fra
Butikker

Penetration Testing - Georgia Weidman - Bog - No Starch Press,US - Plusbog.dk

Penetration Testing - Georgia Weidman - Bog - No Starch Press,US - Plusbog.dk

Penetration testers simulate cyber attacks to find security weaknesses in networks, operating systems, and applications. Information security experts worldwide use penetration techniques to evaluate enterprise defenses. In Penetration Testing, security expert, researcher, and trainer Georgia Weidman introduces you to the core skills and techniques that every pentester needs. Using a virtual machine based lab that includes Kali Linux and vulnerable operating systems, you ll run through a series of practical lessons with tools like Wireshark, Nmap, and Burp Suite. As you follow along with the labs and launch attacks, you ll experience the key stages of an actual assessment including information gathering, finding exploitable vulnerabilities, gaining access to systems, post exploitation, and more. Learn how to: Crack passwords and wireless network keys with brute-forcing and wordlists Test web applications for vulnerabilities Use the Metasploit Framework to launch exploits and write your own Metasploit modules Automate social-engineering attacks Bypass antivirus software Turn access to one machine into total control of the enterprise in the post exploitation phase You ll even explore writing your own exploits. Then it s on to mobile hacking Weidman s particular area of research with her tool, the Smartphone Pentest Framework. With its collection of hands-on lessons that cover key tools and strategies, Penetration Testing is the introduction that every aspiring hacker needs.

DKK 395.00
1

Hardcore Programming for Mechanical Engineers - Angel Sola - Bog - No Starch Press,US - Plusbog.dk

Hacking APIs - Corey J. Ball - Bog - No Starch Press,US - Plusbog.dk

Dive Into Data Science - Bradford Tuckfield - Bog - No Starch Press,US - Plusbog.dk

Designing Electronics That Work - Hunter Scott - Bog - No Starch Press,US - Plusbog.dk

Black Hat GraphQL - Nick Aleks - Bog - No Starch Press,US - Plusbog.dk

Building a Debugger - Sy Brand - Bog - No Starch Press,US - Plusbog.dk

Black Hat Bash - Nick Aleks - Bog - No Starch Press,US - Plusbog.dk

Learn You Some Erlang for Great Good - Fred Hebert - Bog - No Starch Press,US - Plusbog.dk

Learn You Some Erlang for Great Good - Fred Hebert - Bog - No Starch Press,US - Plusbog.dk

Erlang is the language of choice for programmers who want to write robust, concurrent applications, but its strange syntax and functional design can intimidate the uninitiated. Luckily, there s a new weapon in the battle against Erlang-phobia: Learn You Some Erlang for Great Good! Erlang maestro Fred H©bert starts slow and eases you into the basics: You ll learn about Erlang s unorthodox syntax, its data structures, its type system (or lack thereof!), and basic functional programming techniques. Once you ve wrapped your head around the simple stuff, you ll tackle the real meat-and-potatoes of the language: concurrency, distributed computing, hot code loading, and all the other dark magic that makes Erlang such a hot topic among today s savvy developers. As you dive into Erlang s functional fantasy world, you ll learn about: Testing your applications with EUnit and Common Test Building and releasing your applications with the OTP framework Passing messages, raising errors, and starting/stopping processes over many nodes Storing and retrieving data using Mnesia and ETS Network programming with TCP, UDP, and the inet module The simple joys and potential pitfalls of writing distributed, concurrent applications Packed with lighthearted illustrations and just the right mix of offbeat and practical example programs, Learn You Some Erlang for Great Good! is the perfect entry point into the sometimes-crazy, always-thrilling world of Erlang.

DKK 395.00
1

Linux Basics for Hackers, 2nd Edition - Occupytheweb - Bog - No Starch Press,US - Plusbog.dk

Linux Basics for Hackers, 2nd Edition - Occupytheweb - Bog - No Starch Press,US - Plusbog.dk

If you''re getting started along the exciting path of hacking, cybersecurity, and pentesting, this book is an excellent first step. Using Kali Linux - an advanced penetration testing distribution of Linux - you''ll quickly pick up the basics of using the Linux operating system, and acquire the tools and techniques you''ll need to take control of a Linux environment. Later chapters focus on foundational hacking concepts like security, anonymity and scripting, along with practical tutorials and exercises that test your skills. This fully revised second edition covers the latest version of Kali, includes new options for setting up a Linux virtual machine, and discusses some differences between the bash and Z shells used on the newest versions of the distribution. It also addresses contemporary examples of real-world hacking, such as the cyberwar between Russia and Ukraine. You''ll learn how to: Install Kali on a virtual machine and build your own hacking tools; Perform common tasks like manipulating text and controlling file and directory permissions; Cover your tracks by leveraging the rsyslog logging utility; Hide your internet activity using Tor, proxy servers, VPNs, and encrypted email; Write bash and Python scripts to scan open ports for potential targets. If you''re ready to dive into hacking, cybersecurity, or pentesting, Linux Basics for Hackers, 2nd Edition is exactly what you need to get going.

DKK 331.00
1

The Book of Batch Scripting - Jack Mclarney - Bog - No Starch Press,US - Plusbog.dk

The Book of Batch Scripting - Jack Mclarney - Bog - No Starch Press,US - Plusbog.dk

Packaged with every Windows computer, Batch is an immensely useful programming language ready to help coders and non-coders alike with routine or repetitive tasks. In addition to easily minimizing daily chores, bat files are great for logon scripts, can automate PC environment configurations, and generally make life easier regardless of what you usually code. This book covers all things bat-file-related, from the essentials through the advanced concepts, even object-oriented design. Humorous asides and examples - such as pondering the question ''what if Archimedes had Batch,'' and sorting the first 8 future captains of the starship Enterprise - make the journey into Batch''s inner workings a truly enjoyable one. Topics are organized into three parts of increasing complexity, making it a handy reference tool for whatever Batch task, question, or problem you encounter: Part I provides the basics, where beginners and non-power-users will learn how to write simple to moderate bat files; Part II discusses how to get things done, introducing the crucial for command and how to use it to add even more functionality to the language; Part III covers sophisticated topics at the expert level, like working with recursion and arrays, as well as testing and troubleshooting tips, culminating with object-oriented design. Regardless of your preferred programming language, anyone with a Windows PC will benefit from learning how to code with Batch - and this is the ultimate user guide.

DKK 544.00
1

Rust for Rustaceans - Jon Gjengset - Bog - No Starch Press,US - Plusbog.dk

Rust for Rustaceans - Jon Gjengset - Bog - No Starch Press,US - Plusbog.dk

For developers who''ve mastered the basics, this book is the next step on your way to professional-level programming in Rust. It covers everything you need to build and maintain larger code bases, write powerful and flexible applications and libraries, and confidently expand the scope and complexity of your projects. Author Jon Gjengset takes you deep into the Rust programming language, dissecting core topics like ownership, traits, concurrency, and unsafe code. You''ll explore key concepts like type layout and trait coherence, delve into the inner workings of concurrent programming and asynchrony with async/await, and take a tour of the world of no_std programming. Gjengset also provides expert guidance on API design, testing strategies, and error handling, and will help develop your understanding of foreign function interfaces, object safety, procedural macros, and much more. You''ll Learn: How to design reliable, idiomatic, and ergonomic Rust programs based on best principles; Effective use of declarative and procedural macros, and the difference between them; How asynchrony works in Rust all the way from the Pin and Waker types used in manual implementations of Futures, to how async/await saves you from thinking about most of those words; What it means for code to be unsafe, and best practices for writing and interacting with unsafe functions and traits; How to organize and configure more complex Rust projects so that they integrate nicely with the rest of the ecosystem; How to write Rust code that can interoperate with non-Rust libraries and systems, or run in constrained and embedded environments. Brimming with practical, pragmatic insights that you can immediately apply, Rust for Rustaceans helps you do more with Rust, while also teaching you its underlying mechanisms.

DKK 437.00
1