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.
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.