KhanhNguyen9872 / deobf_pyobfuscate.com

deobfuscate python from [https://pyobfuscate.com/pyd] to original code
28 stars 8 forks source link

idk what happen? #15

Closed killeromg007 closed 1 month ago

killeromg007 commented 1 month ago

Microsoft Windows [版本 10.0.19045.4894] (c) Microsoft Corporation. 著作權所有,並保留一切權利。

C:\Users\mom>C:\Users\mom\Desktop\deobf_pyobfuscate.com-main\pyd_pyobf_deobf.py

input file path: C:\Users\mom\Desktop\main.py source code:

:1: DeprecationWarning: alias.__init__ missing 1 required positional argument: 'name'. This will become an error in Python 3.15. :1: DeprecationWarning: Expr.__init__ missing 1 required positional argument: 'value'. This will become an error in Python 3.15. :1: DeprecationWarning: FunctionDef.__init__ missing 1 required positional argument: 'name'. This will become an error in Python 3.15. :1: DeprecationWarning: FunctionDef.__init__ missing 1 required positional argument: 'args'. This will become an error in Python 3.15. :1: DeprecationWarning: arg.__init__ missing 1 required positional argument: 'arg'. This will become an error in Python 3.15. :1: DeprecationWarning: Call.__init__ missing 1 required positional argument: 'func'. This will become an error in Python 3.15. :1: DeprecationWarning: Assign.__init__ missing 1 required positional argument: 'value'. This will become an error in Python 3.15. :1: DeprecationWarning: Name.__init__ missing 1 required positional argument: 'id'. This will become an error in Python 3.15. :1: DeprecationWarning: Constant.__init__ missing 1 required positional argument: 'value'. This will become an error in Python 3.15. :1: DeprecationWarning: Attribute.__init__ missing 1 required positional argument: 'value'. This will become an error in Python 3.15. :1: DeprecationWarning: Attribute.__init__ missing 1 required positional argument: 'attr'. This will become an error in Python 3.15. :1: DeprecationWarning: keyword.__init__ missing 1 required positional argument: 'value'. This will become an error in Python 3.15. :1: DeprecationWarning: BinOp.__init__ missing 1 required positional argument: 'left'. This will become an error in Python 3.15. :1: DeprecationWarning: BinOp.__init__ missing 1 required positional argument: 'op'. This will become an error in Python 3.15. :1: DeprecationWarning: BinOp.__init__ missing 1 required positional argument: 'right'. This will become an error in Python 3.15. :1: DeprecationWarning: Subscript.__init__ missing 1 required positional argument: 'slice'. This will become an error in Python 3.15. :1: DeprecationWarning: Subscript.__init__ missing 1 required positional argument: 'value'. This will become an error in Python 3.15. :1: DeprecationWarning: UnaryOp.__init__ missing 1 required positional argument: 'operand'. This will become an error in Python 3.15. :1: DeprecationWarning: UnaryOp.__init__ missing 1 required positional argument: 'op'. This will become an error in Python 3.15. Traceback (most recent call last): Traceback (most recent call last): File "C:\Users\mom\Desktop\deobf_pyobfuscate.com-main\pyd_pyobf_deobf.py", line 42, in exec(file) File "", line 21, in File "", line 1, in File "C:\Users\mom\Desktop\deobf_pyobfuscate.com-main\pyd_pyobf_deobf.py", line 27, in __call__ print(eval(__import__('ast').unparse(args[0])[4:])) File "", line 0 SyntaxError: invalid syntax (, line 1)

C:\Users\mom>

killeromg007 commented 1 month ago

@KhanhNguyen9872

KhanhNguyen9872 commented 1 month ago

Microsoft Windows [版本 10.0.19045.4894] (c) Microsoft Corporation. 著作權所有,並保留一切權利。

C:\Users\mom>C:\Users\mom\Desktop\deobf_pyobfuscate.com-main\pyd_pyobf_deobf.py

input file path: C:\Users\mom\Desktop\main.py source code: :1: DeprecationWarning: alias.init missing 1 required positional argument: 'name'. This will become an error in Python 3.15. :1: DeprecationWarning: Expr.init missing 1 required positional argument: 'value'. This will become an error in Python 3.15. :1: DeprecationWarning: FunctionDef.init missing 1 required positional argument: 'name'. This will become an error in Python 3.15. :1: DeprecationWarning: FunctionDef.init missing 1 required positional argument: 'args'. This will become an error in Python 3.15. :1: DeprecationWarning: arg.init missing 1 required positional argument: 'arg'. This will become an error in Python 3.15. :1: DeprecationWarning: Call.init missing 1 required positional argument: 'func'. This will become an error in Python 3.15. :1: DeprecationWarning: Assign.init missing 1 required positional argument: 'value'. This will become an error in Python 3.15. :1: DeprecationWarning: Name.init missing 1 required positional argument: 'id'. This will become an error in Python 3.15. :1: DeprecationWarning: Constant.init missing 1 required positional argument: 'value'. This will become an error in Python 3.15. :1: DeprecationWarning: Attribute.init missing 1 required positional argument: 'value'. This will become an error in Python 3.15. :1: DeprecationWarning: Attribute.init missing 1 required positional argument: 'attr'. This will become an error in Python 3.15. :1: DeprecationWarning: keyword.init missing 1 required positional argument: 'value'. This will become an error in Python 3.15. :1: DeprecationWarning: BinOp.init missing 1 required positional argument: 'left'. This will become an error in Python 3.15. :1: DeprecationWarning: BinOp.init missing 1 required positional argument: 'op'. This will become an error in Python 3.15. :1: DeprecationWarning: BinOp.init missing 1 required positional argument: 'right'. This will become an error in Python 3.15. :1: DeprecationWarning: Subscript.init missing 1 required positional argument: 'slice'. This will become an error in Python 3.15. :1: DeprecationWarning: Subscript.init missing 1 required positional argument: 'value'. This will become an error in Python 3.15. :1: DeprecationWarning: UnaryOp.init missing 1 required positional argument: 'operand'. This will become an error in Python 3.15. :1: DeprecationWarning: UnaryOp.init missing 1 required positional argument: 'op'. This will become an error in Python 3.15. Traceback (most recent call last): Traceback (most recent call last): File "C:\Users\mom\Desktop\deobf_pyobfuscate.com-main\pyd_pyobf_deobf.py", line 42, in exec(file) File "", line 21, in File "", line 1, in File "C:\Users\mom\Desktop\deobf_pyobfuscate.com-main\pyd_pyobf_deobf.py", line 27, in call print(eval(import('ast').unparse(args[0])[4:])) File "", line 0 SyntaxError: invalid syntax (, line 1)

C:\Users\mom>

install python3.11 for best compatible, your python3.15 is beta

killeromg007 commented 1 month ago

ok

killeromg007 commented 1 month ago

Microsoft Windows [版本 10.0.19045.4894] (c) Microsoft Corporation. 著作權所有,並保留一切權利。 C:\Users\mom>C:\Users\mom\Desktop\deobf_pyobfuscate.com-main\pyd_pyobf_deobf.py

input file path: C:\Users\mom\Desktop\main.py source code: :1: DeprecationWarning: alias.init missing 1 required positional argument: 'name'. This will become an error in Python 3.15. :1: DeprecationWarning: Expr.init missing 1 required positional argument: 'value'. This will become an error in Python 3.15. :1: DeprecationWarning: FunctionDef.init missing 1 required positional argument: 'name'. This will become an error in Python 3.15. :1: DeprecationWarning: FunctionDef.init missing 1 required positional argument: 'args'. This will become an error in Python 3.15. :1: DeprecationWarning: arg.init missing 1 required positional argument: 'arg'. This will become an error in Python 3.15. :1: DeprecationWarning: Call.init missing 1 required positional argument: 'func'. This will become an error in Python 3.15. :1: DeprecationWarning: Assign.init missing 1 required positional argument: 'value'. This will become an error in Python 3.15. :1: DeprecationWarning: Name.init missing 1 required positional argument: 'id'. This will become an error in Python 3.15. :1: DeprecationWarning: Constant.init missing 1 required positional argument: 'value'. This will become an error in Python 3.15. :1: DeprecationWarning: Attribute.init missing 1 required positional argument: 'value'. This will become an error in Python 3.15. :1: DeprecationWarning: Attribute.init missing 1 required positional argument: 'attr'. This will become an error in Python 3.15. :1: DeprecationWarning: keyword.init missing 1 required positional argument: 'value'. This will become an error in Python 3.15. :1: DeprecationWarning: BinOp.init missing 1 required positional argument: 'left'. This will become an error in Python 3.15. :1: DeprecationWarning: BinOp.init missing 1 required positional argument: 'op'. This will become an error in Python 3.15. :1: DeprecationWarning: BinOp.init missing 1 required positional argument: 'right'. This will become an error in Python 3.15. :1: DeprecationWarning: Subscript.init missing 1 required positional argument: 'slice'. This will become an error in Python 3.15. :1: DeprecationWarning: Subscript.init missing 1 required positional argument: 'value'. This will become an error in Python 3.15. :1: DeprecationWarning: UnaryOp.init missing 1 required positional argument: 'operand'. This will become an error in Python 3.15. :1: DeprecationWarning: UnaryOp.init missing 1 required positional argument: 'op'. This will become an error in Python 3.15. Traceback (most recent call last): Traceback (most recent call last): File "C:\Users\mom\Desktop\deobf_pyobfuscate.com-main\pyd_pyobf_deobf.py", line 42, in exec(file) File "", line 21, in File "", line 1, in File "C:\Users\mom\Desktop\deobf_pyobfuscate.com-main\pyd_pyobf_deobf.py", line 27, in call print(eval(import('ast').unparse(args[0])[4:])) File "", line 0 SyntaxError: invalid syntax (, line 1)

C:\Users\mom>

install python3.11 for best compatible, your python3.15 is beta

No installers According to the release calendar specified in PEP 664, Python 3.11 is now in the "security fixes only" stage of its life cycle: 3.11 branch only accepts security fixes and releases of those are made irregularly in source-only form until October 2027. Python 3.11 isn't receiving regular bug fixes anymore, and binary installers are no longer provided for it. Python 3.11.9 was the last full bugfix release of Python 3.11 with binary installers.

killeromg007 commented 1 month ago

Nvm

KhanhNguyen9872 commented 1 month ago

Nvm

uninstall your python and install this https://www.python.org/ftp/python/3.11.9/python-3.11.9-amd64.exe

killeromg007 commented 1 month ago

C:\Users\mom>C:\Users\mom\Desktop\deobf_pyobfuscate.com-main\pyd_pyobf_deobf.py
>> input file path: C:\Users\mom\Desktop\deobf_pyobfuscate.com-main\obf.py
>> source code:
print('p')

C:\Users\mom>C:\Users\mom\Desktop\deobf_pyobfuscate.com-main\pyd_pyobf_deobf.py
>> input file path: C:\Users\mom\Desktop\main.py
>> source code:
Traceback (most recent call last):
  File "C:\Users\mom\Desktop\deobf_pyobfuscate.com-main\pyd_pyobf_deobf.py", line 42, in <module>
    exec(file)
  File "<string>", line 21, in <module>
  File "<string>", line 1, in <module>
  File "C:\Users\mom\Desktop\deobf_pyobfuscate.com-main\pyd_pyobf_deobf.py", line 27, in __call__
    print(eval(__import__('ast').unparse(args[0])[4:]))
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<string>", line 1
    Crypto.Cipher import AES
                  ^^^^^^
SyntaxError: invalid syntax

C:\Users\mom>
killeromg007 commented 1 month ago

https://drive.google.com/file/d/1XMeLFoFhRIkXyyVXB7GnCzcYLu7Ke5JK/view?usp=sharing @KhanhNguyen9872

KhanhNguyen9872 commented 1 month ago
C:\Users\mom>C:\Users\mom\Desktop\deobf_pyobfuscate.com-main\pyd_pyobf_deobf.py
>> input file path: C:\Users\mom\Desktop\deobf_pyobfuscate.com-main\obf.py
>> source code:
print('p')

C:\Users\mom>C:\Users\mom\Desktop\deobf_pyobfuscate.com-main\pyd_pyobf_deobf.py
>> input file path: C:\Users\mom\Desktop\main.py
>> source code:
Traceback (most recent call last):
  File "C:\Users\mom\Desktop\deobf_pyobfuscate.com-main\pyd_pyobf_deobf.py", line 42, in <module>
    exec(file)
  File "<string>", line 21, in <module>
  File "<string>", line 1, in <module>
  File "C:\Users\mom\Desktop\deobf_pyobfuscate.com-main\pyd_pyobf_deobf.py", line 27, in __call__
    print(eval(__import__('ast').unparse(args[0])[4:]))
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<string>", line 1
    Crypto.Cipher import AES
                  ^^^^^^
SyntaxError: invalid syntax

C:\Users\mom>

send your file to me

killeromg007 commented 1 month ago
C:\Users\mom>C:\Users\mom\Desktop\deobf_pyobfuscate.com-main\pyd_pyobf_deobf.py
>> input file path: C:\Users\mom\Desktop\deobf_pyobfuscate.com-main\obf.py
>> source code:
print('p')

C:\Users\mom>C:\Users\mom\Desktop\deobf_pyobfuscate.com-main\pyd_pyobf_deobf.py
>> input file path: C:\Users\mom\Desktop\main.py
>> source code:
Traceback (most recent call last):
  File "C:\Users\mom\Desktop\deobf_pyobfuscate.com-main\pyd_pyobf_deobf.py", line 42, in <module>
    exec(file)
  File "<string>", line 21, in <module>
  File "<string>", line 1, in <module>
  File "C:\Users\mom\Desktop\deobf_pyobfuscate.com-main\pyd_pyobf_deobf.py", line 27, in __call__
    print(eval(__import__('ast').unparse(args[0])[4:]))
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<string>", line 1
    Crypto.Cipher import AES
                  ^^^^^^
SyntaxError: invalid syntax

C:\Users\mom>

send your file to me

that google link

KhanhNguyen9872 commented 1 month ago

https://drive.google.com/file/d/1XMeLFoFhRIkXyyVXB7GnCzcYLu7Ke5JK/view?usp=sharing @KhanhNguyen9872

got it i just review it and maybe you need using old version (in README)

killeromg007 commented 1 month ago

https://drive.google.com/file/d/1XMeLFoFhRIkXyyVXB7GnCzcYLu7Ke5JK/view?usp=sharing @KhanhNguyen9872

got it i just review it and maybe you need using old version (in README)

can you give me full old version code i cant understand the link in readme

killeromg007 commented 1 month ago

@KhanhNguyen9872 Unable to create process using 'C:\bin\python3 "C:\Users\mom\Downloads\pyd_pyobf_deobf.py" ': ???????????

KhanhNguyen9872 commented 1 month ago

@KhanhNguyen9872 Unable to create process using 'C:\bin\python3 "C:\Users\mom\Downloads\pyd_pyobf_deobf.py" ': ???????????

did you know how to run python file?

KhanhNguyen9872 commented 1 month ago

@KhanhNguyen9872 Unable to create process using 'C:\bin\python3 "C:\Users\mom\Downloads\pyd_pyobf_deobf.py" ': ???????????

using python <file.py> in cmd

KhanhNguyen9872 commented 1 month ago

https://drive.google.com/file/d/1XMeLFoFhRIkXyyVXB7GnCzcYLu7Ke5JK/view?usp=sharing @KhanhNguyen9872

got it i just review it and maybe you need using old version (in README)

can you give me full old version code i cant understand the link in readme

killeromg007 commented 1 month ago

@KhanhNguyen9872 Unable to create process using 'C:\bin\python3 "C:\Users\mom\Downloads\pyd_pyobf_deobf.py" ': ???????????

using python <file.py> in cmd

that output in cmd

KhanhNguyen9872 commented 1 month ago

@KhanhNguyen9872 Unable to create process using 'C:\bin\python3 "C:\Users\mom\Downloads\pyd_pyobf_deobf.py" ': ???????????

using python <file.py> in cmd

that output in cmd

you running python file wrong way:v

KhanhNguyen9872 commented 1 month ago

@KhanhNguyen9872 Unable to create process using 'C:\bin\python3 "C:\Users\mom\Downloads\pyd_pyobf_deobf.py" ': ???????????

using python <file.py> in cmd

that output in cmd

please learn how to run python file in windows before using this file

killeromg007 commented 1 month ago

@KhanhNguyen9872 Unable to create process using 'C:\bin\python3 "C:\Users\mom\Downloads\pyd_pyobf_deobf.py" ': ???????????

using python <file.py> in cmd

that output in cmd

please learn how to run python file in windows before using this file

that is how cmd works...... python is added to PATH

killeromg007 commented 1 month ago

@KhanhNguyen9872 Unable to create process using 'C:\bin\python3 "C:\Users\mom\Downloads\pyd_pyobf_deobf.py" ': ???????????

using python <file.py> in cmd

that output in cmd

please learn how to run python file in windows before using this file

that is how cmd works...... python is added to PATH

.py = python3 .py

KhanhNguyen9872 commented 1 month ago

@KhanhNguyen9872 Unable to create process using 'C:\bin\python3 "C:\Users\mom\Downloads\pyd_pyobf_deobf.py" ': ???????????

using python <file.py> in cmd

that output in cmd

please learn how to run python file in windows before using this file

that is how cmd works...... python is added to PATH

.py = python3 .py

run python <file.py> please don't input without python command your result likely you double click to file or only push path file in cmd

killeromg007 commented 1 month ago

@KhanhNguyen9872 Unable to create process using 'C:\bin\python3 "C:\Users\mom\Downloads\pyd_pyobf_deobf.py" ': ???????????

using python <file.py> in cmd

that output in cmd

please learn how to run python file in windows before using this file

that is how cmd works...... python is added to PATH

.py = python3 .py

run python <file.py> please don't input without python command your result likely you double click to file or only push path file in cmd

Microsoft Windows [版本 10.0.19045.4894] (c) Microsoft Corporation. 著作權所有,並保留一切權利。

C:\Users\mom>cd C:\Users\mom\Downloads

C:\Users\mom\Downloads>python pyd_pyobf_deobf.py Traceback (most recent call last): File "C:\Users\mom\Downloads\pyd_pyobf_deobf.py", line 10, in from Crypto.Cipher import AES ModuleNotFoundError: No module named 'Crypto'

C:\Users\mom\Downloads>

KhanhNguyen9872 commented 1 month ago

@KhanhNguyen9872 Unable to create process using 'C:\bin\python3 "C:\Users\mom\Downloads\pyd_pyobf_deobf.py" ': ???????????

using python <file.py> in cmd

that output in cmd

please learn how to run python file in windows before using this file

that is how cmd works...... python is added to PATH

.py = python3 .py

run python <file.py> please don't input without python command your result likely you double click to file or only push path file in cmd

Microsoft Windows [版本 10.0.19045.4894] (c) Microsoft Corporation. 著作權所有,並保留一切權利。

C:\Users\mom>cd C:\Users\mom\Downloads

C:\Users\mom\Downloads>python pyd_pyobf_deobf.py Traceback (most recent call last): File "C:\Users\mom\Downloads\pyd_pyobf_deobf.py", line 10, in from Crypto.Cipher import AES ModuleNotFoundError: No module named 'Crypto'

C:\Users\mom\Downloads>

make sure your obf file can run in your computer, if not, you can't deobfuscate it run obf file first, you will know what library missing

killeromg007 commented 1 month ago

ModuleNotFoundError: No module named 'Crypto'

no missing in ofb.py

KhanhNguyen9872 commented 1 month ago

ModuleNotFoundError: No module named 'Crypto'

no missing in ofb.py

found malware in file! don't run it bro! here is attach file with video (video low resolution because i limit size) result.txt 2024-10-09 18-09-50.zip

killeromg007 commented 1 month ago

I know