Simplify the tplink installer

Found an exploit that requires fewer HTTP requests and can be run
without auth.
This commit is contained in:
Markus Unterwaditzer
2025-04-25 21:38:24 +02:00
committed by Cooper Quintin
parent 30d62b8d7b
commit da34c05364
4 changed files with 10 additions and 58 deletions

View File

@@ -29,14 +29,6 @@ struct InstallTpLink {
#[arg(long)]
skip_sdcard: bool,
/// Username for TP-Link admin interface, if custom.
#[arg(long, default_value = "admin")]
username: String,
/// Password for TP-Link admin interface, if custom.
#[arg(long, default_value = "admin")]
password: String,
/// IP address for TP-Link admin interface, if custom.
#[arg(long, default_value = "192.168.0.1")]
admin_ip: String,