Skip to content

Instantly share code, notes, and snippets.

@the8greyhats
Last active December 28, 2023 02:45
Show Gist options
  • Save the8greyhats/133ee2c23bf284e082ee244f0d11a7b5 to your computer and use it in GitHub Desktop.
Save the8greyhats/133ee2c23bf284e082ee244f0d11a7b5 to your computer and use it in GitHub Desktop.
Termux
$ pkg install git python php curl openssh grep
$ pip3 install wget
$ git clone -b Termux-Support-Branch https://github.com/DarkSecDevelopers/HiddenEye.git
$ chmod 777 HiddenEye
$ cd HiddenEye
$ ./HiddenEye.py
$ python HiddenEye.py
@Shub9899
Copy link

usage: maxphisher.py [-h] [-p PORT] [-t TYPE] [-o OPTION]
[-T TUNNELER] [-r REGION] [-S SUBDOMAIN]
[-d DIRECTORY] [-f FEST] [-i YTID] [-u URL]
[-s DURATION] [-m MODE] [-e TROUBLESHOOT]
[--nokey] [--noupdate]

options:
-h, --help show this help message and exit
-p PORT, --port PORT MaxPhisher's server port [Default : 8080]
-t TYPE, --type TYPE MaxPhisher's phishing type index [Default :
null]
-o OPTION, --option OPTION
MaxPhisher's template index [ Default : null ]
-T TUNNELER, --tunneler TUNNELER
Tunneler to be chosen while url shortening
[Default : Cloudflared]
-r REGION, --region REGION
Region for loclx [Default: auto]
-S SUBDOMAIN, --subdomain SUBDOMAIN
Subdomain for loclx [Pro Account]
(Default: null)
-d DIRECTORY, --directory DIRECTORY
Directory where media files will be saved
[Default : /sdcard/Media]
-f FEST, --fest FEST Festival name for fest template [Default:
Birthday]
-i YTID, --ytid YTID Youtube video ID for yttv template [Default :
6hHmkInZkMQ (NASA Video)]
-u URL, --url URL Redirection url for ip-tracking or login
phishing [Default : null]
-s DURATION, --duration DURATION
Media duration while capturing [Default :
5000(ms)]
-m MODE, --mode MODE Mode of MaxPhisher [Default: normal]
-e TROUBLESHOOT, --troubleshoot TROUBLESHOOT
Troubleshoot a tunneler [Default: null]
--nokey Use localtunnel without ssh key [Default:
False]
--noupdate Skip update checking [Default : False]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment