NullArray / AutoSploit

Automated Mass Exploiter
GNU General Public License v3.0
4.99k stars 1.13k forks source link

Not working python and docker #1319

Open pentesterlab3 opened 1 year ago

pentesterlab3 commented 1 year ago

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