E4GL3OS1NT - Simple Information Gathering Tool

Overview

E4GL30S1NT

Discord Server

forthebadge made-with-python

Features

  • userrecon - username reconnaissance

  • facedumper - dump facebook information

  • mailfinder - find email with specific name

  • godorker - dorking with google search

  • phoneinfo - phone number information

  • dnslookup - domain name system lookup

  • whoislookup - identify who is on domain

  • sublookup - sub networking lookup

  • hostfinder - find host domain

  • dnsfinder - find host domain name system

  • riplookup - reverse ip lookup

  • iplocation - ip to location tracker

  • Installation on linux

apt-get install wget && wget https://raw.githubusercontent.com/C0MPL3XDEV/E4GL30S1NT/main/kalinstall.sh && bash kalinstall.sh
  • Installation on termux
pkg install wget && wget https://raw.githubusercontent.com/C0MPL3XDEV/E4GL30S1NT/main/install.sh && bash install.sh
  • Uninstallation
  • termux: rm -rf $PREFIX/bin/sigit
  • linux : rm -rf /usr/local/bin/sigit

Credits

Copyright © 2021 by @C0MPL3XDEV

Comments
  • error: subprocess-exited-with-error

    error: subprocess-exited-with-error

    im having trouble installing, here is my terminal :

    sudo ./linuxinstall.sh

    E4GL30SINT - Simple information gathering toolkit prepare for installing dependencies ... installing package: libxml2 ./linuxinstall.sh: line 11: pkg: command not found installing pacakge: libxslt ./linuxinstall.sh: line 13: pkg: command not found installing pacakge: python3 ./linuxinstall.sh: line 15: pkg: command not found installing modules: lxml Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (0.37.1) Requirement already satisfied: lxml in /usr/lib/python3/dist-packages (4.8.0) WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv installing modules: requests Requirement already satisfied: requests in /usr/local/lib/python3.10/dist-packages (2.9.1) WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv installing modules: BeautifulSoup Collecting BeautifulSoup Using cached BeautifulSoup-3.2.2.tar.gz (32 kB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error

    × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [7 lines of output] Traceback (most recent call last): File "", line 2, in File "", line 34, in File "/tmp/pip-install-xop6l9cq/beautifulsoup_53bc2329fad14180854f52b14691a342/setup.py", line 3 "You're trying to run a very old release of Beautiful Soup under Python 3. This will not work."<>"Please use Beautiful Soup 4, available through the pip package 'beautifulsoup4'." ^^ SyntaxError: invalid syntax [end of output]

    note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed

    × Encountered error while generating package metadata. ╰─> See above for output.

    note: This is an issue with the package mentioned above, not pip. hint: See above for details.

    installing modules: tabuate Requirement already satisfied: tabulate in /usr/lib/python3/dist-packages (0.8.7) WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv successfully installing dependencies use command E4GL30S1NT for start the console

    opened by philmacrack 2
  • [ImgBot] Optimize images

    [ImgBot] Optimize images

    opened by imgbot[bot] 0
  • [ImgBot] Optimize images

    [ImgBot] Optimize images

    opened by imgbot[bot] 0
  • [ImgBot] Optimize images

    [ImgBot] Optimize images

    opened by imgbot[bot] 0
  • E4GL30S1NT Error

    E4GL30S1NT Error

    Traceback (most recent call last): File "/data/data/com.termux/files/usr/bin/E4GL30S1NT", line 48, in configs = json.loads(open("configs/config.json", "r").read()) FileNotFoundError: [Errno 2] No such file or directory: 'configs/config.json'

    Screenshot_20220901-124236

    opened by Kitopvibe1 0
  • Traceback (most recent call last):   File import pyperclip ModuleNotFoundError: No module named 'pyperclip'">

    Traceback (most recent call last): File "/data/data/com.termux/files/usr/bin/E4GL30S1NT", line 21, in import pyperclip ModuleNotFoundError: No module named 'pyperclip'

    Traceback (most recent call last): File "/data/data/com.termux/files/usr/bin/E4GL30S1NT", line 21, in import pyperclip ModuleNotFoundError: No module named 'pyperclip'

    Screenshot_20220901-120433

    opened by Kitopvibe1 0
Releases(1.1)
Owner
C0MPL3XDEV
I am an Italian programmer, high school student, programmer and passionate about cybersecurity
C0MPL3XDEV
DEMO SOCKET AF INET SSL PYTHON

DEMO_SOCKET_AF_INET_SSL_PYTHON Python demo of socket family as AF_INET using TCP with SSL. Compatibility : macOS & GNU/Linux Network Topology style :

Enola 1 Jan 24, 2022
E4GL3OS1NT - Simple Information Gathering Tool

E4GL30S1NT Features userrecon - username reconnaissance facedumper - dump facebook information mailfinder - find email with specific name godorker - d

C0MPL3XDEV 195 Dec 21, 2022
pyngrok is a Python wrapper for ngrok

pyngrok is a Python wrapper for ngrok that manages its own binary, making ngrok available via a convenient Python API.

Alex Laird 329 Dec 31, 2022
A Scapy implementation of SMS-SUBMIT and (U)SIM Application Toolkit command packets.

A Scapy implementation of SMS-SUBMIT and (U)SIM Application Toolkit command packets.

mnemonic 83 Dec 11, 2022
Py script to aid in setting up the boot chime in OpenCore.

BootChime Py script to aid in setting up the boot chime in OpenCore. It does so by helping you locate your IOHDACodecDevices, IOHDACodecAddress values

CorpNewt 7 Sep 19, 2022
A powerful framework for decentralized federated learning with user-defined communication topology

Scatterbrained Decentralized Federated Learning Scatterbrained makes it easy to build federated learning systems. In addition to traditional federated

Johns Hopkins Applied Physics Laboratory 7 Sep 26, 2022
DataShare - Simple library for data sharing between scripts and public functions calling

DataShare - Simple library for data sharing between scripts and public functions calling. Installation. Install code, Delete LICENSE, README, readme.t

Ivan Perzhinsky. 1 Dec 17, 2021
School Project using Python Sockets and Personal Encryption Method.

Python-Secure-File-Transfer School Project using Python Sockets and Personal Encryption Method. Installation Must have python3 installed on your syste

1 Dec 03, 2021
A tool to generate valid ip addresses of 55 countries. These ip's can be used for OpenBullet.

IP-Grabber A tool to generate valid ip addresses of 55 countries. These ip's can be used for OpenBullet. ive added the feature to set the generated ip

Saad 9 Dec 17, 2022
Module for convenient work with TCP sockets.

m_socket-py Module for convenient work with TCP sockets. Contributing Pool Request is supported! Ask questions in the Issues section. License Copyrigh

Egor Arskiy 5 Mar 09, 2022
API for concurrency connections

Multi-connection-server-API API for concurrency connections difference between this server and the echo server is the call to lsock.setblocking(False)

Muziwandile Nkomo 1 Jan 04, 2022
This python script can change the mac address after some attack

MAC-changer Hello people, this python script was written for people who want to change the mac address after some attack, I know there are many ways t

5 Oct 10, 2022
Wifi-Jamming is a simple, yet highly effective method of causing a DoS on a wireless implemented using python pyqt5.

pyqt5-linux-wifi-jamming-tool Linux-Wifi-Jamming is a simple GUI tool, yet highly effective method of causing a DoS on a wireless implemented using py

lafesa 8 Dec 05, 2022
A server and client for passing data between computercraft computers/turtles across dimensions or even servers.

ccserver A server and client for passing data between computercraft computers/turtles across dimensions or even servers. pastebin get zUnE5N0v client

1 Jan 22, 2022
track IP Address

ipX Table of Contents ipX Welcome Features Uses Author 📝 License Welcome find the location of an IP address. Specifically, you can get the following

Ali Shahid 15 Sep 26, 2022
BibleNotifyDesktop - Desktop version of Bible Notify

Bible Notify Desktop This is the repository for the Desktop version of the daily

Bible Notify 5 Nov 16, 2022
RabbitMQ asynchronous connector library for Python with built in RPC support

About RabbitMQ connector library for Python that is fully integrated with the aio-pika framework. Introduction BunnyStorm is here to simplify working

22 Sep 11, 2022
A protocol or procedure that connects an ever-changing IP address to a fixed physical machine address

p0znMITM ARP Poisoning Tool What is ARP? Address Resolution Protocol (ARP) is a protocol or procedure that connects an ever-changing IP address to a f

Furkan OZKAN 9 Sep 18, 2022
PcapXray - A Network Forensics Tool - To visualize a Packet Capture offline as a Network Diagram

PcapXray - A Network Forensics Tool - To visualize a Packet Capture offline as a Network Diagram including device identification, highlight important communication and file extraction

Srinivas P G 1.4k Dec 28, 2022
Azure-function-proxy - Basic proxy as an azure function serverless app

azure function proxy (for phishing) here are config files for using *[.]azureweb

17 Nov 09, 2022