We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb3a7ca commit 0bb71ddCopy full SHA for 0bb71dd
1 file changed
src/lib/share/constants.ts
@@ -28,7 +28,7 @@ export const TKOKHING_LOGO_SVG_URL = `${LOGO_PATH}/tkokhing.svg`;
28
// export const DC01_PORT_FORWARD = "4442";
29
30
31
-export const ATTACKER_IP = "192.168.118.10";
+export const ATTACKER_IP = "192.168.49.123"; //updated
32
export const ATTACKER_PORT = "22";
33
34
// // Client01 (aka MS01) Browser Viewing
0 commit comments