modified: frida_client/src/client.rs
All checks were successful
gitea/Frida/pipeline/head This commit looks good
All checks were successful
gitea/Frida/pipeline/head This commit looks good
This commit is contained in:
parent
4dbd9b875c
commit
2e72505cd2
@ -52,7 +52,7 @@ pub mod general {
|
||||
let mut rng = OsPRNG::default();
|
||||
loop {
|
||||
interval.tick().await;
|
||||
interval = time::interval(Duration::from_millis(1000 * rng.gen_range(10..=15))); // 960
|
||||
interval = time::interval(Duration::from_millis(1000 * rng.gen_range(10..=480)));
|
||||
sock_hnd.send(&handshake.serialize()).await.unwrap();
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user