Category Archives: Shellter Bugs

Command line shell_bind_tcp Bug

This is a silly bug caused by a typo which makes the command line parser to not recognize the  embedded “shell_bind_tcp” payload stager when this is specified from the command line using the ‘-p’ switch.

Fix is due to be included in Shellter v6.5.

Cheers,
kyREcon

IAT Handler Bug

There is a logic bug that can occasionally be triggered when injecting code in some PE files while using the GetModuleHandle/GetProcAddress IAT handler.
In that case, Shellter may use the unicode version of GetModuleHandle with an IAT Handler stub dedicated for the Ascii input version version of it.
This will cause the infected application to crash without executing the injected payload.

Fix is due to be included in Shellter v6.5.

Cheers,
kyREcon