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

gives you

/bin/busybox
BusyBox v1.37.0 (2026-03-17 01:17:56 CET) multi-call binary.



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.

Bye
Tim




Very much keeping my fingers crossed that there is!


Kind regards,

**

*Nigel Hopper*
Security Consultant: Cybersecurity Assessment & Response Services
Open Source Software Auditor

Advisory Software Engineer
QSE Development Top Gun

*My working week is Tuesday to Friday.*

signature_1589533700

**

*Phone: *Office_+44 (0) 1962815065 <tel:+441962815065>_

*Phone: *Mobile_+44 (0) 7772 808235 <tel:+447772808235>_

*E-mail: *[email protected] <mailto:[email protected]>_

*Security and Legal Scanning Services*

*IBM UK Ltd, Mail Point 168, Hursley Park,
Winchester, Hampshire SO21 2JN*

"One person with a belief is equal to a force of ninety-nine who only have interest." "What distinguishes the majority of men from the few is their inability to act according to their beliefs."
- John Stewart Mill 1806 –1873

IBM United Kingdom Limited

Registered in England and Wales with number 741598

Registered office: Building C, IBM Hursley Office, Hursley Park Road, Winchester, Hampshire SO21 2JN


*From: *Jody Bruchon <[email protected]>
*Date: *Wednesday, 25 March 2026 at 13:49
*To: *Nigel Hopper <[email protected]>, [email protected] <[email protected]>
*Subject: *[EXTERNAL] Re: Busybox identification



On March 25, 2026 9:44:37 AM EDT, Nigel Hopper via busybox <[email protected]> wrote:
 >My understanding is that Busybox does not do this as it sees itself as
 >a collection of utilities that ‘acts’ like an OS, just in a very
 >stripped-down way.

BusyBox is not an OS. It is a combined executable for embedded environments.

 >Using the os-release file allows us to correctly identify which OS we
 >are processing and how to ID all the packages in it.
 >
 >Is there any way Busybox can be identified as being the 'installed OS’
 >other than if it was listed in an os-release file?

BusyBox is a user-mode program like any other. It is not an OS.
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
Unless otherwise stated above:

IBM United Kingdom Limited
Registered in England and Wales with number 741598
Registered office: Building C, IBM Hursley Office, Hursley Park Road, Winchester, Hampshire SO21 2JN

_______________________________________________
busybox mailing list
[email protected]
https://lists.busybox.net/mailman/listinfo/busybox

--
decentral.ch - IT Stuff
Tim Tassonis
Badenerstrasse 219
8003 Zürich
[email protected]
+41 79 229 36 17

_______________________________________________
busybox mailing list
[email protected]
https://lists.busybox.net/mailman/listinfo/busybox

Reply via email to