Blank-c / BlankOBF

BlankOBF is a Python obfuscation tool designed to make Python programs harder to understand for casual users. It offers advanced obfuscation techniques and customization options, making it seamless to integrate into your development workflow.
MIT License
94 stars 19 forks source link

Yet another deobfuscator #16

Closed ptrstr closed 8 months ago

ptrstr commented 1 year ago

https://github.com/ptrstr/DeBlankOBF

gumbobrot commented 1 year ago

HAHHAHA ☠️

i love you bro ❤️

k0frr commented 11 months ago

C:\Users\NONAME>python Saver.py evil.py output.pyc Traceback (most recent call last): File "C:\Users\NONAME\Saver.py", line 65, in stage2 = undo_stage3(stage3) ^^^^^^^^^^^^^^^^^^^ File "C:\Users\NONAME\Saver.py", line 50, in undo_stage3 re.findall(rb"base64.b64decode(b'([A-Za-z0-9+/=]+)')", data)[0]


IndexError: list index out of range

C:\Users\NONAME>
ptrstr commented 11 months ago

C:\Users\NONAME>python Saver.py evil.py output.pyc Traceback (most recent call last): File "C:\Users\NONAME\Saver.py", line 65, in stage2 = undo_stage3(stage3) ^^^^^^^^^^^^^^^^^^^ File "C:\Users\NONAME\Saver.py", line 50, in undo_stage3 re.findall(rb"base64.b64decode(b'([A-Za-z0-9+/=]+)')", data)[0] ~~~~~~~~~~~~~~^^^ IndexError: list index out of range

C:\Users\NONAME>

Could you send me that script?

k0frr commented 11 months ago

C:\Users\NONAME>python Saver.py evil.py output.pyc Traceback (most recent call last): File "C:\Users\NONAME\Saver.py", line 65, in stage2 = undo_stage3(stage3) ^^^^^^^^^^^^^^^^^^^ File "C:\Users\NONAME\Saver.py", line 50, in undo_stage3 re.findall(rb"base64.b64decode(b'([A-Za-z0-9+/=]+)')", data)[0] ~~~~~~~~~~~~~~^^^ IndexError: list index out of range C:\Users\NONAME>

Could you send me that script?

If you are talking about Saver.py it's the de-obfuscator

k0frr commented 11 months ago

C:\Users\NONAME>python Saver.py evil.py output.pyc Traceback (most recent call last): File "C:\Users\NONAME\Saver.py", line 65, in stage2 = undo_stage3(stage3) ^^^^^^^^^^^^^^^^^^^ File "C:\Users\NONAME\Saver.py", line 50, in undo_stage3 re.findall(rb"base64.b64decode(b'([A-Za-z0-9+/=]+)')", data)[0] ~~~~~~~~~~~~~~^^^ IndexError: list index out of range C:\Users\NONAME>

Could you send me that script?

If you are talking about Saver.py it's the de-obfuscator

evil.py was print("Hello There!") Also as I'm re-running it nothing is even getting sent to the output.pyc file

Varunkusi commented 11 months ago

while executing the obfuscated file the jupyter kernel is getting crashed ? why?