Giter Site home page Giter Site logo

adolfmacro / eyerat Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 2.0 2.27 MB

A tool for building remote access trojan.

License: GNU General Public License v3.0

Python 97.66% Shell 2.34%
python hacking remote-control trojan hack rat socket socket-io socket-programming hacking-tool

eyerat's People

Contributors

adolfmacro avatar xdevman avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

eyerat's Issues

Cv2 module

IMG_20220327_173523.jpg

Hello,
I dont understand, it seems like something is missing ? Can you help ?

i made the eyerat.py file hard to read lol

from importlib_metadata import version as vrsn
from time import sleep as slp
from tools import generator as gnrt, updater as updt
from colorama import Back as Bck, Fore as Fr
from tools import launcher as lnchr
from os import system as syst
from platform import system as osTp
from subprocess import getoutput as gOtpt
from os.path import isfile as isFl
from requests import get as gt
from tools.MNLauncher import main as miniRats


def chdps():
    QM = ['opencv', 'numpy', 'pyautogui', 'pyaudio', 'cryptography', 'pymsgbox', 'pillow', 'psutil', 'colorama', 'pyinstaller']
    ntInst = [pkg for pkg in QM if pkg not in gOtpt("pip list").lower()]
    [print(f"{Fr.LIGHTRED_EX}[ ! ] Module {NTpkg} not found !\nTry with : pip3 install {NTpkg}\n\n") for NTpkg in ntInst]
    exit() if ntInst else None


def clr():
    syst("cls" if "windows" in osTp().lower() else "clear")


def mn():
    slp(3)
    clr()
    s = input(f"""
    (...)
    {Fr.LIGHTGREEN_EX}Enter your selection :{Fr.MAGENTA} """)
    clr()
    try:
        {'1': lnchr.main,
         '2': gnrt.main,
         '3': lnchr.main,
         '4': gnrt.main,
         '5': miniRats,
         '6': lambda: input("""
    (...)
    Enter to exit : """),
         '7': updt.mainUpdater}[s]("client" if s in ['1', '4'] else "server" if s in ['2', '3'] else None)
    except KeyError:
        pass
    except KeyboardInterrupt:
        pass


if __name__ == '__main__':
    chdps()
    while 1:
        try:
            mn()
        except KeyboardInterrupt:
            print(f"\n\n{Fr.RED}ヽ(・_・)/{Fr.CYAN} CTR-C {Fr.RED}\(・_・)/{Fr.RESET}")
            break

Some ideas could help

please add the libraries to a .txt file
I suggest instead of printing [ ! ] Module pyaudio not found !
you could use subprocess to install it automatically with :
subprocess.run("pip3 install pyaudio", shell=True, check=True)

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.