Code Monkey home page Code Monkey logo

hiddeneyereborn's Issues

[Development] Mirror system

Templates won't be stored on git repository, to make sure we don't infringe copyright, what I'm proposing instead can be described in a couple of steps:

  • Upload templates as archives to 3rd party file storage

  • Add direct download links to text file for specific template, we can call it "template TXT"

  • Upload those template TXTs to 3rd party file storage

  • Add links to template TXTs to "mirrorlist" file with md5 and sha256 hashes included per archive of specific version, e. g. "Github Template 0.3"

  • Implement code to automatically:

    1. Fetch mirrorlists
    2. Parse them for links
    3. Fetch template TXTs
    4. Parse them for links
    5. Download latest version of template
    6. Verify it with hash
    7. If valid - move from temporary folder to main templates storage
    8. If invalid - delete and cleanup, throw an error and make sure to write it to debug logs

As per templates versioning, we can use creation date, e.g. "GitHub 23/08/2021"

how to start

i downloaded it succesfully but i dont know how to launch the script

[FEATURE] Implement Credential Verification System

Currently, our application does not verify the authenticity of credentials provided by users. This feature request proposes the development of a credential verification system that tests credentials by making a request to the specified website. The system would then analyze the response to confirm the validity of the provided credentials. This would enhance the tool's functionality and security but may require significant development effort and consider potential limitations.

Add logging

Will be adding logging so it's easier to debug user issues, it's half done already, nothing too hard

How do I open HiddenEye?

Forgive my ignorance, because it is prob something very obvious. I have installed everything pretty smoothly but I am clueless on how to open this HE version. I opened the first original one easily but this hiddeneye doesnt really provide any context for opening the hiddeneye screen to see all your phishing options and whatnot. what do i put in my terminal to activate this?

Help!

I know were dumb but you should leave an installation guide or how to launch it. Thank you!

NO-IP LINK

Hello
Can you please add feature witch use the link of no-ip (dynamic dns service ) witch is linked to localhost to make it easier to customize domain name and maybe solve many other problems like blocking urls and ngrok slow server .
This is one of my ideas I hope you can do it and thanks in advance <3

How to launch HiddenEyeReborn after installation

Can you please tell us how to launch HiddenEyeReborn!

I have pip installed HE: RE but I always get the same thing when trying to run it

"Success, you can access this via terminal!
Hey, if you can - contact that lazy developer and make him code! Would be glad if you contribute, as well..."

I have even git cloned the repository and pip installed the requirements.txt which went fine, however upon running the setup.py file i get this coming up in the terminal

"usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help

error: no commands supplied"

and everytime I cd into the hiddeneye_reborn folder inside the HiddenEyeReborn repository, and launch the hiddeneye_reborn.py file via python3 hiddeneye_reborn.py

I still get the same message (I KNOW THIS ISN'T AN ERROR MESSAGE)

"Success, you can access this via terminal!
Hey, if you can - contact that lazy developer and make him code! Would be glad if you contribute, as well..."

a little feedback and some advice on how to launch this application would be helpful, thanks mate :)

HOW do I run the script ?

When I am trying to run the script it says-
"Success, you can access this via terminal!"
How do I access it via terminal?

syntax error near unexpected token `|'

Requirement already satisfied: hiddeneye-reborn in /data/data/com.termux/files/usr/lib/python3.9/site-packages (0.0a1.dev4)
Requirement already satisfied: pywebcopy in
/data/data/com.termux/files/usr/lib/python3.9/site-p

Now how to run the tool?

Install

Somebody please tell me how to install this in kali linux

How To Run HiddenEye-Reborn

How do i run it? it keeps saying:
Success, you can access this via terminal!

I have no other terminal except Kali linux & Command Promt (If there is for Cmd please tell me.)

Or maybe it hasn't yet finished?

Device lock screen

Hi
You didn't understand me before but to understand me please search about : "LockPhish"
I hope you merge or upgrade this tool with hidden eye
That makes hiddenphish more reliable and general for leading phishing domain.

PS : LockPhish generate link that auto detect device to open fake device lock screen (iphone,android,windows ) and it cintain keylogger to receive credentials
โค

Lable Bot Issue

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.80. Please mark this comment with ๐Ÿ‘ or ๐Ÿ‘Ž to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

How can I help contribute to HE:RE?

NOT AN ISSUE!!!

Would love to contribute to the development of this application in anyway possible, I've never contributed to projects before hence the reason why I'm asking :) you do this all solo man I've gotta help in someway

documentation incomplete

cool project but the documentation seems to be incomplete, if you need any help with writing the documentation.
Let me know ! ๐Ÿ˜„

does work on termux

Traceback (most recent call last):
File "/data/data/com.termux/files/usr/bin/hiddeneye-reborn", line 5, in
from hiddeneye_reborn.hiddeneye_reborn import main
File "/data/data/com.termux/files/usr/lib/python3.9/site-packages/hiddeneye_reborn/hiddeneye_reborn.py", line 2, in
from app_logging.default_logging import logging, log, set_logging_config
ModuleNotFoundError: No module named 'app_logging'

Usage and Documentation

You should at least add a documentation of how this program can be used so when I download it I can use it

  • add a help command to your package

Setup github actions to automatically build package on tagged commit

Remind me guys, remind me...

Notes:

Reference and example info: https://packaging.python.org/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/#creating-a-workflow-definition

Keep in mind: Replace pep517 approach with default one

Commands i'm too lazy to finally memorize...

sudo bash -cl "/home/nameless/Work/Development/OSS/HiddenEyeReborn/venv/bin/python /home/nameless/Work/Development/OSS/HiddenEyeReborn/setup.py sdist bdist_wheel"

======================================
twine upload dist/*

#REMEMBER
On ArchLinux you need to use sudo pip when installing (Probably, gotta do more tests)

Termux Setup

Hello Guys Thank u for an awesome Repository much is appreciated, I had install hidden eye reborn on my androids through termux and I ran into a small error, I ran

python3 hiddeneye_reborn.py

In terminal and it just sed success contact developers lol is there a way around this?? I also installed the old hidden eye it worked but this is the newer version can't wait to hear from u guys lol

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.