← All Kali Commands
🔓 Vulnerability Assessment
GTFOBins-check
Writable shell scripts
GTFOBins-check command for writable shell scripts. Copy the command below and use it in your terminal.
┌──(kali㉿kali)-[~]
└─$
└─$
find / -name "*.sh" -writable 2>/dev/null
Tool
GTFOBins-check
Category
Vulnerability Assessment
Purpose
Writable shell scripts
🛡️ 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