All posts by kyREcon

Shellter Pro -News-

All the main features of Shellter Pro are now ready and under testing. There is still no official release date at the moment, but the plan is to make it available quite soon.

Beyond the additional features of Shellter, that will be properly documented with its release, there is something even more important that I would like to announce.

I have decided to dedicate each Shellter Pro release to someone important to our community. Well, actually I took this decision the moment I started working on the pro version.

For this reason, the first version of Shellter Pro is dedicated in memory of Dennis Ritchie. Without him, many things as we know them today wouldn’t exist.

Dedicating the first release to someone truly important, is also  about reminding to people that publicity is not a way to measure anyone’s importance, value, and work.

Regards,
kyREcon

Bug in Manual Mode

First of all, many thanks to @fancy__04 for reporting this issue.

So basically in ‘Manual Mode’ there is a bug when attempting to redefine a custom payload in case the first attempt failed, for any reason that might be.
A simple example of when that can be caused, is by mistyping the filename of the custom payload.
The bug relies in the fact that the buffer holding the previous name is not re-initialized. This means that if the next filename is shorter than the previous one, then the extra characters of the previous name will remain ‘appended’ in the current one.
This basically would lead again to an invalid name until another valid filename longer or equal to the first one is set. This does not apply in ‘Auto Mode’ as there the buffer is correctly re-initialized when needed.
A fix for this issue will be applied in the upcoming Shellter v6.8.

Cheers,
kyREcon