userrecon- username reconnaissancefacedumper- dump facebook informationmailfinder- find email with specific namegodorker- dorking with google searchphoneinfo- phone number informationdnslookup- domain name system lookupwhoislookup- identify who is on domainsublookup- sub networking lookuphostfinder- find host domaindnsfinder- find host domain name systemriplookup- reverse ip lookupiplocation- ip to location trackerBitly Bypass- Bypass all bitly urlsGithub Lookup- Dump GitHub informationTempMail- Generate a Temp Mail and Mail Box
-
For Put or Modify API KEY Type
python3 E4GL30S1NT.py configsor edit configs/config.json -
For use
phoneinfoyou need a Veriphone API key, if you don't have this key you can use this test key to test the tool: KEY:47703D994B174BACBDC5AD734CC381B4 -
For use
mailfinderyou need a real-email API key, if you don't have this key you can use this test key to test the tool: KEY:0c6ad1fd-f753-4628-8c0a-7968e722c6c7 -
Installation on linux
sudo apt-get install wget && wget https://raw.githubusercontent.com/C0MPL3XDEV/E4GL30S1NT/main/linuxinstall.sh && bash linuxinstall.sh- Installation on termux
pkg install wget && https://raw.githubusercontent.com/C0MPL3XDEV/E4GL30S1NT/main/install.sh && bash install.sh- Uninstallation
- termux:
rm -rf $PREFIX/bin/E4GL30S1NT - linux :
rm -rf /usr/local/bin/E4GL30S1NT
To ensure all necessary Python packages and type stubs are installed for E4GL30S1NT.py, please run the provided shell script:
First, make sure the script is executable: ```bash chmod +x install_deps.sh ```
Then, run the script: ```bash ./install_deps.sh ```
This script will:
- Install core runtime libraries listed in
requirements.txt. - Install
types-botocoreandtypes-boto3as per user preference. - Run
mypy --install-typesto fetch other necessary type stubs forE4GL30S1NT.py.
This script includes an example for using debugpy to debug its execution. To use it:
- Ensure
debugpyis installed. You can install it using pip: ```bash pip install debugpy ``` (Theinstall_deps.shscript also attempts to install type stubs viamypy, which might includedebugpyif it's imported and type stubs are available). - In the
E4GL30S1NT.pyscript, find theif __name__ == "__main__":block. - Uncomment the section related to
debugpysetup. - Run the script. It will print a message and pause, waiting for a debugger to attach on port 5678 (or the configured port).
- Attach your Python debugger (e.g., from VS Code, PyCharm) to the specified port.
Copyright © 2023 by @C0MPL3XDEV @PoulDev


