We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please provide the following details.
_(base) ┌──(root💀debian)-[~/datasploit] └─# cat /etc/os-release PRETTY_NAME="Kali GNU/Linux Rolling" NAME="Kali GNU/Linux" ID=kali VERSION="2021.1"
Python 3.8.5_
(base) ┌──(root💀debian)-[~/datasploit] └─# python datasploit.py File "datasploit.py", line 46 print os.path.exists(config_file_path) ^ SyntaxError: invalid syntax
If you cloned Datasploit, also provide the output of git log -n 1 --pretty=format:"%B".
git log -n 1 --pretty=format:"%B"
(base) ┌──(root💀debian)-[~/datasploit] └─# git log -n 1 --pretty=format:"%B" Enabling text report output
The text was updated successfully, but these errors were encountered:
that's because you're using python3
Sorry, something went wrong.
No branches or pull requests
Please provide the following details.
Host System
_(base) ┌──(root💀debian)-[~/datasploit]
└─# cat /etc/os-release
PRETTY_NAME="Kali GNU/Linux Rolling"
NAME="Kali GNU/Linux"
ID=kali
VERSION="2021.1"
Python 3.8.5_
Error Description
(base) ┌──(root💀debian)-[~/datasploit]
└─# python datasploit.py
File "datasploit.py", line 46
print os.path.exists(config_file_path)
^
SyntaxError: invalid syntax
If you cloned Datasploit, also provide the output of
git log -n 1 --pretty=format:"%B"
.(base) ┌──(root💀debian)-[~/datasploit]
└─# git log -n 1 --pretty=format:"%B"
Enabling text report output
The text was updated successfully, but these errors were encountered: