AutoSploit icon indicating copy to clipboard operation
AutoSploit copied to clipboard

Not working python and docker

Open pentesterlab3 opened this issue 2 years ago • 0 comments

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

pentesterlab3 avatar Mar 27 '23 17:03 pentesterlab3