Code Monkey home page Code Monkey logo

sillyrat's People

Contributors

hash3lizer avatar jbsec avatar sdshlanta avatar theflash2k avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sillyrat's Issues

Windows Compilation Error & Issue With the payload

I face an issue while trying to generate a payload in Win10, the error was :

Traceback (most recent call last):
  File "C:\Python310\lib\threading.py", line 1016, in _bootstrap_inner
    self.run()
  File "C:\Python310\lib\threading.py", line 953, in run
    self._target(*self._args, **self._kwargs)
  File "C:\Python310\lib\site-packages\PyInstaller\__main__.py", line 114, in run
    run_build(pyi_config, spec_file, **vars(args))
  File "C:\Python310\lib\site-packages\PyInstaller\__main__.py", line 65, in run_build
    PyInstaller.building.build_main.main(pyi_config, spec_file, **kwargs)
  File "C:\Python310\lib\site-packages\PyInstaller\building\build_main.py", line 734, in main
    build(specfile, kw.get('distpath'), kw.get('workpath'), kw.get('clean_build'))
  File "C:\Python310\lib\site-packages\PyInstaller\building\build_main.py", line 681, in build
    exec(code, spec_namespace)
  File "C:\Users\Stickman\Vir\SillyRAT\super.exe.spec", line 6, in <module>
    a = Analysis(['C:\\Users\\Stickman\\Vir\\SillyRAT\\tmp\\cl.py'],
  File "C:\Python310\lib\site-packages\PyInstaller\building\build_main.py", line 244, in __init__
    self.__postinit__()
  File "C:\Python310\lib\site-packages\PyInstaller\building\datastruct.py", line 160, in __postinit__
    self.assemble()
  File "C:\Python310\lib\site-packages\PyInstaller\building\build_main.py", line 342, in assemble
    self.graph = initialize_modgraph(
  File "C:\Python310\lib\site-packages\PyInstaller\depend\analysis.py", line 729, in initialize_modgraph
    graph = PyiModuleGraph(
  File "C:\Python310\lib\site-packages\PyInstaller\depend\analysis.py", line 117, in __init__
    self._analyze_base_modules()
  File "C:\Python310\lib\site-packages\PyInstaller\depend\analysis.py", line 234, in _analyze_base_modules
    self._base_modules = [mod
  File "C:\Python310\lib\site-packages\PyInstaller\depend\analysis.py", line 236, in <listcomp>
    for mod in self.import_hook(req)]
  File "C:\Python310\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1480, in import_hook
    target_package, target_module_partname = self._find_head_package(
  File "C:\Python310\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1664, in _find_head_package
    raise ImportError("No module named " + target_package_name)
ImportError: No module named _bootlocale

I was able to solve this issue simply by downloading a new version of : pyinstaller

I've used this command to fix this Issue :
pip install pyinstaller==4.10
when the Exe is created, it seems that is missing this package :

pip install python3_xlib


After this the payload is generated but it's not useable, I check with wireshark and it seems that the payload stay quite and don't try to communicate with my server that is running on my parrot OS.

I can help you with this project even if I'm kind of new of this type of programming.

RAT

Selling the new version FUD of this project crafted by me who ever is interested can add me on discord my username is Silentsniper0

ModuleNotFoundError

' File "/home/kali/SillyRAT/server.py", line 13, in
import PyInstaller.main
ModuleNotFoundError: No module named 'PyInstaller'

Am getting an error when i run the payload on the target

Please help me out with the error, i am getting the following error msg. Is it a requirement to have a X server running at the target ?

Traceback (most recent call last):
  File "cl.py", line 17, in <module>
  File "/usr/local/lib/python3.8/site-packages/PyInstaller/loader/pyimod03_importers.py", line 493, in exec_module
  File "pynput/__init__.py", line 40, in <module>
  File "/usr/local/lib/python3.8/site-packages/PyInstaller/loader/pyimod03_importers.py", line 493, in exec_module
  File "pynput/keyboard/__init__.py", line 31, in <module>
  File "pynput/_util/__init__.py", line 76, in backend
ImportError: this platform is not supported: No module named 'pynput.keyboard._xorg'

Try one of the following resolutions:

 * Please make sure that you have an X server running, and that the DISPLAY environment variable is set correctly
[18557] Failed to execute script cl

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.