aa-notify
Display and monitor AppArmor denial notifications
aa-notify --since-last
Linux basics
293 Hacking tools Linux command examples grouped into 42 practical sections.
Browse grouped command cards or search directly below.
185 commands
Display and monitor AppArmor denial notifications
aa-notify --since-last
Decrypt WEP and WPA/WPA2 encrypted capture files
airdecap-ng -w [hex_key] [capture.cap]
Update the IEEE OUI manufacturer database
sudo airodump-ng-oui-update
Wireless card server for remote access over TCP/IP
sudo airserv-ng -d [wlan0mon] -c [6] -p [666]
Identify application protocols on network ports
amap -b [192.168.1.1] [80]
Download APKs from app stores
apkeep -a [com.example.app] .
Scan APKs for hardcoded secrets and keys
apkleaks -f [app.apk]
Manipulate extended attributes on filesystem objects
attr -s [attribute_name] -V [value] [path/to/file]
AI-powered agentic coding CLI from Augment Code
auggie
Authentication and authorization server with multi-factor support
authelia validate-config --config [config.yml]
Automated multi-threaded network reconnaissance
sudo autorecon 192.168.1.1
Analyze and validate IAM policies for security risks
aws accessanalyzer list-analyzers
Manage private certificate authorities and certificates
aws acm-pca create-certificate-authority --certificate-authority-configuration [file://config.json] --certificate-authority-type ROOT
Track and audit API activity across cloud services.
aws cloudtrail lookup-events --lookup-attributes AttributeKey=Username,AttributeValue=[user@example.com]
Acquire AWS credentials via Google Workspace SSO
aws-google-auth
Request temporary security credentials and verify identity.
aws sts get-caller-identity
Securely store and access AWS credentials in the system keychain.
aws-vault add [profile-name]
Compute and verify BLAKE2 cryptographic checksums.
b2sum [file]
Browser exploitation framework for penetration testing
beef-xss
Network attack and monitoring framework
bettercap -iface [eth0]
Manage Thunderbolt device authorization
boltctl
Thunderbolt device management daemon
boltd
Manage trusted dependencies in Bun projects
bun pm trust [package1] [package2]
Web application security testing platform
burpsuite
Web server with automatic HTTPS
caddy run
Linux process privilege capabilities system
getcap [/path/to/binary]
Display version information for Cargo
cargo version
crawl URLs for endpoints, secrets, and sensitive data
cat [domains.txt] | cariddi
change user password expiry information
chage -l username
change file attributes on Linux filesystems
sudo chattr +i path/to/file
change SELinux security context of files
ls -lZ path/to/file
static analysis for infrastructure as code
checkov -d [path/to/directory]
change file access permissions
chmod +x [script.sh]
Translate Windows SIDs to Linux UIDs/GIDs for CIFS mounts
cifs.idmap --help
Manage CIFS mount credentials in the kernel keyring
cifscreds add [server_hostname]
NTLM/NTLMv2 authenticating HTTP proxy
cntlm -c [/etc/cntlm.conf]
114 commands
Clean AppArmor profiles by removing redundant rules
sudo aa-cleanprof [profile_name]
Disable AppArmor security profiles
sudo aa-disable [path/to/profile]
Set AppArmor profiles to enforce mode
sudo aa-enforce [path/to/profile]
Generate AppArmor profiles by monitoring program behavior
sudo aa-genprof [/path/to/program]
Merge AppArmor security profiles
sudo aa-mergeprof [file1] [file2]
Crack WEP and WPA/WPA2 wireless encryption keys
aircrack-ng -w [wordlist.txt] [capture.cap]
Enable and manage wireless monitor mode
sudo airmon-ng
Capture wireless packets and discover nearby networks
sudo airodump-ng [wlan0mon]
Mandatory Access Control framework for confining applications.
sudo aa-status
Load, replace, and manage AppArmor security profiles.
sudo apparmor_parser -a [profile_file]
Linux audit daemon for tracking security-relevant events.
sudo auditd
Manage Amazon Elastic Kubernetes Service clusters
aws eks create-cluster --name [my-cluster] --role-arn [arn:aws:iam::account:role/eks-role] --resources-vpc-config subnetIds=[subnet-1],[subnet-2],securityGroupIds=[sg-123]
Manage Azure Blob Storage objects
az storage blob upload -f [/path/to/file] -c [container-name] -n [blob-name] --account-name [account]
Automated WiFi security auditing tool
besside-ng [wlan0mon]
Analyze and extract firmware images
binwalk [firmware.bin]
Display metadata from BitTorrent .torrent files
btshowmetainfo [file.torrent]
Generate and print the lockfile hash
bun pm hash
Write disk images to USB drives safely
caligula burn [path/to/image.iso]
change SELinux security categories
sudo chcat -L
offline Windows password and registry editor
chntpw -l [path/to/sam_file]
WPA/WPA2 PSK offline auditing tool
cowpatty -f [wordlist.txt] -r [capture.cap] -s [SSID]
simple, fast, and secure static web server
darkhttpd .
message bus daemon for inter-process communication
dbus-daemon --config-file [path/to/file]
secure runtime for JavaScript and TypeScript
deno run [script.ts]
Android DEX to JAR file converter
d2j-dex2jar [classes.dex]
Android DEX file analyzer with call graph generation
dexter -i [classes.dex]
Efficient AI coding agent CLI
dirac "[describe the task]"
per-directory environment variable manager
eval "$(direnv hook bash)"
web path brute-force scanner for content discovery
dirsearch -u [https://example.com]
minimal privilege escalation tool
doas [command]
Debian archive manipulation tool
dpkg-deb -I [path/to/file.deb]
network packet capture engine
dumpcap -i [eth0] -w [capture.pcapng]
track data files with DVC
dvc add [data.csv]
record changes to DVC-tracked files
dvc commit
show changes in tracked data files
dvc diff
packet capture file editor and converter
editcap -r [input.pcap] [output.pcap] [1-100]
54 commands
Unload all AppArmor profiles and disable enforcement
sudo aa-teardown
Manage bloom filters for password checking
apgbfm -f [filter.bf] -d [dictionary.txt]
Archive authentication and trust model documentation.
man apt-secure
Rebuild aspell dictionary hash files
sudo aspell-autobuildhash
Manage tables and items in Amazon DynamoDB.
aws dynamodb create-table --table-name [my-table] --attribute-definitions AttributeName=id,AttributeType=S --key-schema AttributeName=id,KeyType=HASH --billing-mode PAY_PER_REQUEST
Browser exploitation framework for penetration testing
beef-xss
Inspect and manage eBPF programs and maps.
bpftool prog list
Privacy-focused web browser
brave
Unprivileged sandboxing using Linux namespaces
bwrap --ro-bind /usr /usr --symlink usr/lib64 /lib64 --proc /proc --dev /dev --unshare-pid [command]
Inspect Android App Bundle contents
bundletool dump manifest --bundle=[app.aab]
NSS certificate database management
certutil -L -d [~/.pki/nssdb]
standalone Ethereum account manager and transaction signer
clef init
Open-source cloud security posture management scanner
cloudsploit scan
forensic disk imaging tool with hashing
dcfldd if=[/dev/sda] of=[disk.img]
Show Docker Buildx version information
docker buildx version
Manage file-based Elasticsearch users
elasticsearch-users list
comprehensive suite for network MITM attacks
ettercap -G
authentication failure tracking and lockout manager
faillock
FIDO2/WebAuthn security key manager
fido2-token -L
Flask session cookie manipulation and cracking
flask-unsign --decode --cookie "[cookie_value]"
update installed Flatpak applications and runtimes
flatpak update
decrypt data using Cloud KMS keys
gcloud kms decrypt --ciphertext-file=[encrypted.enc] --plaintext-file=[decrypted.txt] --key=[key] --keyring=[keyring] --location=[global]
Apply changes from existing commits
git cherry-pick [commit]
Nginx configuration security analyzer
gixy [/etc/nginx/nginx.conf]
Graphical frontend for su with GTK password dialog
gksu -u [userid] [command]
Chinese national cryptographic algorithms toolkit
gmssl sm2keygen -pass [password] -out [key.pem]
GnuPG 2 encryption and digital signatures
gpg2 --full-generate-key
generate PBKDF2 password hash for GRUB protection
sudo grub2-mkpasswd-pbkdf2
finds and requests Kerberos service tickets for user accounts with SPNs
impacket-GetUserSPNs [domain]/[user]:[password] -dc-ip [dc-ip]
CLI for Keycloak, an open-source identity and access management
kc.sh start-dev
client component of port knocking
knock [hostname] [port1] [port2] [port3]
privacy-focused Firefox fork with enhanced security defaults
librewolf
programming language interpreter
lua
security auditing tool for Unix-based systems
sudo lynis update info
generates IVs files for testing WEP cracking
makeivs-ng -b [00:11:22:33:44:55] -w [key] -o [output.ivs]
metasploit Framework console
msfconsole
42 commands
Track changes in external attack surface over time
amass track -d [example.com]
802.11 WiFi attack and penetration testing tool
sudo angryoxide -i [wlan0]
Discover subdomains and related domains
assetfinder [example.com]
Manage Azure API Management services
az apim create --name [MyApim] --resource-group [MyResourceGroup] --publisher-email [email@domain.com] --publisher-name [MyCompany] --location [eastus]
Collect Active Directory data for BloodHound analysis
bloodhound-python -d [domain.local] -u [username] -p [password] -ns [dc_ip] -c all
Visualize Active Directory attack paths
bloodhound
Deduplicating backup with compression and encryption
borg init --encryption=[repokey] [/path/to/repo]
Identify installed packages with limited security support
check-support-status
find processes using outdated shared libraries
sudo checkrestart
audit security features in ELF binaries
checksec --file=[path/to/binary]
AI-powered code review tool for the terminal
coderabbit
macOS code signing and verification utility
codesign -s "[Developer ID]" [MyApp.app]
display package changelogs
dnf changelog [package]
DNS enumeration and reconnaissance tool
dnsenum [domain.com]
automated WEP key recovery tool
sudo easside-ng -f [wlan0] -s [buddy_ip]
crack password-protected ZIP archives
fcrackzip [-b|--brute-force] [-l|--length] 4-8 [-c|--charset] aA1 [archive]
Verify GPG signatures of tags
git verify-tag [tag]
python tool that identifies hash types by analyzing their length and character
hashid '[hash]'
Enumerate Active Directory user accounts via LDAP
impacket-getadusers -all '[domain]/[user]:[password]'
basic packet capture tool using Impacket's raw socket capabilities
sudo impacket-sniff [eth0]
the Ripper, a password security auditing tool
john [hashes.txt]
CLI password manager with sessions
kure add
launches MPI parallel programs
mpiexec -n [4] [program]
starts a new shell with a different SELinux security context
newrole -r [role_name]
queries the OpenNTPD daemon for synchronization status
ntpctl -s status
windows password cracker that uses rainbow tables to recover passwords from LM
ophcrack -g -d [path/to/tables] -f [hashes.txt]
PAM module for time-based access control
account required pam_time.so
manages PHP Archive files, which bundle PHP applications into single
phar add -f [path/to/archive.phar] [files...]
Establish PPTP VPN tunnel connections
pptp [server] --nolaunchpppd
Extract password hashes from RAR archives
rar2john [archive.rar] > [hash.txt]
Look up Kubernetes RBAC roles for users
rbac-lookup [user@example.com]
Clang static analyzer build integration tool
scan-build make
Lightweight static analysis for code security and quality
semgrep scan --config auto
Social engineering penetration testing framework
sudo setoolkit
Manage sandboxed snap packages
snap find [query]
Modify SNMP object values on agents
snmpset -v 2c -c [community] [host] [OID] i [value]
36 commands
Find network-listening processes without AppArmor profiles
sudo aa-unconfined
Create software-based wireless access points for penetration testing
sudo airbase-ng -e "[FakeSSID]" -c [6] [wlan0mon]
Inject packets into wireless networks for security testing
sudo aireplay-ng -0 [5] -a [AP_BSSID] -c [CLIENT_MAC] [wlan0mon]
Manage Apptainer container platform configuration
sudo apptainer config fakeroot --add [username]
Discover hidden HTTP parameters in web applications
arjun -u [https://example.com/page]
Automatically scale EC2 instance groups based on demand
aws autoscaling create-auto-scaling-group --auto-scaling-group-name [my-asg] --launch-template LaunchTemplateId=[lt-12345] --min-size [1] --max-size [5] --vpc-zone-identifier "[subnet-abc,subnet-def]"
Manage IoT devices, certificates, and message routing.
aws iot list-things
Web application security testing platform
burpsuite
manage Chainguard container images and resources
chainctl auth login
OpenAI terminal-based coding agent
codex
Container image signing and verification tool
cosign sign [registry/image@sha256:digest]
lightweight minimalist web browser
dillo
distcc server daemon for distributed compilation
distccd --daemon
information gathering reconnaissance tool
dmitry -w [domain.com]
comprehensive DNS reconnaissance tool
dnsrecon -d [example.com]
show the commit, author, and timestamp that last modified each row of a Dolt table
dolt blame [table_name]
penetration testing shell for WinRM
evil-winrm -i [target_ip] -u [username] -p [password]
fast cross-platform subdomain enumerator
findomain -t [example.com]
Open-source phishing simulation framework
./gophish
high-performance password recovery tool that uses CPU, GPU, and other hardware
hashcat -m 0 -a 0 [hashes.txt] [wordlist.txt]
JFrog CLI for interacting with JFrog platform services
jf config add
Official CLI for the JFrog Platform
jfrog config add [server-id]
penetration testing platform for developing, testing, and executing exploits
msfconsole
creates BitTorrent metainfo files
mktorrent -a [http://tracker.example.com/announce] [file]
Read and write arbitrary data across TCP and UDP connections — the network Swiss-army knife
nc -l [8080]
OpenBSD rewrite of netcat for TCP/UDP connections and port scanning
nc.openbsd -l [8080]
versatile networking utility for reading and writing data across TCP and UDP
nc [host] [port]
Network exploration and security auditing tool
nmap [192.168.1.1]
Perform low-level public key operations
openssl pkeyutl -sign -rawin -digest sha256 -in [data] -inkey [key.pem] -out [signature]
Crack password hashes using rainbow tables
rcrack [path/to/tables] -h [5d41402abc4b2a76b9719d911017c592]
End-to-end encrypted secret manager for developers
relic login
Secure copy files over SSH
scp [path/to/file] [user]@[host]:[path/to/destination]
Secure file deletion with overwriting
srm [file.txt]
Subdomain enumeration using search engines
sublist3r -d [example.com]
Ubuntu graphical software update manager
update-manager
Fast internet-wide network scanner
sudo zmap -p [80] [192.168.1.0/24]
28 commands
Set AppArmor profiles to audit mode
sudo aa-audit [profile_name]
Set AppArmor profiles to complain mode
sudo aa-complain [path/to/profile]
Forge ARP replies for man-in-the-middle interception.
sudo arpspoof -i wlan0 host_ip
Manage virtual servers and networking on Amazon EC2.
aws ec2 run-instances --image-id [ami-0c55b159cbfafe1f0] --instance-type [t2.micro] --key-name [my-key]
Manage identity, access, and permissions for AWS resources.
aws iam create-user --user-name [my-user]
Manage Virtual Private Cloud networks, subnets, and gateways.
aws ec2 describe-vpcs
Manage Azure DevOps organizations and projects
az devops configure --defaults organization=[https://dev.azure.com/contoso] project=[ContosoWebApp]
Cloudflare management from the command line
flarectl dns list --zone [example.com]
dependency license and security scanner
fossa analyze
Dynamic instrumentation toolkit for developers and security researchers
frida [process_name]
command-line interface for GnuCash reports and quotes
gnucash-cli --quotes get [file.gnucash]
convert to shadow group format
sudo grpconv
ICMPv6 ping implementation using raw sockets via the Impacket library
impacket-ping6 [2001:db8::1]
manages the ARP and NDP neighbour tables
ip neighbour
Create and manage IP address sets for firewall rules
ipset create [set_name] hash:ip
analyzes Kubernetes YAML files and Helm charts for security and best practices
kube-linter lint [path/to/manifests]
same as last, but shows failed login attempts as recorded in /var/log/btmp
sudo lastb
fastest asynchronous Internet port scanner
sudo masscan [192.168.1.0/24] -p [80]
netExec VNC module
nxc vnc [target]
always returns success
auth sufficient pam_permit.so
Compute hash digests of package archives
pip hash [package.whl]
Kubernetes cluster security assessment
prowler kubernetes
Run apps in isolated PipeWire security contexts
pw-container
Exploit development and CTF utilities
pwn asm "xor edi, edi"
Rebuild the command hash table
rehash
Map Linux users to SELinux users
sudo semanage login -l
Background service for snap package management
sudo systemctl start snapd
Trezor hardware wallet command-line interface
trezorctl list
16 commands
analyze crash backtrace for duplication and quality
abrt-action-analyze-backtrace
Check playbooks for best practices
ansible-lint [playbook.yml]
Manage Azure Container Registries
az acr create -n [registry-name] -g [resource-group] --sku [Standard]
View and manage Azure best-practice recommendations
az advisor recommendation list
configure database cluster maintenance schedules
doctl databases maintenance-window get [cluster_id]
Create and optionally switch to new branch
git create-branch [branch_name]
manages user accounts and home directories via systemd-homed, a systemd
homectl list
high-performance DNS stub resolver for bulk lookups
massdns -r [resolvers.txt] -t A [domains.txt]
improves MySQL security after installation
mysql_secure_installation
Mount removable devices as regular user
pmount [/dev/sdb1]
Start KDE Plasma on Wayland
startplasma-wayland
Symfony PHP framework development CLI
symfony new [project_name]
Analyze system boot-up performance
systemd-analyze
Show package security support status
ubuntu-security-status
Mono ASP.NET development web server
xsp
Manage ZoneMinder surveillance daemons
sudo zmpkg.pl start
13 commands
Update AppArmor profiles from log events interactively
sudo aa-logprof
Hash passwords using the Argon2 algorithm
echo -n "password" | argon2 [salt] -e
Search and query audit log events
sudo ausearch -m avc
application sandboxing with Linux namespaces
sudo firecfg
random identifier and UUID generator
genid
Verify GPG signatures of commits
git verify-commit [commit]
Graphical frontend for sudo with GTK password dialog
gksudo -u [userid] [command]
verify integrity of group files
sudo grpck
discovers and fingerprints IPsec VPN servers
sudo ike-scan [192.168.1.0/24]
sets configuration values in Jujutsu config files
jj config set --user [user.name] "[John Doe]"
generates random passwords suitable for user accounts
makepasswd
Control the Postfix mail system
sudo postfix check
SUSE system configuration tool
sudo yast2
6 commands
Disable shell builtins or other named elements
disable [builtin_name]
command-line webcam image capture
fswebcam [image.jpg]
vulnerability scanner for container images and filesystems
grype [image:tag]
Check Python dependencies for known vulnerabilities
safety scan
Static security scanner for IaC
terrascan init
Export dependencies to requirements format
uv export > requirements.txt
5 commands
Reverse engineer and analyze Android applications
androguard analyze [app.apk]
Sign and verify Android APK files
apksigner sign --ks [keystore.jks] [app.apk]
Scan dependencies for known security vulnerabilities
bun audit
scan PHP dependencies for security vulnerabilities
composer audit
Check pnpm dependencies for vulnerabilities
pnpm audit
5 commands
secure desktop access to Cockpit pages
cockpit-desktop [url] [SSH_host]
post-exploitation tool for Windows/AD networks
crackmapexec smb [192.168.1.0/24] -u [user] -p [password] --shares
Exoscale virtual machine lifecycle management
exo compute instance list
Exoscale compute instance and infrastructure management
exo compute instance list
displays message of the day
session optional pam_motd.so
4 commands
capture images from network traffic
driftnet -i [eth0]
HTTP stress testing tool
goldeneye.py [url]
Web application pentesting suite
kanha fuzz -u [https://example.com/FUZZ] -w [path/to/wordlist.txt]
command-line companion to mitmproxy, a powerful HTTPS proxy
mitmdump
4 commands
4 commands
AWS cloud security assessment
prowler aws
Azure cloud security assessment
prowler azure
GitHub organization security assessment
prowler github
Microsoft 365 tenant security assessment
prowler m365
1 commands
Extract commit ID from tar archive
git get-tar-commit-id < [archive.tar]
1 commands
Pre-compute WPA/WPA2 PMK databases for faster cracking
airolib-ng [database.db] --init
1 commands
Cryptographically sign SIF container images
apptainer sign [path/to/image.sif]
1 commands
Manage Azure networking resources
az network dns zone create -g [resource-group] --name [example.com]
1 commands
list repositories in container registries
crane catalog [registry]
1 commands
1 commands
1 commands
1 commands
1 commands
1 commands
Fast Go linter aggregator
golangci-lint run
1 commands
1 commands
1 commands
generic SMB client for listing shares and files, uploading
impacket-smbclient [domain]/[user]:[password]@[target]
1 commands
1 commands
1 commands
1 commands
Manage PKCS#11 cryptographic tokens and smart cards
pkcs11-tool --list-token-slots
1 commands
1 commands
1 commands
1 commands
1 commands
PAM module to set the default SELinux security context
session required pam_selinux.so
1 commands
1 commands
1 commands
Enroll LUKS2 disk unlock methods
systemd-cryptenroll --password [/dev/luks_device]
1 commands
1 commands
sudo aa-audit [profile_name]
May affect permissions or system state. Check the target first.
sudo aa-cleanprof [profile_name]
May affect permissions or system state. Check the target first.
sudo aa-complain [path/to/profile]
May affect permissions or system state. Check the target first.
sudo aa-disable [path/to/profile]
May affect permissions or system state. Check the target first.
sudo aa-enforce [path/to/profile]
May affect permissions or system state. Check the target first.
sudo aa-genprof [/path/to/program]
May affect permissions or system state. Check the target first.
sudo aa-logprof
May affect permissions or system state. Check the target first.
sudo aa-mergeprof [file1] [file2]
May affect permissions or system state. Check the target first.
aa-notify --since-last
Copy it and replace filenames, paths, or keywords as needed.
sudo aa-teardown
May affect permissions or system state. Check the target first.
sudo aa-unconfined
May affect permissions or system state. Check the target first.
abrt-action-analyze-backtrace
Copy it and replace filenames, paths, or keywords as needed.
sudo airbase-ng -e "[FakeSSID]" -c [6] [wlan0mon]
May affect permissions or system state. Check the target first.
aircrack-ng -w [wordlist.txt] [capture.cap]
Copy it and replace filenames, paths, or keywords as needed.
airdecap-ng -w [hex_key] [capture.cap]
Copy it and replace filenames, paths, or keywords as needed.
sudo aireplay-ng -0 [5] -a [AP_BSSID] -c [CLIENT_MAC] [wlan0mon]
May affect permissions or system state. Check the target first.
sudo airmon-ng
May affect permissions or system state. Check the target first.
sudo airodump-ng-oui-update
May affect permissions or system state. Check the target first.
sudo airodump-ng [wlan0mon]
May affect permissions or system state. Check the target first.
airolib-ng [database.db] --init
Copy it and replace filenames, paths, or keywords as needed.
sudo airserv-ng -d [wlan0mon] -c [6] -p [666]
May affect permissions or system state. Check the target first.
amap -b [192.168.1.1] [80]
Copy it and replace filenames, paths, or keywords as needed.
amass track -d [example.com]
Copy it and replace filenames, paths, or keywords as needed.
androguard analyze [app.apk]
Copy it and replace filenames, paths, or keywords as needed.
sudo angryoxide -i [wlan0]
May affect permissions or system state. Check the target first.
ansible-lint [playbook.yml]
Copy it and replace filenames, paths, or keywords as needed.
apgbfm -f [filter.bf] -d [dictionary.txt]
Copy it and replace filenames, paths, or keywords as needed.
apkeep -a [com.example.app] .
Copy it and replace filenames, paths, or keywords as needed.
apkleaks -f [app.apk]
Copy it and replace filenames, paths, or keywords as needed.
apksigner sign --ks [keystore.jks] [app.apk]
Copy it and replace filenames, paths, or keywords as needed.
sudo aa-status
May affect permissions or system state. Check the target first.
sudo apparmor_parser -a [profile_file]
May affect permissions or system state. Check the target first.
sudo apptainer config fakeroot --add [username]
May affect permissions or system state. Check the target first.
apptainer sign [path/to/image.sif]
Copy it and replace filenames, paths, or keywords as needed.
man apt-secure
Copy it and replace filenames, paths, or keywords as needed.
echo -n "password" | argon2 [salt] -e
Uses pipes, overwrite, or deletion. Check paths and options first.
arjun -u [https://example.com/page]
Copy it and replace filenames, paths, or keywords as needed.
sudo arpspoof -i wlan0 host_ip
May affect permissions or system state. Check the target first.
sudo aspell-autobuildhash
May affect permissions or system state. Check the target first.
assetfinder [example.com]
Copy it and replace filenames, paths, or keywords as needed.
attr -s [attribute_name] -V [value] [path/to/file]
Copy it and replace filenames, paths, or keywords as needed.
sudo auditd
May affect permissions or system state. Check the target first.
auggie
Copy it and replace filenames, paths, or keywords as needed.
sudo ausearch -m avc
May affect permissions or system state. Check the target first.
authelia validate-config --config [config.yml]
Copy it and replace filenames, paths, or keywords as needed.
sudo autorecon 192.168.1.1
May affect permissions or system state. Check the target first.
aws accessanalyzer list-analyzers
Copy it and replace filenames, paths, or keywords as needed.
aws acm-pca create-certificate-authority --certificate-authority-configuration [file://config.json] --certificate-authority-type ROOT
Copy it and replace filenames, paths, or keywords as needed.
aws autoscaling create-auto-scaling-group --auto-scaling-group-name [my-asg] --launch-template LaunchTemplateId=[lt-12345] --min-size [1] --max-size [5] --vpc-zone-identifier "[subnet-abc,subnet-def]"
Copy it and replace filenames, paths, or keywords as needed.
aws cloudtrail lookup-events --lookup-attributes AttributeKey=Username,AttributeValue=[user@example.com]
Copy it and replace filenames, paths, or keywords as needed.
aws dynamodb create-table --table-name [my-table] --attribute-definitions AttributeName=id,AttributeType=S --key-schema AttributeName=id,KeyType=HASH --billing-mode PAY_PER_REQUEST
Copy it and replace filenames, paths, or keywords as needed.
aws ec2 run-instances --image-id [ami-0c55b159cbfafe1f0] --instance-type [t2.micro] --key-name [my-key]
Copy it and replace filenames, paths, or keywords as needed.
aws eks create-cluster --name [my-cluster] --role-arn [arn:aws:iam::account:role/eks-role] --resources-vpc-config subnetIds=[subnet-1],[subnet-2],securityGroupIds=[sg-123]
Copy it and replace filenames, paths, or keywords as needed.
aws-google-auth
Copy it and replace filenames, paths, or keywords as needed.
aws iam create-user --user-name [my-user]
Copy it and replace filenames, paths, or keywords as needed.
aws iot list-things
Copy it and replace filenames, paths, or keywords as needed.
aws sts get-caller-identity
Copy it and replace filenames, paths, or keywords as needed.
aws-vault add [profile-name]
May affect permissions or system state. Check the target first.
aws ec2 describe-vpcs
Copy it and replace filenames, paths, or keywords as needed.
az acr create -n [registry-name] -g [resource-group] --sku [Standard]
Copy it and replace filenames, paths, or keywords as needed.
az advisor recommendation list
Copy it and replace filenames, paths, or keywords as needed.
az apim create --name [MyApim] --resource-group [MyResourceGroup] --publisher-email [email@domain.com] --publisher-name [MyCompany] --location [eastus]
Copy it and replace filenames, paths, or keywords as needed.
az devops configure --defaults organization=[https://dev.azure.com/contoso] project=[ContosoWebApp]
Copy it and replace filenames, paths, or keywords as needed.
az network dns zone create -g [resource-group] --name [example.com]
Copy it and replace filenames, paths, or keywords as needed.
az storage blob upload -f [/path/to/file] -c [container-name] -n [blob-name] --account-name [account]
Copy it and replace filenames, paths, or keywords as needed.
b2sum [file]
Copy it and replace filenames, paths, or keywords as needed.
b3sum [file]
Copy it and replace filenames, paths, or keywords as needed.
beef-xss
Copy it and replace filenames, paths, or keywords as needed.
beef-xss
Copy it and replace filenames, paths, or keywords as needed.
besside-ng [wlan0mon]
Copy it and replace filenames, paths, or keywords as needed.
bettercap -iface [eth0]
Copy it and replace filenames, paths, or keywords as needed.
binwalk [firmware.bin]
Copy it and replace filenames, paths, or keywords as needed.
bloodhound-python -d [domain.local] -u [username] -p [password] -ns [dc_ip] -c all
Copy it and replace filenames, paths, or keywords as needed.
bloodhound
Copy it and replace filenames, paths, or keywords as needed.
boltctl
Copy it and replace filenames, paths, or keywords as needed.
boltd
Copy it and replace filenames, paths, or keywords as needed.
borg init --encryption=[repokey] [/path/to/repo]
Copy it and replace filenames, paths, or keywords as needed.
bpftool prog list
Copy it and replace filenames, paths, or keywords as needed.
brave
Copy it and replace filenames, paths, or keywords as needed.
btshowmetainfo [file.torrent]
Copy it and replace filenames, paths, or keywords as needed.
bwrap --ro-bind /usr /usr --symlink usr/lib64 /lib64 --proc /proc --dev /dev --unshare-pid [command]
Copy it and replace filenames, paths, or keywords as needed.
bun audit
Copy it and replace filenames, paths, or keywords as needed.
bun pm hash
Copy it and replace filenames, paths, or keywords as needed.
bun pm trust [package1] [package2]
Copy it and replace filenames, paths, or keywords as needed.
bundletool dump manifest --bundle=[app.aab]
Copy it and replace filenames, paths, or keywords as needed.
burpsuite
Copy it and replace filenames, paths, or keywords as needed.
burpsuite
Copy it and replace filenames, paths, or keywords as needed.
caddy run
Copy it and replace filenames, paths, or keywords as needed.
caligula burn [path/to/image.iso]
Copy it and replace filenames, paths, or keywords as needed.
getcap [/path/to/binary]
Copy it and replace filenames, paths, or keywords as needed.
cargo version
Copy it and replace filenames, paths, or keywords as needed.
cat [domains.txt] | cariddi
Uses pipes, overwrite, or deletion. Check paths and options first.
certutil -L -d [~/.pki/nssdb]
Copy it and replace filenames, paths, or keywords as needed.
chage -l username
Copy it and replace filenames, paths, or keywords as needed.
chainctl auth login
Copy it and replace filenames, paths, or keywords as needed.
sudo chattr +i path/to/file
May affect permissions or system state. Check the target first.
sudo chcat -L
May affect permissions or system state. Check the target first.
ls -lZ path/to/file
Copy it and replace filenames, paths, or keywords as needed.
check-support-status
Copy it and replace filenames, paths, or keywords as needed.
checkov -d [path/to/directory]
Copy it and replace filenames, paths, or keywords as needed.
sudo checkrestart
May affect permissions or system state. Check the target first.
checksec --file=[path/to/binary]
Copy it and replace filenames, paths, or keywords as needed.
chmod +x [script.sh]
May affect permissions or system state. Check the target first.
chntpw -l [path/to/sam_file]
Copy it and replace filenames, paths, or keywords as needed.
cifs.idmap --help
Copy it and replace filenames, paths, or keywords as needed.
cifscreds add [server_hostname]
May affect permissions or system state. Check the target first.
clef init
Copy it and replace filenames, paths, or keywords as needed.
cloudsploit scan
Copy it and replace filenames, paths, or keywords as needed.
cntlm -c [/etc/cntlm.conf]
Copy it and replace filenames, paths, or keywords as needed.
cockpit-desktop [url] [SSH_host]
Copy it and replace filenames, paths, or keywords as needed.
cockpit-tls --port [port]
Copy it and replace filenames, paths, or keywords as needed.
coderabbit
Copy it and replace filenames, paths, or keywords as needed.
codesign -s "[Developer ID]" [MyApp.app]
Copy it and replace filenames, paths, or keywords as needed.
codex
Copy it and replace filenames, paths, or keywords as needed.
composer audit
Copy it and replace filenames, paths, or keywords as needed.
conda notices
Copy it and replace filenames, paths, or keywords as needed.
container-diff analyze [image:tag]
Copy it and replace filenames, paths, or keywords as needed.
cosign sign [registry/image@sha256:digest]
Copy it and replace filenames, paths, or keywords as needed.
cowpatty -f [wordlist.txt] -r [capture.cap] -s [SSID]
Copy it and replace filenames, paths, or keywords as needed.
crackmapexec smb [192.168.1.0/24] -u [user] -p [password] --shares
Copy it and replace filenames, paths, or keywords as needed.
crane catalog [registry]
Copy it and replace filenames, paths, or keywords as needed.
crc32 [path/to/file]
Copy it and replace filenames, paths, or keywords as needed.
openssl crl -in [crl.pem] -text -noout
Copy it and replace filenames, paths, or keywords as needed.
crunch [4] [6]
Copy it and replace filenames, paths, or keywords as needed.
dalfox url [https://example.com?q=test]
Copy it and replace filenames, paths, or keywords as needed.
darkhttpd .
Copy it and replace filenames, paths, or keywords as needed.
db_load -T -t hash [database.db] < [data.txt]
Copy it and replace filenames, paths, or keywords as needed.
dbus-daemon --config-file [path/to/file]
Copy it and replace filenames, paths, or keywords as needed.
dcfldd if=[/dev/sda] of=[disk.img]
May affect permissions or system state. Check the target first.
dch "[changelog message]"
Copy it and replace filenames, paths, or keywords as needed.
debsecan
Copy it and replace filenames, paths, or keywords as needed.
pip install deflect-one
Copy it and replace filenames, paths, or keywords as needed.
deno run [script.ts]
Copy it and replace filenames, paths, or keywords as needed.
d2j-dex2jar [classes.dex]
Copy it and replace filenames, paths, or keywords as needed.
dexdump [classes.dex]
Copy it and replace filenames, paths, or keywords as needed.
dexter -i [classes.dex]
Copy it and replace filenames, paths, or keywords as needed.
dillo
Copy it and replace filenames, paths, or keywords as needed.
dirac "[describe the task]"
Copy it and replace filenames, paths, or keywords as needed.
eval "$(direnv hook bash)"
Copy it and replace filenames, paths, or keywords as needed.
dirsearch -u [https://example.com]
Copy it and replace filenames, paths, or keywords as needed.
disable [builtin_name]
Copy it and replace filenames, paths, or keywords as needed.
distccd --daemon
Copy it and replace filenames, paths, or keywords as needed.
dmitry -w [domain.com]
Copy it and replace filenames, paths, or keywords as needed.
dnf changelog [package]
Copy it and replace filenames, paths, or keywords as needed.
dnsenum [domain.com]
Copy it and replace filenames, paths, or keywords as needed.
dnsrecon -d [example.com]
Copy it and replace filenames, paths, or keywords as needed.
cat [domains.txt] | dnsx -a
Uses pipes, overwrite, or deletion. Check paths and options first.
doas [command]
Copy it and replace filenames, paths, or keywords as needed.
dockdiver -u [username]
Copy it and replace filenames, paths, or keywords as needed.
docker buildx version
Copy it and replace filenames, paths, or keywords as needed.
docker network ls
Copy it and replace filenames, paths, or keywords as needed.
doctl databases firewalls list [cluster_id]
Copy it and replace filenames, paths, or keywords as needed.
doctl databases maintenance-window get [cluster_id]
Copy it and replace filenames, paths, or keywords as needed.
doctl databases user list [cluster_id]
Copy it and replace filenames, paths, or keywords as needed.
dolt blame [table_name]
Copy it and replace filenames, paths, or keywords as needed.
dpkg-deb -I [path/to/file.deb]
Copy it and replace filenames, paths, or keywords as needed.
driftnet -i [eth0]
Copy it and replace filenames, paths, or keywords as needed.
sudo dsniff -i [eth0]
May affect permissions or system state. Check the target first.
dumpcap -i [eth0] -w [capture.pcapng]
Copy it and replace filenames, paths, or keywords as needed.
dvc add [data.csv]
May affect permissions or system state. Check the target first.
dvc commit
Copy it and replace filenames, paths, or keywords as needed.
dvc diff
Copy it and replace filenames, paths, or keywords as needed.
sudo easside-ng -f [wlan0] -s [buddy_ip]
May affect permissions or system state. Check the target first.
openssl ec -in [key.pem] -text -noout
Copy it and replace filenames, paths, or keywords as needed.
editcap -r [input.pcap] [output.pcap] [1-100]
Copy it and replace filenames, paths, or keywords as needed.
eksctl create cluster --name [cluster_name]
Copy it and replace filenames, paths, or keywords as needed.
elasticsearch-certutil ca
Copy it and replace filenames, paths, or keywords as needed.
elasticsearch-users list
Copy it and replace filenames, paths, or keywords as needed.
ettercap -G
Copy it and replace filenames, paths, or keywords as needed.
evil-winrm -i [target_ip] -u [username] -p [password]
Copy it and replace filenames, paths, or keywords as needed.
exo compute instance list
Copy it and replace filenames, paths, or keywords as needed.
exo compute instance list
Copy it and replace filenames, paths, or keywords as needed.
expect [path/to/file]
Copy it and replace filenames, paths, or keywords as needed.
sudo extrace
May affect permissions or system state. Check the target first.
extrepo search keyword
Copy it and replace filenames, paths, or keywords as needed.
faillock
Copy it and replace filenames, paths, or keywords as needed.
fastd --config [/etc/fastd/fastd.conf]
Copy it and replace filenames, paths, or keywords as needed.
sudo fatrace
May affect permissions or system state. Check the target first.
fclones group [directory]
Copy it and replace filenames, paths, or keywords as needed.
fcrackzip [-b|--brute-force] [-l|--length] 4-8 [-c|--charset] aA1 [archive]
Uses pipes, overwrite, or deletion. Check paths and options first.
feroxbuster --url [https://example.com]
Copy it and replace filenames, paths, or keywords as needed.
ffuf -u [https://target.com/FUZZ] -w [wordlist.txt]
Copy it and replace filenames, paths, or keywords as needed.
fido2-token -L
Copy it and replace filenames, paths, or keywords as needed.
findomain -t [example.com]
Copy it and replace filenames, paths, or keywords as needed.
sudo firecfg
May affect permissions or system state. Check the target first.
fixfiles restore
Copy it and replace filenames, paths, or keywords as needed.
fixmynpm doctor
Copy it and replace filenames, paths, or keywords as needed.
flarectl dns list --zone [example.com]
Copy it and replace filenames, paths, or keywords as needed.
flask-unsign --decode --cookie "[cookie_value]"
Copy it and replace filenames, paths, or keywords as needed.
flatpak remote-info [remote_name] [com.example.app]
Copy it and replace filenames, paths, or keywords as needed.
flatpak update
Copy it and replace filenames, paths, or keywords as needed.
fluxion
Copy it and replace filenames, paths, or keywords as needed.
forge
Copy it and replace filenames, paths, or keywords as needed.
fossa analyze
Copy it and replace filenames, paths, or keywords as needed.
frida [process_name]
Copy it and replace filenames, paths, or keywords as needed.
fswebcam [image.jpg]
Copy it and replace filenames, paths, or keywords as needed.
gau [example.com]
Copy it and replace filenames, paths, or keywords as needed.
gcloud kms decrypt --ciphertext-file=[encrypted.enc] --plaintext-file=[decrypted.txt] --key=[key] --keyring=[keyring] --location=[global]
Copy it and replace filenames, paths, or keywords as needed.
genid
Copy it and replace filenames, paths, or keywords as needed.
openssl genpkey -algorithm RSA -out [key.pem]
Copy it and replace filenames, paths, or keywords as needed.
genpmk -f [wordlist.txt] -d [hashfile] -s [SSID]
Copy it and replace filenames, paths, or keywords as needed.
getenforce
Copy it and replace filenames, paths, or keywords as needed.
getfattr -d [path/to/file]
Copy it and replace filenames, paths, or keywords as needed.
GetNPUsers.py [DOMAIN]/[username]:[password] -request -format hashcat -outputfile [hashes.txt]
Copy it and replace filenames, paths, or keywords as needed.
giskismet -x [kismet-output.netxml]
Copy it and replace filenames, paths, or keywords as needed.
git agecrypt init
Copy it and replace filenames, paths, or keywords as needed.
git annotate [file]
Copy it and replace filenames, paths, or keywords as needed.
git brv
Copy it and replace filenames, paths, or keywords as needed.
git cherry-pick [commit]
Copy it and replace filenames, paths, or keywords as needed.
echo "[message]" | git commit-tree [tree_hash]
Uses pipes, overwrite, or deletion. Check paths and options first.
git commit -m "[message]"
Copy it and replace filenames, paths, or keywords as needed.
git create-branch [branch_name]
Copy it and replace filenames, paths, or keywords as needed.
git config credential.helper cache
Copy it and replace filenames, paths, or keywords as needed.
git config credential.helper store
Copy it and replace filenames, paths, or keywords as needed.
git daemon --base-path=[/path/to/repos]
Copy it and replace filenames, paths, or keywords as needed.
git get-tar-commit-id < [archive.tar]
Copy it and replace filenames, paths, or keywords as needed.
git hash-object [file]
Copy it and replace filenames, paths, or keywords as needed.
git log
Copy it and replace filenames, paths, or keywords as needed.
git ls-tree HEAD | git mktree
Uses pipes, overwrite, or deletion. Check paths and options first.
git show-index < [.idx file]
Copy it and replace filenames, paths, or keywords as needed.
git unpack-file [blob_hash]
Copy it and replace filenames, paths, or keywords as needed.
git verify-commit [commit]
Copy it and replace filenames, paths, or keywords as needed.
git verify-pack .git/objects/pack/pack-hash.idx
Copy it and replace filenames, paths, or keywords as needed.
git verify-tag [tag]
Copy it and replace filenames, paths, or keywords as needed.
gixy-next [/etc/nginx/nginx.conf]
Copy it and replace filenames, paths, or keywords as needed.
gixy [/etc/nginx/nginx.conf]
Copy it and replace filenames, paths, or keywords as needed.
gksu -u [userid] [command]
Copy it and replace filenames, paths, or keywords as needed.
gksudo -u [userid] [command]
May affect permissions or system state. Check the target first.
gmssl sm2keygen -pass [password] -out [key.pem]
Copy it and replace filenames, paths, or keywords as needed.
gnucash-cli --quotes get [file.gnucash]
Copy it and replace filenames, paths, or keywords as needed.
gobuster dir -u [https://example.com] -w [wordlist.txt]
Copy it and replace filenames, paths, or keywords as needed.
golangci-lint run
Copy it and replace filenames, paths, or keywords as needed.
goldeneye.py [url]
Copy it and replace filenames, paths, or keywords as needed.
./gophish
Copy it and replace filenames, paths, or keywords as needed.
gpg2 --full-generate-key
May affect permissions or system state. Check the target first.
cat /etc/security/group.conf
Copy it and replace filenames, paths, or keywords as needed.
cat /etc/group
Copy it and replace filenames, paths, or keywords as needed.
sudo grpck
May affect permissions or system state. Check the target first.
sudo grpconv
May affect permissions or system state. Check the target first.
sudo grub2-mkpasswd-pbkdf2
May affect permissions or system state. Check the target first.