mirror of
https://github.com/MeexReay/bRAC.git
synced 2025-05-06 13:38:04 +03:00
fix hiding ip
This commit is contained in:
parent
4d1cad9520
commit
0d03824d02
@ -6,7 +6,7 @@ pub fn send_message(host: &str, message: &str, disable_hiding_ip: bool) -> Resul
|
||||
let mut stream = TcpStream::connect(host)?;
|
||||
stream.write_all(&[0x01])?;
|
||||
let data = format!("{}{}{}{}",
|
||||
if disable_hiding_ip {
|
||||
if !disable_hiding_ip {
|
||||
"\r\x07"
|
||||
} else {
|
||||
""
|
||||
|
Loading…
Reference in New Issue
Block a user