HiddenEyeReborn : HiddenEye With Completely New Codebase & Better Features Set

HiddenEyeReborn is my their try on doing multi-featured tool for human mistakes exploitation. Currently, HE: RE has mainly phishing features. But we are planning on adding more, you can follow development progress by looking at (REMIND ME TO DO ROADMAP) or Projects Tab on GitHub.

Installation

HE: RE is available on PyPI and can be installed using pip:

pip install hiddeneye-reborn

That’s all it takes! HE: RE is now available as a terminal command or as a package to your projects.

Basic Usage

to be written

Documentation

to be written https://hiddeneye-reborn.readthedocs.io

FAQ

  • Q: Why original HiddenEye is no longer maintained?
    • A: Due to low quality and bad practices used in code.
  • Q: Is there any example usages for this tool?
    • A: This is just a tool, and it’s up to you how to use it. That’s why we take no liability for your actions. There are multiple examples of legal usage of this tool, such as people willing to improve their workflow by testing/educating their employees or collegues and educating them about human vulnerabilities social engineers may use.
  • Q: Why are developers so slow? Why isn’t anyone updating it?
    • A: Community doesn’t generate any revenue and developer can’t afford to eat while working on this software, if you want opensource software to be developed – support developers.

Disclaimer

The use of the HiddenEye: Reborn and/or its resources is complete responsibility of the end-user. Developers assume no liabiity and are not responsible for any misuse or damage caused by HiddenEye: Reborn. Some of your actions may be illegal and you can not use this software to test someone without written permission from person or company.

R K

Recent Posts

git fetch vs git pull: How They Work and When to Use Each

Both git fetch and git pull talk to a remote repository, but they do very different things to your…

5 days ago

git cherry-pick Command: Apply Commits from Another Branch

Sometimes the change you need already exists, just on the wrong branch. A hotfix lands…

5 days ago

Best Email APIs for Secure Business Email: Why Developers Are Moving Beyond SMTP

Email is still one of the most important communication channels inside modern applications. Password resets,…

6 days ago

Nginx Commands in Linux: Start, Stop, Reload, Test, and Log

Nginx is a high-performance web server and reverse proxy trusted by some of the largest…

1 week ago

ufw Command in Linux: Manage Firewall Rules with Examples

ufw (Uncomplicated Firewall) sits on top of iptables (or nftables on newer systems) and replaces…

1 week ago

who Command in Linux: Show All Logged-In Users and Sessions

When you share a server with a team or investigate unexpected activity, the first question…

1 week ago