Book Image

Learning zANTI2 for Android Pentesting

By : Miroslav Vitula
Book Image

Learning zANTI2 for Android Pentesting

By: Miroslav Vitula

Overview of this book

Table of Contents (12 chapters)

Preface

This is a complete guidebook to zANTI2 application for Android. Learn how to exploit vulnerabilities, hijack passwords, perform advanced scanning on a network, and many more operations using your Android device.

What this book covers

Chapter 1, Introducing Android Pentesting with zANTI2, as the chapter name explains, introduces the basics of Android network penetration testing, shows you some examples of software, and essentially introduces the application interface and functions.

Chapter 2, Scanning for Your Victim, focuses on network mapping and Nmap scans, which are very important in network penetration testing.

Chapter 3, Connecting to Open Ports, explains more about open ports and its usability in penetration tests, connecting to computers remotely using various clients, and more.

Chapter 4, Vulnerabilities, explains how to detect and essentially exploit a remote vulnerability on a server or a computer.

Chapter 5, Attacking – MITM Style, guides you through the various techniques for attacking a remote machine using zANTI2. This includes password hijacking, image replacement, and many more operations.

What you need for this book

You will need a rooted Android device with a complete BusyBox installation included and the zANTI2 application.

Who this book is for

The book is intended for not only those who want to know more about network penetration tests and does not have any experience, but also for the people who are experienced in network systems and are curious to discover more about this topic. Since zANTI2 features an extremely intuitive and easy to control interface, it doesn't require any special skills.

Conventions

In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.

Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "A DELETE request removes all the current representations of the target resource."

A block of code is set as follows:

<script type="text/javascript">

window.onload=function() {
    rotate();
}

function rotate() {
    \$("img").rotate(180);
    \$(":image").rotate(180);
}
</script>

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "If the option Allow remote connections to this computer is ticked, we're good to go."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

Reader feedback

Feedback from our readers is always welcome. Let us know what you think about this book—what you liked or disliked. Reader feedback is important for us as it helps us develop titles that you will really get the most out of.

To send us general feedback, simply e-mail , and mention the book's title in the subject of your message.

If there is a topic that you have expertise in and you are interested in either writing or contributing to a book, see our author guide at www.packtpub.com/authors.

Customer support

Now that you are the proud owner of a Packt book, we have a number of things to help you to get the most from your purchase.

Errata

Although we have taken every care to ensure the accuracy of our content, mistakes do happen. If you find a mistake in one of our books—maybe a mistake in the text or the code—we would be grateful if you could report this to us. By doing so, you can save other readers from frustration and help us improve subsequent versions of this book. If you find any errata, please report them by visiting http://www.packtpub.com/submit-errata, selecting your book, clicking on the Errata Submission Form link, and entering the details of your errata. Once your errata are verified, your submission will be accepted and the errata will be uploaded to our website or added to any list of existing errata under the Errata section of that title.

To view the previously submitted errata, go to https://www.packtpub.com/books/content/support and enter the name of the book in the search field. The required information will appear under the Errata section.

Piracy

Piracy of copyrighted material on the Internet is an ongoing problem across all media. At Packt, we take the protection of our copyright and licenses very seriously. If you come across any illegal copies of our works in any form on the Internet, please provide us with the location address or website name immediately so that we can pursue a remedy.

Please contact us at with a link to the suspected pirated material.

We appreciate your help in protecting our authors and our ability to bring you valuable content.

Questions

If you have a problem with any aspect of this book, you can contact us at , and we will do our best to address the problem.