How to Install Haven on Kali Linux
Haven is an open-source app developed by The Guardian Project, which allows you to use your smartphone as a surveillance device, with various features such as motion detection, sound detection, and images capturing. In this tutorial, we will guide you on how to install and use Haven on Kali Linux.
Prerequisites
Before you install Haven, you need to have the following packages installed on your Kali Linux:
- Android SDK Platform-Tools
- ADB (Android Debug Bridge)
- Java Development Kit (JDK) 8
Installing Prerequisites
Android SDK Platform-Tools
You can install it by running the following command:
apt-get install android-sdk-platform-tools-common
ADB (Android Debug Bridge)
You can install it by running the following command:
apt-get install adb
Java Development Kit (JDK) 8
You can install it by running the following command:
apt-get install openjdk-8-jdk
Installing Haven on Kali Linux
Follow these steps to install Haven on Kali Linux:
- Download Haven by visiting their official website https://havenweb.org/.
- Extract the downloaded file.
- Connect your Android smartphone to your Kali Linux machine using a USB cable.
- Open Terminal and navigate to the location where you extracted the Haven files.
- Run the following command:
./gradlew assembleDebug
- Wait for the command to complete successfully.
- Now, run the following command to install Haven on your connected Android device:
adb install app/build/outputs/apk/debug/app-debug.apk
- Haven should now be installed on your smartphone.
Conclusion
In this tutorial, we have shown you how to install Haven on Kali Linux. By following these steps, you can use your Android device as a surveillance device. Please note that Haven is still under development and may contain bugs. We recommend that you update your Haven app regularly to ensure that you have the latest features and bug fixes.