You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'.
The text was updated successfully, but these errors were encountered:
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'.
The text was updated successfully, but these errors were encountered: