Yann CAM (ycam)

Results 23 comments of Yann CAM (ycam)

Good morning all, First of all, thank you for **duplicut**, the tool is particularly powerful! However, I encountered the same problem than @sectroyer and @itinerant-fox: I needed to use duplicate...

Hello @rarizki, The source code of exe2powershell is available. As you can see, it's not a malicious code, but some antivirus can consider this tool as a "hacktool". Feel free...

Hello @j1pe, Thank you for the PR, it's a good idea ! I think you can improve the Syslog integration by defining parameter in the `config.php` file, like this kind...

Hello thorus90, This functionality is already implemented. The "watch / unwatch" status on movies, tvshow, season, episodes is already present. Plus, a button has been added through KodiWebPortal to change...

Hello @thorus90, KWP loads movies and tvshows from the database created by Kodi (configured to external database like MySQL or MariaDB). Only scrapped content that are in this DB are...

As I understand, technicaly it's possible to add a "browser" category which display as a simple "explorer" the content of a specific path. With data from DB (files table and...

From your UnSHc execution shown behind, you have tried to run UnSHc on a file `a.sh` and not `a.sh.x`. Try again with the right enrcrypted file.

Hello, Which version of shc do you use ? UnSHc need the `*.sh.x` file as argument, not the `*.sh`. Please read : https://github.com/yanncam/UnSHc/issues/31 Sincerely,

Hello, Indeed, your *.sh.x file in your archive is a Mach-O file: ``` $ file superduperdemo.sh.x superduperdemo.sh.x: Mach-O 64-bit x86_64 executable, flags: ``` The **objdump** command (used by UnSHc) can't...

Yes, I have seen that **otool** seems to be a good replacement of **objdump**. But I don't know at this moment if the outputs of the equivalent **OBJFILE** or **STRINGFILE**...