BOF name |
Description |
Supported platforms |
Example |
tcpScanner |
TCP connect() port scanner |
Linux x86/x86_64/ARMv6+/AArch64 ; Windows x86/x86_64 |
tcpScanner 4.3.2.1-255:22,80 |
udpScanner |
UDP port sweeper |
Linux x86/x86_64/ARMv6+/AArch64 ; Windows x86/x86_64 |
udpScanner 4.3.2.1-255:5000-5010 |
winver |
show the edition, version, and system type of Windows operating system |
Windows x86/x86_64 |
winver |
whoami |
display the domain and user name of the person who is currently logged on to this computer |
Windows x86/x86_64 |
whoami |
Implementation of chosen tools from GNU coreutils as BOFs
BOF name |
Description |
Supported platforms |
Example |
hostname |
show the system's host name |
Linux x86/x86_64/ARMv6+/AArch64 |
hostname |
hostid |
print the numeric identifier for the current host |
Linux x86/x86_64/ARMv6+/AArch64 |
hostid |
id |
print real and effective user and group IDs |
Linux x86/x86_64/ARMv6+/AArch64 |
id www-data |
uname |
print system information |
Linux x86/x86_64/ARMv6+/AArch64 |
uname -a |
Implementation of chosen tools from net-tools package as BOFs
BOF name |
Description |
Supported platforms |
Example |
ifconfig |
Display the status of the currently active network interfaces. Manipulate current state of the device |
Linux x86/x86_64/ARMv6+/AArch64 |
ifconfig eth0 promisc |