-
Notifications
You must be signed in to change notification settings - Fork 478
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python start.py #131
Comments
Hey, just a heads up but this is a dead project dude. It's not maintained at all so no one is fixing any issues. You'll have to deal with them yourself. |
Hey if you want windows implementation of it you can check out my project :- https://github.com/siddhant385/karavas |
@siddhant385 Cool project.
Could you explain a bit how you achieved this? |
I've looked into the code base and don't see any discovery/STUN/etc. It's just a basic flask app. Perhaps you mean that it's a binding shell instead of a reverse shell? If your victim is behind a NAT or firewall, this doesn't seem to work. |
@gptlang Currently I am working on it so it's not so stable however in upcoming day's I'll try to release a more stable version.** |
Traceback (most recent call last):
File "/Users/qwerty/EvilOSX/start.py", line 13, in
from server.handler import start_server
File "/Users/qwerty/EvilOSX/server/handler.py", line 22, in
from server import modules
File "/Users/qwerty/EvilOSX/server/modules/init.py", line 11, in
from server.modules.helper import ModuleABC
File "/Users/qwerty/EvilOSX/server/modules/helper.py", line 10, in
from server.model import Model
File "/Users/qwerty/EvilOSX/server/model.py", line 11, in
from Cryptodome.Cipher import AES
ModuleNotFoundError: No module named 'Cryptodome'
The text was updated successfully, but these errors were encountered: