mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-05-02 02:09:58 -07:00
Improve log message
This commit is contained in:
committed by
Cooper Quintin
parent
9d33c161b6
commit
dac838eea9
@@ -99,7 +99,7 @@ pub async fn start_telnet(admin_ip: &str) -> Result<bool, Error> {
|
||||
return Ok(true);
|
||||
}
|
||||
|
||||
println!("Got a 404 trying to run exploit for hardware revision v3, trying v5 exploit");
|
||||
println!("This doesn't look like a v3 device, trying web-based exploit");
|
||||
tplink_launch_telnet_v5(admin_ip).await?;
|
||||
|
||||
Ok(false)
|
||||
|
||||
Reference in New Issue
Block a user