How to install hiddeneye in termux using android device

How to install hiddeneye in termux using android device


Hidden Eye is an all in one tool that can be used to perform a variety of online attacks on user accounts. It’s well loaded, therefore it can be used as keylogger (keystroke logging), phishing tool, information collector, social engineering tool, etc.

🔥HOW TO INSTALL HIDDENEYE

$ pkg install python

$ pkg install git

$ pkg install wget

$ pkg install php

$ pkg install curl

$ pkg install openssh

$  git clone -b     
Termux-Support-Branch       https://github.com/DarkSecDevelopers/HiddenEye.git

$ cd HiddenEye

$ chmod 777 HiddenEye

$ python3 -m pip install -r
    requirement.txt

$ python3 HiddenEye.py

No comments:

Post a Comment

How to connect to an FTP server from Linux?

To connect to an FTP server from a Linux system, you can use either a command-line FTP client or a graphical one. Here’s how to do it usin...