Skip to content

SpiderPIC, permutation can break shellcode #1

@kscieslinski

Description

@kscieslinski

Hi, I see a small bug inside the SpiderPIC shellcode permutation program.
Many shellcodes rely on a trick to get a pointer to a string by using a call instruction followed by the string.

For example a shellcode that spawns a calc.exe will contain sush instructions:

call rbp
db 0x63
db 0x61
db 0x6c
db 0x63
db 0x00

and injecting trash instructions between them, or trying to substitude them will completely break the shellcode.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions