MCPcopy Create free account

hub / github.com/J4FSec/HaccTheHub / functions

Functions59 in github.com/J4FSec/HaccTheHub

↓ 7 callersFunctionhth_index
Returns the parsed HaccTheHub Index file
backend/main.py:23
↓ 5 callersMethodget
Check for all aliases in HTH Index file and match them against Docker images and containers on the system
backend/main.py:179
↓ 3 callersFunctionis_network_running
Returns a boolean whether or not the 'haccthehub' network is started in Docker
backend/main.py:14
↓ 2 callersFunctionalias_to_image_name
Returns the image name from the alias in the HTH Index file
backend/main.py:45
↓ 2 callersMethoddelete
(self)
backend/main.py:145
↓ 2 callersMethodpost
(self)
backend/main.py:137
↓ 2 callersFunctionpulled_images_with_tag
Returns a list of docker images which both exists on the system and the HTH Index file
backend/main.py:104
↓ 1 callersFunctionalias_to_display_name
(name: str)
backend/main.py:54
↓ 1 callersFunctionalias_to_tags
Returns the image name WITH tags from the alias in the HTH Index file
backend/main.py:61
↓ 1 callersFunctionaliases_in_index
Returns a list of image name WITHOUT tag from the HTH Index file
backend/main.py:37
↓ 1 callersMethodgetBoxes
()
client/src/app/services/boxes.service.ts:13
↓ 1 callersMethodgetLessonByName
(name: string)
client/src/app/services/lesson.service.ts:18
↓ 1 callersMethodgetLessons
()
client/src/app/services/lesson.service.ts:14
↓ 1 callersMethodgetNetworkStatus
()
client/src/app/services/network.service.ts:13
↓ 1 callersFunctionname_to_container
(name: str)
backend/main.py:94
↓ 1 callersFunctionname_to_networking_config
Returns the port forwarding config from the alias in the HTH Index file
backend/main.py:71
↓ 1 callersMethodpullBox
(name: string)
client/src/app/services/boxes.service.ts:17
↓ 1 callersFunctionrunning_containers_name
Returns a list of name from running containers
backend/main.py:86
↓ 1 callersMethodsetCloseNetworkStatus
()
client/src/app/services/network.service.ts:21
↓ 1 callersMethodsetOpenNetworkStatus
()
client/src/app/services/network.service.ts:17
↓ 1 callersMethodstopBox
(name: string)
client/src/app/services/boxes.service.ts:21
↓ 1 callersFunctiontags_in_index
Returns a list of images with the included from the HTH Index file
backend/main.py:29
Methodconstructor
(private readonly appStore: AppStore)
client/src/app/app.component.ts:12
Methodconstructor
()
client/src/app/layout/sidenav/sidenav.component.ts:10
Methodconstructor
(private appStore: AppStore)
client/src/app/layout/header/header.component.ts:13
Methodconstructor
(private lessonStore: LessonStore)
client/src/app/lesson/lesson.component.ts:14
Methodconstructor
(private lessonService: LessonService, private activateRoute: ActivatedRoute)
client/src/app/lesson/playground/playground.component.ts:12
Methodconstructor
()
client/src/app/lesson/lesson-item/lesson-item.component.ts:11
Methodconstructor
(private boxStore: BoxesStore)
client/src/app/boxes/boxes.component.ts:13
Methodconstructor
(private boxService: BoxesService, private appStore: AppStore, private boxStore: BoxesStore)
client/src/app/boxes/box/box.component.ts:15
Methodconstructor
(private readonly networkService: NetworkService)
client/src/app/store/app.store.ts:13
Methodconstructor
(private readonly boxesService: BoxesService)
client/src/app/store/boxes.store.ts:20
Methodconstructor
(private lessonService: LessonService)
client/src/app/store/lesson.store.ts:21
Methodconstructor
(private httpClient: HttpClient)
client/src/app/services/lesson.service.ts:12
Methodconstructor
(private readonly httpClient: HttpClient)
client/src/app/services/boxes.service.ts:11
Methodconstructor
(private readonly httpClient: HttpClient)
client/src/app/services/network.service.ts:11
Methodconstructor
()
client/src/app/loading/loading.component.ts:10
Methoddelete
(self, name)
backend/main.py:168
MethoddeleteBox
()
client/src/app/boxes/box/box.component.ts:41
MethoddownloadBox
()
client/src/app/boxes/box/box.component.ts:21
Methodget
(self)
backend/main.py:113
Methodget
(self)
backend/main.py:119
Methodget
(self)
backend/main.py:134
Methodget
(self, name)
backend/main.py:158
Methodget
(self)
backend/main.py:200
Methodget
(self, name)
backend/main.py:206
MethodngOnInit
()
client/src/app/layout/sidenav/sidenav.component.ts:12
MethodngOnInit
()
client/src/app/layout/header/header.component.ts:15
MethodngOnInit
()
client/src/app/lesson/lesson.component.ts:16
MethodngOnInit
()
client/src/app/lesson/playground/playground.component.ts:14
MethodngOnInit
()
client/src/app/lesson/lesson-item/lesson-item.component.ts:13
MethodngOnInit
()
client/src/app/boxes/boxes.component.ts:15
MethodngOnInit
()
client/src/app/boxes/box/box.component.ts:17
MethodngOnInit
()
client/src/app/loading/loading.component.ts:12
Methodpost
(self, name)
backend/main.py:125
MethodstartBox
()
client/src/app/boxes/box/box.component.ts:31
MethodstartBox
(name: string)
client/src/app/services/boxes.service.ts:25
MethodtoggleStatus
(value: MatSlideToggleChange)
client/src/app/layout/header/header.component.ts:21
Methodtransform
(value: any, args?: any[])
client/src/app/markdown.pipe.ts:10