Symbolexe / CVE-2024-6387

SSH Exploit for CVE-2024-6387 : RCE in OpenSSH's server, on glibc-based Linux systems
MIT License
2 stars 3 forks source link

struct.pack error #1

Open fatrolls opened 2 months ago

fatrolls commented 2 months ago
  File "C:\Users\USER\Desktop\CVE-2024-6387.py", line 258, in <module>
    main()
  File "C:\Users\USER\Desktop\CVE-2024-6387.py", line 241, in main
    prepare_heap(sock)
  File "C:\Users\USER\Desktop\CVE-2024-6387.py", line 111, in prepare_heap
    create_fake_file_structure(fake_data, GLIBC_BASES[0])
  File "C:\Users\USER\Desktop\CVE-2024-6387.py", line 120, in create_fake_file_structure
    fake_file = struct.pack(
                ^^^^^^^^^^^^
struct.error: pack expected 16 items for packing (got 2)