← All Kali Commands
🔓 Vulnerability Assessment
GTFOBins-check
Find capabilities
GTFOBins-check command for find capabilities. Copy the command below and use it in your terminal.
┌──(kali㉿kali)-[~]
└─$
└─$
getcap -r / 2>/dev/null
Tool
GTFOBins-check
Category
Vulnerability Assessment
Purpose
Find capabilities
🛡️ Usage Tips
- Always ensure you have proper authorization before using GTFOBins-check against any target
- Replace
targetwith the actual IP address or hostname you are testing - Run this command from a Kali Linux terminal or any system with GTFOBins-check installed
- Combine with other GTFOBins-check commands for more comprehensive results
- Pipe output to a file with
> output.txtfor later analysis