HiddenEye with completely new codebase and better features set, NOT READY FOR END USER, You will be banned for duplicating issue #11 immediately!
 
 
Go to file
sTiKyt a2446b3306 Refactor project structure, integrate WebServer in HiddenEye
The refactoring includes hiddeneye_reborn/network/server.py and introducing functionalities for running a rudimentary web server. In addition, a new file, hiddeneye_reborn/public/index.html, has been created and its directory set as the web server's serving path in the main HiddenEye application file. The project version has been updated as part of these changes.
2024-02-15 22:55:41 +02:00
.github Replaced master with main in outdated Github actions configs 2021-10-29 21:13:22 +03:00
.idea Refactor logging setup and update SDK version 2024-02-15 22:33:35 +02:00
art Boom, now work! 2020-09-29 18:07:02 +00:00
docs Specified master_doc for RTD 2020-10-06 12:18:01 +00:00
hiddeneye_reborn Refactor project structure, integrate WebServer in HiddenEye 2024-02-15 22:55:41 +02:00
tests Refactor dependency check function and update version 2024-02-15 22:37:08 +02:00
.gitignore Ignore what appears to be env variable file generated by Actions 2021-10-30 13:44:34 +03:00
.travis.yml Had to remove python '3.9' from .travis.yml (One more reason to switch to Github Actions) 2020-10-12 19:42:56 +00:00
CONTRIBUTING.md CONTRIBUTING.md spacing fix 2020-10-10 13:27:15 +00:00
LICENSE Initial commit 2020-09-20 17:19:35 +00:00
README.md Update README.md with revised content structure 2024-02-15 22:37:31 +02:00
codecov.yml Tweaked some codecov settings 2021-10-30 14:41:24 +03:00
modules.rst Generated .rst files using sphinx 2020-10-06 11:43:24 +00:00
requirements.txt Update setup metadata and relax dependency versions 2024-02-15 22:36:25 +02:00
setup.cfg Initial commit for setup.cfg 2020-09-21 19:53:10 +00:00
setup.py Update setup metadata and relax dependency versions 2024-02-15 22:36:25 +02:00

README.md

PyPI version CodeFactor PyPI - Python Version

Introduction

The HiddenEye: Reborn tool is a project aimed at exploiting human errors. As my second attempt at creating a comprehensive tool for this purpose, it presently has numerous phishing features. We intend to add more functionalities soon. Keep up with our progress by checking out our [roadmap] (insert link of roadmap here) or the Projects Tab on our GitHub page.

Disclaimer

Please Note: The utilization of HiddenEye: Reborn and its resources lies entirely with the end user. The developers of this tool assume no liability and are not responsible for any misuse or damage resulting from it. Ensure you have explicit written permission from the intended party before conducting any testing, as some actions may be illegal.

Installation

You can easily install HE: RE on PyPI using pip:

pip install hiddeneye-reborn

Just like that, HE: RE is ready for use as a terminal command and can also be added as a package to your projects.

Basic Usage

to be written

Documentation

Our complete and comprehensive documentation is being compiled and will be available soon. Visit our documentation frequently for updates. Hidden Eye Reborn Docs

FAQ

Q: Why is the original HiddenEye no longer maintained?
A: The original HiddenEye was phased out due to bad practices and low quality in the code.

Q: I noticed the original HiddenEye had more tunneling options. Why aren't most of them available anymore?
A: As technology evolves, providers adapt. Some of these options are now obsolete or have changed the way they work. But don't worry, we'll always find new ones as they become available.

Q: Are there any example uses for this tool?
A: The usage entirely depends on the user. We disclaim liability for any actions taken by users. However, numerous legal uses for this tool include testing employees or colleagues to educate them about potential vulnerabilities, which social engineers could exploit.

Q: Why are there slow updates from the developers?
A: As an open-source software, the community does not generate revenue. Our developers need to balance their time between financial stability and updating HE: RE. If you want to see the software develop further, consider supporting the developers!

Contributing

to be written