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]
权限或系统影响较大,执行前请核对目标。
sudo aa-cleanprof [profile_name]
权限或系统影响较大,执行前请核对目标。
sudo aa-complain [path/to/profile]
权限或系统影响较大,执行前请核对目标。
sudo aa-disable [path/to/profile]
权限或系统影响较大,执行前请核对目标。
sudo aa-enforce [path/to/profile]
权限或系统影响较大,执行前请核对目标。
sudo aa-genprof [/path/to/program]
权限或系统影响较大,执行前请核对目标。
sudo aa-logprof
权限或系统影响较大,执行前请核对目标。
sudo aa-mergeprof [file1] [file2]
权限或系统影响较大,执行前请核对目标。
aa-notify --since-last
复制后可按需替换文件名、目录或参数。
sudo aa-teardown
权限或系统影响较大,执行前请核对目标。
sudo aa-unconfined
权限或系统影响较大,执行前请核对目标。
abrt-action-analyze-backtrace
复制后可按需替换文件名、目录或参数。
sudo airbase-ng -e "[FakeSSID]" -c [6] [wlan0mon]
权限或系统影响较大,执行前请核对目标。
aircrack-ng -w [wordlist.txt] [capture.cap]
复制后可按需替换文件名、目录或参数。
airdecap-ng -w [hex_key] [capture.cap]
复制后可按需替换文件名、目录或参数。
sudo aireplay-ng -0 [5] -a [AP_BSSID] -c [CLIENT_MAC] [wlan0mon]
权限或系统影响较大,执行前请核对目标。
sudo airmon-ng
权限或系统影响较大,执行前请核对目标。
sudo airodump-ng-oui-update
权限或系统影响较大,执行前请核对目标。
sudo airodump-ng [wlan0mon]
权限或系统影响较大,执行前请核对目标。
airolib-ng [database.db] --init
复制后可按需替换文件名、目录或参数。
sudo airserv-ng -d [wlan0mon] -c [6] -p [666]
权限或系统影响较大,执行前请核对目标。
amap -b [192.168.1.1] [80]
复制后可按需替换文件名、目录或参数。
amass track -d [example.com]
复制后可按需替换文件名、目录或参数。
androguard analyze [app.apk]
复制后可按需替换文件名、目录或参数。
sudo angryoxide -i [wlan0]
权限或系统影响较大,执行前请核对目标。
ansible-lint [playbook.yml]
复制后可按需替换文件名、目录或参数。
apgbfm -f [filter.bf] -d [dictionary.txt]
复制后可按需替换文件名、目录或参数。
apkeep -a [com.example.app] .
复制后可按需替换文件名、目录或参数。
apkleaks -f [app.apk]
复制后可按需替换文件名、目录或参数。
apksigner sign --ks [keystore.jks] [app.apk]
复制后可按需替换文件名、目录或参数。
sudo aa-status
权限或系统影响较大,执行前请核对目标。
sudo apparmor_parser -a [profile_file]
权限或系统影响较大,执行前请核对目标。
sudo apptainer config fakeroot --add [username]
权限或系统影响较大,执行前请核对目标。
apptainer sign [path/to/image.sif]
复制后可按需替换文件名、目录或参数。
man apt-secure
复制后可按需替换文件名、目录或参数。
echo -n "password" | argon2 [salt] -e
涉及管道、覆盖或删除,执行前请先确认路径和参数。
arjun -u [https://example.com/page]
复制后可按需替换文件名、目录或参数。
sudo arpspoof -i wlan0 host_ip
权限或系统影响较大,执行前请核对目标。
sudo aspell-autobuildhash
权限或系统影响较大,执行前请核对目标。
assetfinder [example.com]
复制后可按需替换文件名、目录或参数。
attr -s [attribute_name] -V [value] [path/to/file]
复制后可按需替换文件名、目录或参数。
sudo auditd
权限或系统影响较大,执行前请核对目标。
auggie
复制后可按需替换文件名、目录或参数。
sudo ausearch -m avc
权限或系统影响较大,执行前请核对目标。
authelia validate-config --config [config.yml]
复制后可按需替换文件名、目录或参数。
sudo autorecon 192.168.1.1
权限或系统影响较大,执行前请核对目标。
aws accessanalyzer list-analyzers
复制后可按需替换文件名、目录或参数。
aws acm-pca create-certificate-authority --certificate-authority-configuration [file://config.json] --certificate-authority-type ROOT
复制后可按需替换文件名、目录或参数。
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]"
复制后可按需替换文件名、目录或参数。
aws cloudtrail lookup-events --lookup-attributes AttributeKey=Username,AttributeValue=[user@example.com]
复制后可按需替换文件名、目录或参数。
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
复制后可按需替换文件名、目录或参数。
aws ec2 run-instances --image-id [ami-0c55b159cbfafe1f0] --instance-type [t2.micro] --key-name [my-key]
复制后可按需替换文件名、目录或参数。
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]
复制后可按需替换文件名、目录或参数。
aws-google-auth
复制后可按需替换文件名、目录或参数。
aws iam create-user --user-name [my-user]
复制后可按需替换文件名、目录或参数。
aws iot list-things
复制后可按需替换文件名、目录或参数。
aws sts get-caller-identity
复制后可按需替换文件名、目录或参数。
aws-vault add [profile-name]
权限或系统影响较大,执行前请核对目标。
aws ec2 describe-vpcs
复制后可按需替换文件名、目录或参数。
az acr create -n [registry-name] -g [resource-group] --sku [Standard]
复制后可按需替换文件名、目录或参数。
az advisor recommendation list
复制后可按需替换文件名、目录或参数。
az apim create --name [MyApim] --resource-group [MyResourceGroup] --publisher-email [email@domain.com] --publisher-name [MyCompany] --location [eastus]
复制后可按需替换文件名、目录或参数。
az devops configure --defaults organization=[https://dev.azure.com/contoso] project=[ContosoWebApp]
复制后可按需替换文件名、目录或参数。
az network dns zone create -g [resource-group] --name [example.com]
复制后可按需替换文件名、目录或参数。
az storage blob upload -f [/path/to/file] -c [container-name] -n [blob-name] --account-name [account]
复制后可按需替换文件名、目录或参数。
b2sum [file]
复制后可按需替换文件名、目录或参数。
b3sum [file]
复制后可按需替换文件名、目录或参数。
beef-xss
复制后可按需替换文件名、目录或参数。
beef-xss
复制后可按需替换文件名、目录或参数。
besside-ng [wlan0mon]
复制后可按需替换文件名、目录或参数。
bettercap -iface [eth0]
复制后可按需替换文件名、目录或参数。
binwalk [firmware.bin]
复制后可按需替换文件名、目录或参数。
bloodhound-python -d [domain.local] -u [username] -p [password] -ns [dc_ip] -c all
复制后可按需替换文件名、目录或参数。
bloodhound
复制后可按需替换文件名、目录或参数。
boltctl
复制后可按需替换文件名、目录或参数。
boltd
复制后可按需替换文件名、目录或参数。
borg init --encryption=[repokey] [/path/to/repo]
复制后可按需替换文件名、目录或参数。
bpftool prog list
复制后可按需替换文件名、目录或参数。
brave
复制后可按需替换文件名、目录或参数。
btshowmetainfo [file.torrent]
复制后可按需替换文件名、目录或参数。
bwrap --ro-bind /usr /usr --symlink usr/lib64 /lib64 --proc /proc --dev /dev --unshare-pid [command]
复制后可按需替换文件名、目录或参数。
bun audit
复制后可按需替换文件名、目录或参数。
bun pm hash
复制后可按需替换文件名、目录或参数。
bun pm trust [package1] [package2]
复制后可按需替换文件名、目录或参数。
bundletool dump manifest --bundle=[app.aab]
复制后可按需替换文件名、目录或参数。
burpsuite
复制后可按需替换文件名、目录或参数。
burpsuite
复制后可按需替换文件名、目录或参数。
caddy run
复制后可按需替换文件名、目录或参数。
caligula burn [path/to/image.iso]
复制后可按需替换文件名、目录或参数。
getcap [/path/to/binary]
复制后可按需替换文件名、目录或参数。
cargo version
复制后可按需替换文件名、目录或参数。
cat [domains.txt] | cariddi
涉及管道、覆盖或删除,执行前请先确认路径和参数。
certutil -L -d [~/.pki/nssdb]
复制后可按需替换文件名、目录或参数。
chage -l username
复制后可按需替换文件名、目录或参数。
chainctl auth login
复制后可按需替换文件名、目录或参数。
sudo chattr +i path/to/file
权限或系统影响较大,执行前请核对目标。
sudo chcat -L
权限或系统影响较大,执行前请核对目标。
ls -lZ path/to/file
复制后可按需替换文件名、目录或参数。
check-support-status
复制后可按需替换文件名、目录或参数。
checkov -d [path/to/directory]
复制后可按需替换文件名、目录或参数。
sudo checkrestart
权限或系统影响较大,执行前请核对目标。
checksec --file=[path/to/binary]
复制后可按需替换文件名、目录或参数。
chmod +x [script.sh]
权限或系统影响较大,执行前请核对目标。
chntpw -l [path/to/sam_file]
复制后可按需替换文件名、目录或参数。
cifs.idmap --help
复制后可按需替换文件名、目录或参数。
cifscreds add [server_hostname]
权限或系统影响较大,执行前请核对目标。
clef init
复制后可按需替换文件名、目录或参数。
cloudsploit scan
复制后可按需替换文件名、目录或参数。
cntlm -c [/etc/cntlm.conf]
复制后可按需替换文件名、目录或参数。
cockpit-desktop [url] [SSH_host]
复制后可按需替换文件名、目录或参数。
cockpit-tls --port [port]
复制后可按需替换文件名、目录或参数。
coderabbit
复制后可按需替换文件名、目录或参数。
codesign -s "[Developer ID]" [MyApp.app]
复制后可按需替换文件名、目录或参数。
codex
复制后可按需替换文件名、目录或参数。
composer audit
复制后可按需替换文件名、目录或参数。
conda notices
复制后可按需替换文件名、目录或参数。
container-diff analyze [image:tag]
复制后可按需替换文件名、目录或参数。
cosign sign [registry/image@sha256:digest]
复制后可按需替换文件名、目录或参数。
cowpatty -f [wordlist.txt] -r [capture.cap] -s [SSID]
复制后可按需替换文件名、目录或参数。
crackmapexec smb [192.168.1.0/24] -u [user] -p [password] --shares
复制后可按需替换文件名、目录或参数。
crane catalog [registry]
复制后可按需替换文件名、目录或参数。
crc32 [path/to/file]
复制后可按需替换文件名、目录或参数。
openssl crl -in [crl.pem] -text -noout
复制后可按需替换文件名、目录或参数。
crunch [4] [6]
复制后可按需替换文件名、目录或参数。
dalfox url [https://example.com?q=test]
复制后可按需替换文件名、目录或参数。
darkhttpd .
复制后可按需替换文件名、目录或参数。
db_load -T -t hash [database.db] < [data.txt]
复制后可按需替换文件名、目录或参数。
dbus-daemon --config-file [path/to/file]
复制后可按需替换文件名、目录或参数。
dcfldd if=[/dev/sda] of=[disk.img]
权限或系统影响较大,执行前请核对目标。
dch "[changelog message]"
复制后可按需替换文件名、目录或参数。
debsecan
复制后可按需替换文件名、目录或参数。
pip install deflect-one
复制后可按需替换文件名、目录或参数。
deno run [script.ts]
复制后可按需替换文件名、目录或参数。
d2j-dex2jar [classes.dex]
复制后可按需替换文件名、目录或参数。
dexdump [classes.dex]
复制后可按需替换文件名、目录或参数。
dexter -i [classes.dex]
复制后可按需替换文件名、目录或参数。
dillo
复制后可按需替换文件名、目录或参数。
dirac "[describe the task]"
复制后可按需替换文件名、目录或参数。
eval "$(direnv hook bash)"
复制后可按需替换文件名、目录或参数。
dirsearch -u [https://example.com]
复制后可按需替换文件名、目录或参数。
disable [builtin_name]
复制后可按需替换文件名、目录或参数。
distccd --daemon
复制后可按需替换文件名、目录或参数。
dmitry -w [domain.com]
复制后可按需替换文件名、目录或参数。
dnf changelog [package]
复制后可按需替换文件名、目录或参数。
dnsenum [domain.com]
复制后可按需替换文件名、目录或参数。
dnsrecon -d [example.com]
复制后可按需替换文件名、目录或参数。
cat [domains.txt] | dnsx -a
涉及管道、覆盖或删除,执行前请先确认路径和参数。
doas [command]
复制后可按需替换文件名、目录或参数。
dockdiver -u [username]
复制后可按需替换文件名、目录或参数。
docker buildx version
复制后可按需替换文件名、目录或参数。
docker network ls
复制后可按需替换文件名、目录或参数。
doctl databases firewalls list [cluster_id]
复制后可按需替换文件名、目录或参数。
doctl databases maintenance-window get [cluster_id]
复制后可按需替换文件名、目录或参数。
doctl databases user list [cluster_id]
复制后可按需替换文件名、目录或参数。
dolt blame [table_name]
复制后可按需替换文件名、目录或参数。
dpkg-deb -I [path/to/file.deb]
复制后可按需替换文件名、目录或参数。
driftnet -i [eth0]
复制后可按需替换文件名、目录或参数。
sudo dsniff -i [eth0]
权限或系统影响较大,执行前请核对目标。
dumpcap -i [eth0] -w [capture.pcapng]
复制后可按需替换文件名、目录或参数。
dvc add [data.csv]
权限或系统影响较大,执行前请核对目标。
dvc commit
复制后可按需替换文件名、目录或参数。
dvc diff
复制后可按需替换文件名、目录或参数。
sudo easside-ng -f [wlan0] -s [buddy_ip]
权限或系统影响较大,执行前请核对目标。
openssl ec -in [key.pem] -text -noout
复制后可按需替换文件名、目录或参数。
editcap -r [input.pcap] [output.pcap] [1-100]
复制后可按需替换文件名、目录或参数。
eksctl create cluster --name [cluster_name]
复制后可按需替换文件名、目录或参数。
elasticsearch-certutil ca
复制后可按需替换文件名、目录或参数。
elasticsearch-users list
复制后可按需替换文件名、目录或参数。
ettercap -G
复制后可按需替换文件名、目录或参数。
evil-winrm -i [target_ip] -u [username] -p [password]
复制后可按需替换文件名、目录或参数。
exo compute instance list
复制后可按需替换文件名、目录或参数。
exo compute instance list
复制后可按需替换文件名、目录或参数。
expect [path/to/file]
复制后可按需替换文件名、目录或参数。
sudo extrace
权限或系统影响较大,执行前请核对目标。
extrepo search keyword
复制后可按需替换文件名、目录或参数。
faillock
复制后可按需替换文件名、目录或参数。
fastd --config [/etc/fastd/fastd.conf]
复制后可按需替换文件名、目录或参数。
sudo fatrace
权限或系统影响较大,执行前请核对目标。
fclones group [directory]
复制后可按需替换文件名、目录或参数。
fcrackzip [-b|--brute-force] [-l|--length] 4-8 [-c|--charset] aA1 [archive]
涉及管道、覆盖或删除,执行前请先确认路径和参数。
feroxbuster --url [https://example.com]
复制后可按需替换文件名、目录或参数。
ffuf -u [https://target.com/FUZZ] -w [wordlist.txt]
复制后可按需替换文件名、目录或参数。
fido2-token -L
复制后可按需替换文件名、目录或参数。
findomain -t [example.com]
复制后可按需替换文件名、目录或参数。
sudo firecfg
权限或系统影响较大,执行前请核对目标。
fixfiles restore
复制后可按需替换文件名、目录或参数。
fixmynpm doctor
复制后可按需替换文件名、目录或参数。
flarectl dns list --zone [example.com]
复制后可按需替换文件名、目录或参数。
flask-unsign --decode --cookie "[cookie_value]"
复制后可按需替换文件名、目录或参数。
flatpak remote-info [remote_name] [com.example.app]
复制后可按需替换文件名、目录或参数。
flatpak update
复制后可按需替换文件名、目录或参数。
fluxion
复制后可按需替换文件名、目录或参数。
forge
复制后可按需替换文件名、目录或参数。
fossa analyze
复制后可按需替换文件名、目录或参数。
frida [process_name]
复制后可按需替换文件名、目录或参数。
fswebcam [image.jpg]
复制后可按需替换文件名、目录或参数。
gau [example.com]
复制后可按需替换文件名、目录或参数。
gcloud kms decrypt --ciphertext-file=[encrypted.enc] --plaintext-file=[decrypted.txt] --key=[key] --keyring=[keyring] --location=[global]
复制后可按需替换文件名、目录或参数。
genid
复制后可按需替换文件名、目录或参数。
openssl genpkey -algorithm RSA -out [key.pem]
复制后可按需替换文件名、目录或参数。
genpmk -f [wordlist.txt] -d [hashfile] -s [SSID]
复制后可按需替换文件名、目录或参数。
getenforce
复制后可按需替换文件名、目录或参数。
getfattr -d [path/to/file]
复制后可按需替换文件名、目录或参数。
GetNPUsers.py [DOMAIN]/[username]:[password] -request -format hashcat -outputfile [hashes.txt]
复制后可按需替换文件名、目录或参数。
giskismet -x [kismet-output.netxml]
复制后可按需替换文件名、目录或参数。
git agecrypt init
复制后可按需替换文件名、目录或参数。
git annotate [file]
复制后可按需替换文件名、目录或参数。
git brv
复制后可按需替换文件名、目录或参数。
git cherry-pick [commit]
复制后可按需替换文件名、目录或参数。
echo "[message]" | git commit-tree [tree_hash]
涉及管道、覆盖或删除,执行前请先确认路径和参数。
git commit -m "[message]"
复制后可按需替换文件名、目录或参数。
git create-branch [branch_name]
复制后可按需替换文件名、目录或参数。
git config credential.helper cache
复制后可按需替换文件名、目录或参数。
git config credential.helper store
复制后可按需替换文件名、目录或参数。
git daemon --base-path=[/path/to/repos]
复制后可按需替换文件名、目录或参数。
git get-tar-commit-id < [archive.tar]
复制后可按需替换文件名、目录或参数。
git hash-object [file]
复制后可按需替换文件名、目录或参数。
git log
复制后可按需替换文件名、目录或参数。
git ls-tree HEAD | git mktree
涉及管道、覆盖或删除,执行前请先确认路径和参数。
git show-index < [.idx file]
复制后可按需替换文件名、目录或参数。
git unpack-file [blob_hash]
复制后可按需替换文件名、目录或参数。
git verify-commit [commit]
复制后可按需替换文件名、目录或参数。
git verify-pack .git/objects/pack/pack-hash.idx
复制后可按需替换文件名、目录或参数。
git verify-tag [tag]
复制后可按需替换文件名、目录或参数。
gixy-next [/etc/nginx/nginx.conf]
复制后可按需替换文件名、目录或参数。
gixy [/etc/nginx/nginx.conf]
复制后可按需替换文件名、目录或参数。
gksu -u [userid] [command]
复制后可按需替换文件名、目录或参数。
gksudo -u [userid] [command]
权限或系统影响较大,执行前请核对目标。
gmssl sm2keygen -pass [password] -out [key.pem]
复制后可按需替换文件名、目录或参数。
gnucash-cli --quotes get [file.gnucash]
复制后可按需替换文件名、目录或参数。
gobuster dir -u [https://example.com] -w [wordlist.txt]
复制后可按需替换文件名、目录或参数。
golangci-lint run
复制后可按需替换文件名、目录或参数。
goldeneye.py [url]
复制后可按需替换文件名、目录或参数。
./gophish
复制后可按需替换文件名、目录或参数。
gpg2 --full-generate-key
权限或系统影响较大,执行前请核对目标。
cat /etc/security/group.conf
复制后可按需替换文件名、目录或参数。
cat /etc/group
复制后可按需替换文件名、目录或参数。
sudo grpck
权限或系统影响较大,执行前请核对目标。
sudo grpconv
权限或系统影响较大,执行前请核对目标。
sudo grub2-mkpasswd-pbkdf2
权限或系统影响较大,执行前请核对目标。