On Wed, 8 Apr 2026 at 23:39, Tim Tassonis via busybox <[email protected]> wrote: > > > > On 3/25/26 15:30, Nigel Hopper via busybox wrote: > > Hi Jody > > > > I understand that it is not an OS as I mentioned in my original email. > > But we need a unique way of identifying if Busybox is installed. > > > > Since it is not an OS and does not use the os-release file, is there a > > way to uniquely identify if Busybox is installed and what version that > > might be? > > echo `which busybox` && busybox |head -1 >
Thanks for having installed the rootkit dissimulated as busybox... > gives you > > /bin/busybox > BusyBox v1.37.0 (2026-03-17 01:17:56 CET) multi-call binary. > strings $(which busybox) | grep -i "busybox v" | head -n1 But, this still does not grant that it is a busybox or something else with that string inside. > > > as output. You're welcome. I suggest to watch/read some kind of "UNIX > commandline for beginners" tutorial, this is really basic knowledge you > should acquire in order to do your job properly. > > This question has nothing at all to with busybox. > RTFM? Well, well, well... so here we are, then... again! LOL Best regards, R- _______________________________________________ busybox mailing list [email protected] https://lists.busybox.net/mailman/listinfo/busybox
