
D-Link NAS Command Execution Exploit
This Python script exploits a vulnerability (CVE-2024-3273) in D-Link NAS devices, allowing arbitrary command execution. It leverages the vulnerability to execute commands remotely on the affected devices.
id).
python CVE-2024-3273.py [-h] [-u URL] [-f FILENAME] [-o OUTPUT] [-t THREAD] [-c COMMAND]
-u, --url: Specify the URL/IP of the target host.-f, --filename: Provide the path to a file containing a list of hosts.-o, --output: Specify the path to save vulnerable hosts.-t, --thread: Number of threads for concurrent execution (default: 5).-c, --command: Specify the command to run (default: id).This script is for educational purposes only. Use it at your own risk.