Skip to content
New issue

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

python 3 support #2

Closed
shingz96 opened this issue May 2, 2018 · 6 comments
Closed

python 3 support #2

shingz96 opened this issue May 2, 2018 · 6 comments
Labels
question Further information is requested

Comments

@shingz96
Copy link

shingz96 commented May 2, 2018

i see the code seem still on python 2, correct me if i am wrong

Thx 😃

@rootm0s
Copy link
Owner

rootm0s commented May 2, 2018

That's correct, shouldn't be any problems converting it to python3 though.

If the people want it in python3 I can probably make it possible in the near days. But at the moment i'm rewriting the dll hijacking code.

@rootm0s rootm0s added the question Further information is requested label May 2, 2018
@rootm0s
Copy link
Owner

rootm0s commented May 11, 2018

For those who want to run it with python3, ill suggest you have a look at:
https://docs.python.org/2/library/2to3.html

@cclauss
Copy link
Contributor

cclauss commented Sep 6, 2018

flake8 testing of https://github.com/rootm0s/WinPwnage on Python 3.7.0

$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics

/home/travis/virtualenv/python3.7.0/lib/python3.7/site-packages/pycodestyle.py:113: FutureWarning: Possible nested set at position 1
  EXTRANEOUS_WHITESPACE_REGEX = re.compile(r'[[({] | []}),;:]')
./winpwnage.py:6:9: E999 SyntaxError: invalid syntax
print """
        ^
./functions/todo/dll_oci.py:32:67: E999 SyntaxError: invalid syntax
	print " {} oci_dll_hijack: Attempting to dll hijack msdtc service".format(infoBox())
                                                                  ^
2     E999 SyntaxError: invalid syntax
2

@rootm0s
Copy link
Owner

rootm0s commented Sep 6, 2018

Only supporting Python 2.7, if you want to try it out in Python 3, feel free to do all the work

@Abdur-rahmaanJ
Copy link

would like to contribute to py3 support!

@rootm0s
Copy link
Owner

rootm0s commented Mar 20, 2019

This is on the to-do list list, closing the issue since it will be adressed in a future PR.

@rootm0s rootm0s closed this as completed Mar 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants