brightio
brightio
Got it, thanks for reporting this!
Hi @six-two, many thanks for your bug report! I executed the same payload on a test machine and got a shell successfully. Could you please try to run it again...
Penelope relies on the `systeminfo` command to retrieve session details, but if I remember well, that this command was disabled on one of the OSCP machines. I will address this...
This is a known issue and it is related somehow to https://github.com/brightio/penelope/discussions/73. The shell and the agent are independent processes and I need to find a way to maintain the...
In my current code, if the system is Apple I return True as it supports all my emojis by default. fc-list probably isn't present by default on macOS so your...
On linux systems, penelope most probably run on distros like Kali that already have this package installed. With my code ``` possible_paths = ( "/usr/share/fonts/truetype/noto/NotoColorEmoji.ttf", "/usr/share/fonts/noto/NotoColorEmoji.ttf", "/usr/local/share/fonts/noto/NotoColorEmoji.ttf", "/usr/local/share/fonts/noto-emoji/NotoColorEmoji.ttf" ) for...
Hi @funkyfliam. These are ANSII escape codes for coloring. You can "cat" the file to see the colored timestamp, or run penelope with -T to log without timestamps.
That's a good suggestion. I reopened the issue and i will notify you once this feature is ready.
@funkyfliam the option is implemented. Just use the -CT switch.