If you are interested in enhancing your cybersecurity skills or learning more about the tools and techniques used by hackers, you may have come across Nivistealer. In this blog post, we will guide you through the process of installing and using Nivistealer, a powerful penetration testing tool available on GitHub.
Features:
- Steal Victim Ip
- Steal Device Info
- Steal Network and Battery Info
- Uses Device Gps to steal exact location
- Steal pic from front camera
- Steal text from victim clipboard (added recently)
- Send logs to discord also save them locally in a txt file
- Works on android, windows,linux,mac os
- Uses iframe to load live website to make a phishing attack more reliable
How to install Nivistealer on linux and termux
Step 1: The first step in installing Nivistealer is to download the repository from the official GitHub page. You can Download the repository at the following Command:Â
git clone https://github.com/swagkarna/Nivistealer.git

Step 2: After downloading the program, navigate to the Nivistelear directory and then to the python_flask directory.
cd Nivistealer
cd python_flask

Step 3: To execute the python program nivistealer.py, you must first install the Colorama and flask modules.
pip3 install colorama
pip3 install flask

That’s it! You have successfully installed Nivistealer on Linux and termux. Remember to use this tool responsibly and only on systems you have permission to test.
Step 4: To use the this tool, enter the following command into your Terminal.
python3 nivistealer.py

After executing this program on your Terminal, you must open a new terminal and launch Ngrok on port 5000. Then you must give the produced Ngrok link to the target, and by clicking on the link, you will obtain all of their information.

All of your target’s information will be saved in the python_flask folder.

Conclusion:
Nivistealer is a powerful penetration testing tool that can be used for educational purposes or to enhance your cybersecurity skills. By following the steps outlined in this guide, you can easily install and use Nivistealer on your system. However, it is important to note that using Nivistealer or any other hacking tool for malicious purposes is illegal and unethical. Always ensure that you have proper authorization and use these tools responsibly.