HomeLinuxA Step-by-Step Guide to Installing and Using Nivistealer

A Step-by-Step Guide to Installing and Using Nivistealer

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:

  1. Steal Victim Ip
  2. Steal Device Info
  3. Steal Network and Battery Info
  4. Uses Device Gps to steal exact location
  5. Steal pic from front camera
  6. Steal text from victim clipboard (added recently)
  7. Send logs to discord also save them locally in a txt file
  8. Works on android, windows,linux,mac os
  9. 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
				
			
A Step-by-Step Guide to Installing and Using Nivistealer
Output for downloading the nivistealer tool

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

				
					cd Nivistealer
cd python_flask
				
			
A Step-by-Step Guide to Installing and Using Nivistealer
Output for changing the directory

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

				
					pip3 install colorama
pip3 install flask
				
			
A Step-by-Step Guide to Installing and Using Nivistealer
Output for installing the python module

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
				
			
A Step-by-Step Guide to Installing and Using Nivistealer
Output for executing the tool

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.

A Step-by-Step Guide to Installing and Using Nivistealer
Output for victim view

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

A Step-by-Step Guide to Installing and Using Nivistealer
Output for geeting target information

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.

RELATED ARTICLES

Leave a reply

Please enter your comment!
Please enter your name here

- Advertisment -

Most Popular

Recent Comments