mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-05-02 02:09:58 -07:00
Simplify the tplink installer
Found an exploit that requires fewer HTTP requests and can be run without auth.
This commit is contained in:
committed by
Cooper Quintin
parent
30d62b8d7b
commit
da34c05364
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user