Skip to content

Latest commit

 

History

History

bofs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Z-Labs BOFs collection

BOFs written and maintained by Z-Labs

BOF name Description Supported platforms Example invocation
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

GNU coreutils

Implementation of chosen tools from GNU coreutils as BOFs

BOF name Description Supported platforms Example invocation
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

Net-tools

Implementation of chosen tools from net-tools package as BOFs

BOF name Description Supported platforms Example invocation
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

YAML documentation for chosen 3rd party BOFs