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

struct.pack error #1

Open
fatrolls opened this issue Jul 4, 2024 · 0 comments
Open

struct.pack error #1

fatrolls opened this issue Jul 4, 2024 · 0 comments

Comments

@fatrolls
Copy link

fatrolls commented Jul 4, 2024

  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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant