EggShell icon indicating copy to clipboard operation
EggShell copied to clipboard

No such file or directory: /src/resources/esplinux

Open RaakinShah opened this issue 6 years ago • 0 comments

Traceback (most recent call last): File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run()

File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs)

File "/Users/[me]/EggShell-RAT/modules/server/server.py", line 180, in multiServerListen session = self.listen(host,port,0)

File "/Users/[me]/EggShell-RAT/modules/server/server.py", line 100, in listen binaryFile = open("src/resources/esplinux", "rb")

IOError: [Errno 2] No such file or directory: 'src/resources/esplinux'

Please help me. I can get the bash command to connect, but after this the whole thing collapses. I expected it to open a shell for me to make commands on, but it just crashes and gives me this. I can't find esplinux anywhere on the internet. Please halp.

RaakinShah avatar Oct 11 '19 15:10 RaakinShah