Skip to content

Not working python and docker #1319

Open
@pentesterlab3

Description

@pentesterlab3

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions