Skip to content
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

Not working python and docker #1319

Open
pentesterlab3 opened this issue Mar 27, 2023 · 0 comments
Open

Not working python and docker #1319

pentesterlab3 opened this issue Mar 27, 2023 · 0 comments

Comments

@pentesterlab3
Copy link

pentesterlab3 commented Mar 27, 2023

IN KALI LINUX
python3 autosploit.py
Traceback (most recent call last):
File "/home/kali/AutoSploit/autosploit.py", line 1, in
from autosploit.main import main
File "/home/kali/AutoSploit/autosploit/main.py", line 135
print error_traceback
^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?

IN DOCKER
root㉿kali)-[/home/kali/AutoSploit/Docker]
└─# docker run -it --network haknet -p 80:80 -p 443:443 -p 4444:4444 autosploit
Unable to find image 'autosploit:latest' locally
docker: Error response from daemon: pull access denied for autosploit, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant