brut0s / DFW

Doxing Tool
GNU General Public License v3.0
59 stars 39 forks source link

Error while running "python3 personaldox.py and doxxingframework.py" #3

Open Griphcode opened 2 years ago

Griphcode commented 2 years ago

I get an error message when i am trying to run the following files


griphcode@penguin:~/DFW$ python3 Doxing-Framework.py
  File "/home/griphcode/DFW/Doxing-Framework.py", line 6
    print """
          ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(""")?
griphcode@penguin:~/DFW$ python3 personaldox.py
  File "/home/griphcode/DFW/personaldox.py", line 9
    print """\n\t'BASIC-INFO'
          ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("""\n\t'BASIC-INFO')?
griphcode@penguin:~/DFW$ ```

I am wondering how i can fix this?
duckjustice commented 2 years ago

type python2 maybe

ProtDos commented 1 year ago

it's not available for python 3

Crackerinho commented 9 months ago

this code might not be available for python3 i have the remake and it works just fine