Browse CLI Tools

Discover the best command-line tools

37 tools found

C

Curl

debug

URL data transfer tool

httpnetwork
33,600
apt-get install curl
H

Httpie

debug

User-friendly HTTP client

httpapi
33,500
pip install httpie
D

Delve

debug

Go debugger

godebugger
22,300
go install github.com/go-delve/delve/cmd/dlv@latest
L

Lldb

debug

LLVM debugger for debugging programs

debuggerllvm
19,000
apt-get install lldb
R

Radare2

debug

Portable reverse engineering framework

reverse-engineeringdebuggerbinary
18,500
apt-get install radare2
F

flamegraph

debug

Flame graph visualization for performance profiling

profilingvisualizationperformance
16,000
brew install flamegraph
P

Pwndbg

debug

GDB plugin for exploit development

gdbreverse-engineeringexploit
11,500
git clone https://github.com/pwndbg/pwndbg && cd pwndbg && ./setup.sh
P

Py-spy

debug

Sampling profiler for Python

pythonprofilingperformance
10,400
pip install py-spy
B

Bpftrace

debug

High-level eBPF tracing language

ebpftracingperformance
7,600
apt-get install bpftrace
S

Strace

debug

System call tracing tool

tracingsystem-calls
7,100
apt-get install strace
G

Gef

debug

GDB Enhanced Features plugin

gdbreverse-engineeringsecurity
6,700
python3 -m gef install
W

Wireshark

debug

Network traffic analyzer

networkanalysis
5,700
brew install wireshark
T

Tshark

debug

Wireshark CLI for packet capture

networkpacket
5,700
brew install wireshark
X

Xh

debug

HTTPie-like HTTP CLI

httpcli
4,700
brew install xh
R

Rr

debug

Record and replay debugging tool

debuggerrecord-replay
4,100
apt-get install rr
C

Curlie

debug

HTTPie-like curl wrapper

httpcurl
2,700
brew install curlie
D

Dtrace

debug

Dynamic tracing framework

tracingprofilingdebugging
2,300
apt-get install dtrace
T

Tcpdump

debug

Packet capture and analysis

networkpacket
2,200
apt-get install tcpdump
C

Cgdb

debug

Curses debugger for GDB

debuggergdbcurses
2,100
apt-get install cgdb
M

Mtr

debug

Network diagnostic tool

networkdiagnostic
2,100
brew install mtr