lucasjacks0n / EggShell

iOS/macOS/Linux Remote Administration Tool
GNU General Public License v2.0
1.66k stars 382 forks source link

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

Open RaakinShah opened 5 years ago

RaakinShah commented 5 years ago

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.