File tree Expand file tree Collapse file tree
app/_components/preference Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ type Props = {
88 defaultOpen ?: boolean ;
99} ;
1010
11- export function ToggleFrame ( { label, children, defaultOpen = true } : Props ) {
12- // export function ToggleFrame({ label, children, defaultOpen = false }: Props) {
11+ // export function ToggleFrame({ label, children, defaultOpen = true }: Props) {
12+ export function ToggleFrame ( { label, children, defaultOpen = false } : Props ) {
1313 const [ isOpen , setIsOpen ] = useState ( defaultOpen ) ;
1414 const ref = useRef < HTMLDivElement > ( null ) ;
1515
Original file line number Diff line number Diff line change @@ -72,8 +72,9 @@ export const RUNNING_SPN_PASSWORD = "running_spn_pas$word";
7272export const EncodedText = "please_update_encoded_text_for_scshell"
7373
7474
75- // For all sites VICTIM TAGGING
76- export const VICTIM1_IP = MS01_IP_EXT ;
75+ // For all sites VICTIM TAGGING 192.168.123.110
76+ // export const VICTIM1_IP = MS01_IP_EXT;
77+ export const VICTIM1_IP = "192.168.123.110" ;
7778export const VICTIM1_PORT = MS01_FORWARD_PORT_2 ;
7879
7980
You can’t perform that action at this time.
0 commit comments