CVE-2024-22120-RCE icon indicating copy to clipboard operation
CVE-2024-22120-RCE copied to clipboard

python3.12 ,int is not callable

Open cryptopunkg opened this issue 5 months ago • 0 comments

Traceback (most recent call last): File "C:\Users\ppadv\Downloads\CVE-2024-22120-RCE-main\CVE-2024-22120-RCE-main\CVE-2024-22120-RCE.py", line 4, in from pwn import * File "C:\Users\ppadv\AppData\Local\Programs\Python\Python312\Lib\site-packages\pwn_init_.py", line 4, in from pwn.toplevel import * File "C:\Users\ppadv\AppData\Local\Programs\Python\Python312\Lib\site-packages\pwn\toplevel.py", line 21, in import pwnlib File "C:\Users\ppadv\AppData\Local\Programs\Python\Python312\Lib\site-packages\pwnlib_init_.py", line 41, in from . import args File "C:\Users\ppadv\AppData\Local\Programs\Python\Python312\Lib\site-packages\pwnlib\args.py", line 60, in from pwnlib import term File "C:\Users\ppadv\AppData\Local\Programs\Python\Python312\Lib\site-packages\pwnlib\term_init_.py", line 6, in from pwnlib.term import completer File "C:\Users\ppadv\AppData\Local\Programs\Python\Python312\Lib\site-packages\pwnlib\term\completer.py", line 7, in from pwnlib.term import readline File "C:\Users\ppadv\AppData\Local\Programs\Python\Python312\Lib\site-packages\pwnlib\term\readline.py", line 14, in from pwnlib.term import text File "C:\Users\ppadv\AppData\Local\Programs\Python\Python312\Lib\site-packages\pwnlib\term\text.py", line 136, in sys.modules[name] = Module() ^^^^^^^^ File "C:\Users\ppadv\AppData\Local\Programs\Python\Python312\Lib\site-packages\pwnlib\term\text.py", line 30, in init self.num_colors = termcap.get('colors', 8) if sys.platform == 'win32' else 8 ^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\ppadv\AppData\Local\Programs\Python\Python312\Lib\site-packages\pwnlib\term\windows_termcap.py", line 26, in get return s(*args) ^^^^^^^^ TypeError: 'int' object is not callable

cryptopunkg avatar Sep 13 '24 03:09 cryptopunkg