Book Image

Hands-On Penetration Testing with Kali NetHunter

By : Glen D. Singh, Sean-Philip Oriyano
Book Image

Hands-On Penetration Testing with Kali NetHunter

By: Glen D. Singh, Sean-Philip Oriyano

Overview of this book

Kali NetHunter is a version of the popular and powerful Kali Linux pentesting platform, designed to be installed on mobile devices. Hands-On Penetration Testing with Kali NetHunter will teach you the components of NetHunter and how to install the software. You’ll also learn about the different tools included and how to optimize and use a package, obtain desired results, perform tests, and make your environment more secure. Starting with an introduction to Kali NetHunter, you will delve into different phases of the pentesting process. This book will show you how to build your penetration testing environment and set up your lab. You will gain insight into gathering intellectual data, exploiting vulnerable areas, and gaining control over target systems. As you progress through the book, you will explore the NetHunter tools available for exploiting wired and wireless devices. You will work through new ways to deploy existing tools designed to reduce the chances of detection. In the concluding chapters, you will discover tips and best practices for integrating security hardening into your Android ecosystem. By the end of this book, you will have learned to successfully use a mobile penetration testing device based on Kali NetHunter and Android to accomplish the same tasks you would traditionally, but in a smaller and more mobile form factor.
Table of Contents (19 chapters)
Title Page
Copyright and Credits
About Packt
Contributors
Preface
Index

Security threats and countermeasures


In this section, we are going to take a look at various security threats and how to implement countermeasures.

Viruses

A virus is a malicious piece of code that is designed to cause harm to a system, such as a computer. Viruses are not executed on their own usually but require the action of a person; this action can be done by simply clicking or running a virus-infected file, which will trigger the malicious code execution.

A notable type of virus is known as the worm. A worm is a self-replicating virus that can propagate throughout a network without any assistance from humans.

Imagine creating a program that can self-replicate without user interaction and overwhelm system resources so much that a worm-infected system becomes almost, if not completely, unusable. Once a worm virus has been created and its self-replicating process is triggered, disinfecting a network is quite difficult.

To prevent malware infections from viruses and worms, it is recommended...