Included Tools
Tools Pre-Installed
From v1.0.x
autossh
nmap
nc
wget
python
From v1.1.x
arp-scan
hping3
macchanger
ngrep
nping
p0f
tcpdump
Installing Additional Tools
In order to install additional tools the Shark Jack will require an Internet connection in Arming Mode. Typically this is achieved by using the NETMODE DHCP_CLIENT
command.
Connect to the Shark Jack shell by SSH (or Serial in the case of the Shark Jack Cable) and plug it into a local network. Ensure that it has Internet connection (e.g. ping -c4 1.1.1.1
). If it does not, use the NETMODE
command above to establish an Internet connection via DHCP.
Update the package manager with opkg update
. Using the opkg list
command you may find the name of the package you wish to install. Finally, install the package with the command opkg install <name of package>
.
Example
Learn more about using the opkg package manager from the OpenWRT documentation at https://openwrt.org/docs/guide-user/additional-software/opkg
Last updated