old htb folders
This commit is contained in:
2023-08-29 21:53:22 +02:00
parent 62ab804867
commit 82b0759f1e
21891 changed files with 6277643 additions and 0 deletions

287
HTB/shoppy/index.html Normal file
View File

@@ -0,0 +1,287 @@
# HELP go_gc_cycles_automatic_gc_cycles_total Count of completed GC cycles generated by the Go runtime.
# TYPE go_gc_cycles_automatic_gc_cycles_total counter
go_gc_cycles_automatic_gc_cycles_total 71
# HELP go_gc_cycles_forced_gc_cycles_total Count of completed GC cycles forced by the application.
# TYPE go_gc_cycles_forced_gc_cycles_total counter
go_gc_cycles_forced_gc_cycles_total 0
# HELP go_gc_cycles_total_gc_cycles_total Count of all completed GC cycles.
# TYPE go_gc_cycles_total_gc_cycles_total counter
go_gc_cycles_total_gc_cycles_total 71
# HELP go_gc_duration_seconds A summary of the pause duration of garbage collection cycles.
# TYPE go_gc_duration_seconds summary
go_gc_duration_seconds{quantile="0"} 4.1579e-05
go_gc_duration_seconds{quantile="0.25"} 9.946e-05
go_gc_duration_seconds{quantile="0.5"} 0.000132831
go_gc_duration_seconds{quantile="0.75"} 0.000207598
go_gc_duration_seconds{quantile="1"} 0.001145137
go_gc_duration_seconds_sum 0.014971522
go_gc_duration_seconds_count 71
# HELP go_gc_heap_allocs_by_size_bytes_total Distribution of heap allocations by approximate size. Note that this does not include tiny objects as defined by /gc/heap/tiny/allocs:objects, only tiny blocks.
# TYPE go_gc_heap_allocs_by_size_bytes_total histogram
go_gc_heap_allocs_by_size_bytes_total_bucket{le="8.999999999999998"} 81972
go_gc_heap_allocs_by_size_bytes_total_bucket{le="24.999999999999996"} 523712
go_gc_heap_allocs_by_size_bytes_total_bucket{le="64.99999999999999"} 744049
go_gc_heap_allocs_by_size_bytes_total_bucket{le="144.99999999999997"} 888605
go_gc_heap_allocs_by_size_bytes_total_bucket{le="320.99999999999994"} 926614
go_gc_heap_allocs_by_size_bytes_total_bucket{le="704.9999999999999"} 939094
go_gc_heap_allocs_by_size_bytes_total_bucket{le="1536.9999999999998"} 941408
go_gc_heap_allocs_by_size_bytes_total_bucket{le="3200.9999999999995"} 943425
go_gc_heap_allocs_by_size_bytes_total_bucket{le="6528.999999999999"} 946544
go_gc_heap_allocs_by_size_bytes_total_bucket{le="13568.999999999998"} 946583
go_gc_heap_allocs_by_size_bytes_total_bucket{le="27264.999999999996"} 946604
go_gc_heap_allocs_by_size_bytes_total_bucket{le="+Inf"} 946639
go_gc_heap_allocs_by_size_bytes_total_sum 7.2587376e+07
go_gc_heap_allocs_by_size_bytes_total_count 946639
# HELP go_gc_heap_allocs_bytes_total Cumulative sum of memory allocated to the heap by the application.
# TYPE go_gc_heap_allocs_bytes_total counter
go_gc_heap_allocs_bytes_total 7.2587376e+07
# HELP go_gc_heap_allocs_objects_total Cumulative count of heap allocations triggered by the application. Note that this does not include tiny objects as defined by /gc/heap/tiny/allocs:objects, only tiny blocks.
# TYPE go_gc_heap_allocs_objects_total counter
go_gc_heap_allocs_objects_total 946639
# HELP go_gc_heap_frees_by_size_bytes_total Distribution of freed heap allocations by approximate size. Note that this does not include tiny objects as defined by /gc/heap/tiny/allocs:objects, only tiny blocks.
# TYPE go_gc_heap_frees_by_size_bytes_total histogram
go_gc_heap_frees_by_size_bytes_total_bucket{le="8.999999999999998"} 79036
go_gc_heap_frees_by_size_bytes_total_bucket{le="24.999999999999996"} 499553
go_gc_heap_frees_by_size_bytes_total_bucket{le="64.99999999999999"} 706082
go_gc_heap_frees_by_size_bytes_total_bucket{le="144.99999999999997"} 846746
go_gc_heap_frees_by_size_bytes_total_bucket{le="320.99999999999994"} 882115
go_gc_heap_frees_by_size_bytes_total_bucket{le="704.9999999999999"} 893785
go_gc_heap_frees_by_size_bytes_total_bucket{le="1536.9999999999998"} 895803
go_gc_heap_frees_by_size_bytes_total_bucket{le="3200.9999999999995"} 897554
go_gc_heap_frees_by_size_bytes_total_bucket{le="6528.999999999999"} 900535
go_gc_heap_frees_by_size_bytes_total_bucket{le="13568.999999999998"} 900550
go_gc_heap_frees_by_size_bytes_total_bucket{le="27264.999999999996"} 900554
go_gc_heap_frees_by_size_bytes_total_bucket{le="+Inf"} 900573
go_gc_heap_frees_by_size_bytes_total_sum 6.530528e+07
go_gc_heap_frees_by_size_bytes_total_count 900573
# HELP go_gc_heap_frees_bytes_total Cumulative sum of heap memory freed by the garbage collector.
# TYPE go_gc_heap_frees_bytes_total counter
go_gc_heap_frees_bytes_total 6.530528e+07
# HELP go_gc_heap_frees_objects_total Cumulative count of heap allocations whose storage was freed by the garbage collector. Note that this does not include tiny objects as defined by /gc/heap/tiny/allocs:objects, only tiny blocks.
# TYPE go_gc_heap_frees_objects_total counter
go_gc_heap_frees_objects_total 900573
# HELP go_gc_heap_goal_bytes Heap size target for the end of the GC cycle.
# TYPE go_gc_heap_goal_bytes gauge
go_gc_heap_goal_bytes 8.85708e+06
# HELP go_gc_heap_objects_objects Number of objects, live or unswept, occupying heap memory.
# TYPE go_gc_heap_objects_objects gauge
go_gc_heap_objects_objects 46066
# HELP go_gc_heap_tiny_allocs_objects_total Count of small allocations that are packed together into blocks. These allocations are counted separately from other allocations because each individual allocation is not tracked by the runtime, only their block. Each block is already accounted for in allocs-by-size and frees-by-size.
# TYPE go_gc_heap_tiny_allocs_objects_total counter
go_gc_heap_tiny_allocs_objects_total 73984
# HELP go_gc_pauses_seconds_total Distribution individual GC-related stop-the-world pause latencies.
# TYPE go_gc_pauses_seconds_total histogram
go_gc_pauses_seconds_total_bucket{le="-5e-324"} 0
go_gc_pauses_seconds_total_bucket{le="9.999999999999999e-10"} 0
go_gc_pauses_seconds_total_bucket{le="9.999999999999999e-09"} 0
go_gc_pauses_seconds_total_bucket{le="9.999999999999998e-08"} 0
go_gc_pauses_seconds_total_bucket{le="1.0239999999999999e-06"} 0
go_gc_pauses_seconds_total_bucket{le="1.0239999999999999e-05"} 66
go_gc_pauses_seconds_total_bucket{le="0.00010239999999999998"} 93
go_gc_pauses_seconds_total_bucket{le="0.0010485759999999998"} 141
go_gc_pauses_seconds_total_bucket{le="0.010485759999999998"} 142
go_gc_pauses_seconds_total_bucket{le="0.10485759999999998"} 142
go_gc_pauses_seconds_total_bucket{le="+Inf"} 142
go_gc_pauses_seconds_total_sum NaN
go_gc_pauses_seconds_total_count 142
# HELP go_goroutines Number of goroutines that currently exist.
# TYPE go_goroutines gauge
go_goroutines 25
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.18.1"} 1
# HELP go_memory_classes_heap_free_bytes Memory that is completely free and eligible to be returned to the underlying system, but has not been. This metric is the runtime's estimate of free address space that is backed by physical memory.
# TYPE go_memory_classes_heap_free_bytes gauge
go_memory_classes_heap_free_bytes 278528
# HELP go_memory_classes_heap_objects_bytes Memory occupied by live objects and dead objects that have not yet been marked free by the garbage collector.
# TYPE go_memory_classes_heap_objects_bytes gauge
go_memory_classes_heap_objects_bytes 7.282096e+06
# HELP go_memory_classes_heap_released_bytes Memory that is completely free and has been returned to the underlying system. This metric is the runtime's estimate of free address space that is still mapped into the process, but is not backed by physical memory.
# TYPE go_memory_classes_heap_released_bytes gauge
go_memory_classes_heap_released_bytes 2.801664e+06
# HELP go_memory_classes_heap_stacks_bytes Memory allocated from the heap that is reserved for stack space, whether or not it is currently in-use.
# TYPE go_memory_classes_heap_stacks_bytes gauge
go_memory_classes_heap_stacks_bytes 720896
# HELP go_memory_classes_heap_unused_bytes Memory that is reserved for heap objects but is not currently used to hold heap objects.
# TYPE go_memory_classes_heap_unused_bytes gauge
go_memory_classes_heap_unused_bytes 1.499728e+06
# HELP go_memory_classes_metadata_mcache_free_bytes Memory that is reserved for runtime mcache structures, but not in-use.
# TYPE go_memory_classes_metadata_mcache_free_bytes gauge
go_memory_classes_metadata_mcache_free_bytes 13200
# HELP go_memory_classes_metadata_mcache_inuse_bytes Memory that is occupied by runtime mcache structures that are currently being used.
# TYPE go_memory_classes_metadata_mcache_inuse_bytes gauge
go_memory_classes_metadata_mcache_inuse_bytes 2400
# HELP go_memory_classes_metadata_mspan_free_bytes Memory that is reserved for runtime mspan structures, but not in-use.
# TYPE go_memory_classes_metadata_mspan_free_bytes gauge
go_memory_classes_metadata_mspan_free_bytes 40936
# HELP go_memory_classes_metadata_mspan_inuse_bytes Memory that is occupied by runtime mspan structures that are currently being used.
# TYPE go_memory_classes_metadata_mspan_inuse_bytes gauge
go_memory_classes_metadata_mspan_inuse_bytes 105944
# HELP go_memory_classes_metadata_other_bytes Memory that is reserved for or used to hold runtime metadata.
# TYPE go_memory_classes_metadata_other_bytes gauge
go_memory_classes_metadata_other_bytes 5.454056e+06
# HELP go_memory_classes_os_stacks_bytes Stack memory allocated by the underlying operating system.
# TYPE go_memory_classes_os_stacks_bytes gauge
go_memory_classes_os_stacks_bytes 0
# HELP go_memory_classes_other_bytes Memory used by execution trace buffers, structures for debugging the runtime, finalizer and profiler specials, and more.
# TYPE go_memory_classes_other_bytes gauge
go_memory_classes_other_bytes 623096
# HELP go_memory_classes_profiling_buckets_bytes Memory that is used by the stack trace hash map used for profiling.
# TYPE go_memory_classes_profiling_buckets_bytes gauge
go_memory_classes_profiling_buckets_bytes 5504
# HELP go_memory_classes_total_bytes All memory mapped by the Go runtime into the current process as read-write. Note that this does not include memory mapped by code called via cgo or via the syscall package. Sum of all metrics in /memory/classes.
# TYPE go_memory_classes_total_bytes gauge
go_memory_classes_total_bytes 1.8828048e+07
# HELP go_memstats_alloc_bytes Number of bytes allocated and still in use.
# TYPE go_memstats_alloc_bytes gauge
go_memstats_alloc_bytes 7.282096e+06
# HELP go_memstats_alloc_bytes_total Total number of bytes allocated, even if freed.
# TYPE go_memstats_alloc_bytes_total counter
go_memstats_alloc_bytes_total 7.2587376e+07
# HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table.
# TYPE go_memstats_buck_hash_sys_bytes gauge
go_memstats_buck_hash_sys_bytes 5504
# HELP go_memstats_frees_total Total number of frees.
# TYPE go_memstats_frees_total counter
go_memstats_frees_total 974557
# HELP go_memstats_gc_cpu_fraction The fraction of this program's available CPU time used by the GC since the program started.
# TYPE go_memstats_gc_cpu_fraction gauge
go_memstats_gc_cpu_fraction 0
# HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata.
# TYPE go_memstats_gc_sys_bytes gauge
go_memstats_gc_sys_bytes 5.454056e+06
# HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and still in use.
# TYPE go_memstats_heap_alloc_bytes gauge
go_memstats_heap_alloc_bytes 7.282096e+06
# HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used.
# TYPE go_memstats_heap_idle_bytes gauge
go_memstats_heap_idle_bytes 3.080192e+06
# HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use.
# TYPE go_memstats_heap_inuse_bytes gauge
go_memstats_heap_inuse_bytes 8.781824e+06
# HELP go_memstats_heap_objects Number of allocated objects.
# TYPE go_memstats_heap_objects gauge
go_memstats_heap_objects 46066
# HELP go_memstats_heap_released_bytes Number of heap bytes released to OS.
# TYPE go_memstats_heap_released_bytes gauge
go_memstats_heap_released_bytes 2.801664e+06
# HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system.
# TYPE go_memstats_heap_sys_bytes gauge
go_memstats_heap_sys_bytes 1.1862016e+07
# HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection.
# TYPE go_memstats_last_gc_time_seconds gauge
go_memstats_last_gc_time_seconds 1.670080148101916e+09
# HELP go_memstats_lookups_total Total number of pointer lookups.
# TYPE go_memstats_lookups_total counter
go_memstats_lookups_total 0
# HELP go_memstats_mallocs_total Total number of mallocs.
# TYPE go_memstats_mallocs_total counter
go_memstats_mallocs_total 1.020623e+06
# HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures.
# TYPE go_memstats_mcache_inuse_bytes gauge
go_memstats_mcache_inuse_bytes 2400
# HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system.
# TYPE go_memstats_mcache_sys_bytes gauge
go_memstats_mcache_sys_bytes 15600
# HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures.
# TYPE go_memstats_mspan_inuse_bytes gauge
go_memstats_mspan_inuse_bytes 105944
# HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system.
# TYPE go_memstats_mspan_sys_bytes gauge
go_memstats_mspan_sys_bytes 146880
# HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place.
# TYPE go_memstats_next_gc_bytes gauge
go_memstats_next_gc_bytes 8.85708e+06
# HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations.
# TYPE go_memstats_other_sys_bytes gauge
go_memstats_other_sys_bytes 623096
# HELP go_memstats_stack_inuse_bytes Number of bytes in use by the stack allocator.
# TYPE go_memstats_stack_inuse_bytes gauge
go_memstats_stack_inuse_bytes 720896
# HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator.
# TYPE go_memstats_stack_sys_bytes gauge
go_memstats_stack_sys_bytes 720896
# HELP go_memstats_sys_bytes Number of bytes obtained from system.
# TYPE go_memstats_sys_bytes gauge
go_memstats_sys_bytes 1.8828048e+07
# HELP go_sched_goroutines_goroutines Count of live goroutines.
# TYPE go_sched_goroutines_goroutines gauge
go_sched_goroutines_goroutines 25
# HELP go_sched_latencies_seconds Distribution of the time goroutines have spent in the scheduler in a runnable state before actually running.
# TYPE go_sched_latencies_seconds histogram
go_sched_latencies_seconds_bucket{le="-5e-324"} 0
go_sched_latencies_seconds_bucket{le="9.999999999999999e-10"} 17852
go_sched_latencies_seconds_bucket{le="9.999999999999999e-09"} 17852
go_sched_latencies_seconds_bucket{le="9.999999999999998e-08"} 18313
go_sched_latencies_seconds_bucket{le="1.0239999999999999e-06"} 31919
go_sched_latencies_seconds_bucket{le="1.0239999999999999e-05"} 40154
go_sched_latencies_seconds_bucket{le="0.00010239999999999998"} 42590
go_sched_latencies_seconds_bucket{le="0.0010485759999999998"} 42698
go_sched_latencies_seconds_bucket{le="0.010485759999999998"} 42700
go_sched_latencies_seconds_bucket{le="0.10485759999999998"} 42700
go_sched_latencies_seconds_bucket{le="+Inf"} 42700
go_sched_latencies_seconds_sum NaN
go_sched_latencies_seconds_count 42700
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 8
# HELP playbooks_plugin_playbooks_playbook_archived_count Number of playbooks archived since the last launch.
# TYPE playbooks_plugin_playbooks_playbook_archived_count counter
playbooks_plugin_playbooks_playbook_archived_count 0
# HELP playbooks_plugin_playbooks_playbook_created_count Number of playbooks created since the last launch.
# TYPE playbooks_plugin_playbooks_playbook_created_count counter
playbooks_plugin_playbooks_playbook_created_count 0
# HELP playbooks_plugin_playbooks_playbook_restored_count Number of playbooks restored since the last launch.
# TYPE playbooks_plugin_playbooks_playbook_restored_count counter
playbooks_plugin_playbooks_playbook_restored_count 0
# HELP playbooks_plugin_playbooks_playbooks_active_total Total number of active playbooks.
# TYPE playbooks_plugin_playbooks_playbooks_active_total gauge
playbooks_plugin_playbooks_playbooks_active_total 0
# HELP playbooks_plugin_process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE playbooks_plugin_process_cpu_seconds_total counter
playbooks_plugin_process_cpu_seconds_total 6.33
# HELP playbooks_plugin_process_max_fds Maximum number of open file descriptors.
# TYPE playbooks_plugin_process_max_fds gauge
playbooks_plugin_process_max_fds 49152
# HELP playbooks_plugin_process_open_fds Number of open file descriptors.
# TYPE playbooks_plugin_process_open_fds gauge
playbooks_plugin_process_open_fds 15
# HELP playbooks_plugin_process_resident_memory_bytes Resident memory size in bytes.
# TYPE playbooks_plugin_process_resident_memory_bytes gauge
playbooks_plugin_process_resident_memory_bytes 3.1690752e+07
# HELP playbooks_plugin_process_start_time_seconds Start time of the process since unix epoch in seconds.
# TYPE playbooks_plugin_process_start_time_seconds gauge
playbooks_plugin_process_start_time_seconds 1.67007240747e+09
# HELP playbooks_plugin_process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE playbooks_plugin_process_virtual_memory_bytes gauge
playbooks_plugin_process_virtual_memory_bytes 7.43145472e+08
# HELP playbooks_plugin_process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes.
# TYPE playbooks_plugin_process_virtual_memory_max_bytes gauge
playbooks_plugin_process_virtual_memory_max_bytes 1.8446744073709552e+19
# HELP playbooks_plugin_runs_followers_active_total Total number of active followers, including duplicates.
# TYPE playbooks_plugin_runs_followers_active_total gauge
playbooks_plugin_runs_followers_active_total 0
# HELP playbooks_plugin_runs_participants_active_total Total number of active participants (i.e. members of the playbook run channel when the run is active), including duplicates
# TYPE playbooks_plugin_runs_participants_active_total gauge
playbooks_plugin_runs_participants_active_total 0
# HELP playbooks_plugin_runs_reminders_outstanding_total Total number of outstanding reminders.
# TYPE playbooks_plugin_runs_reminders_outstanding_total gauge
playbooks_plugin_runs_reminders_outstanding_total 0
# HELP playbooks_plugin_runs_retros_outstanding_total Total number of outstanding retrospective reminders.
# TYPE playbooks_plugin_runs_retros_outstanding_total gauge
playbooks_plugin_runs_retros_outstanding_total 0
# HELP playbooks_plugin_runs_runs_active_total Total number of active runs.
# TYPE playbooks_plugin_runs_runs_active_total gauge
playbooks_plugin_runs_runs_active_total 0
# HELP playbooks_plugin_runs_runs_created_count Number of runs created since the last launch.
# TYPE playbooks_plugin_runs_runs_created_count counter
playbooks_plugin_runs_runs_created_count 0
# HELP playbooks_plugin_runs_runs_finished_count Number of runs finished since the last launch.
# TYPE playbooks_plugin_runs_runs_finished_count counter
playbooks_plugin_runs_runs_finished_count 0
# HELP playbooks_plugin_system_errors_count Number of errors since the last launch.
# TYPE playbooks_plugin_system_errors_count counter
playbooks_plugin_system_errors_count 2
# HELP playbooks_plugin_system_playbook_instance_info Instance information for Playbook.
# TYPE playbooks_plugin_system_playbook_instance_info gauge
playbooks_plugin_system_playbook_instance_info{Version="1.29.1"} 1

11
HTB/shoppy/injection Normal file
View File

@@ -0,0 +1,11 @@
Vulnerable URLs:
{'username': 'user', 'password[$ne]': 'NVU2THLc7iq6aDbj6L63Ms4AbidowRy1oIExaw77txrNfm3us0sdmE1geeYplyCyjPQlcKUUgg8vse1bZAlkBAWIaM9gUKkF77iEHW71OykARGNFiclwier65hSGGR5SocX0'}
{'username': 'user', 'password[$gt]': ''}
Possibly Vulnerable URLs:
Timing based attacks:
String Attack-Unsuccessful
Integer attack-Unsuccessful

14
HTB/shoppy/login.req Normal file
View File

@@ -0,0 +1,14 @@
POST /login HTTP/1.1
Host: shoppy.htb
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Content-Type: application/x-www-form-urlencoded
Content-Length: 27
Origin: http://shoppy.htb
Connection: close
Referer: http://shoppy.htb/login
Upgrade-Insecure-Requests: 1
username=user&password=pass

139
HTB/shoppy/nmap.scan Normal file
View File

@@ -0,0 +1,139 @@
Starting Nmap 7.93 ( https://nmap.org ) at 2022-12-03 09:08 UTC
NSE: Loaded 155 scripts for scanning.
NSE: Script Pre-scanning.
Initiating NSE at 09:08
Completed NSE at 09:08, 0.00s elapsed
Initiating NSE at 09:08
Completed NSE at 09:08, 0.00s elapsed
Initiating NSE at 09:08
Completed NSE at 09:08, 0.00s elapsed
Initiating Ping Scan at 09:08
Scanning 10.10.11.180 [2 ports]
Completed Ping Scan at 09:08, 0.10s elapsed (1 total hosts)
Initiating Parallel DNS resolution of 1 host. at 09:08
Completed Parallel DNS resolution of 1 host. at 09:08, 0.00s elapsed
Initiating Connect Scan at 09:08
Scanning 10.10.11.180 [65535 ports]
Discovered open port 80/tcp on 10.10.11.180
Discovered open port 22/tcp on 10.10.11.180
Increasing send delay for 10.10.11.180 from 0 to 5 due to 123 out of 307 dropped probes since last increase.
Increasing send delay for 10.10.11.180 from 5 to 10 due to 11 out of 14 dropped probes since last increase.
Connect Scan Timing: About 3.27% done; ETC: 09:24 (0:15:16 remaining)
Connect Scan Timing: About 7.46% done; ETC: 09:24 (0:14:28 remaining)
Connect Scan Timing: About 17.67% done; ETC: 09:25 (0:13:35 remaining)
Connect Scan Timing: About 21.13% done; ETC: 09:25 (0:12:45 remaining)
Warning: 10.10.11.180 giving up on port because retransmission cap hit (6).
Connect Scan Timing: About 26.80% done; ETC: 09:25 (0:11:56 remaining)
Connect Scan Timing: About 33.00% done; ETC: 09:25 (0:11:06 remaining)
Connect Scan Timing: About 39.34% done; ETC: 09:25 (0:10:12 remaining)
Connect Scan Timing: About 45.02% done; ETC: 09:25 (0:09:18 remaining)
Connect Scan Timing: About 51.51% done; ETC: 09:26 (0:08:27 remaining)
Connect Scan Timing: About 57.31% done; ETC: 09:26 (0:07:34 remaining)
Connect Scan Timing: About 63.68% done; ETC: 09:27 (0:06:39 remaining)
Connect Scan Timing: About 69.69% done; ETC: 09:27 (0:05:44 remaining)
Connect Scan Timing: About 75.15% done; ETC: 09:28 (0:04:46 remaining)
Discovered open port 9093/tcp on 10.10.11.180
Connect Scan Timing: About 80.59% done; ETC: 09:28 (0:03:47 remaining)
Connect Scan Timing: About 85.78% done; ETC: 09:28 (0:02:48 remaining)
Connect Scan Timing: About 90.99% done; ETC: 09:28 (0:01:48 remaining)
Connect Scan Timing: About 96.06% done; ETC: 09:29 (0:00:47 remaining)
Completed Connect Scan at 09:29, 1234.23s elapsed (65535 total ports)
Initiating Service scan at 09:29
Scanning 3 services on 10.10.11.180
Completed Service scan at 09:31, 106.48s elapsed (3 services on 1 host)
NSE: Script scanning 10.10.11.180.
Initiating NSE at 09:31
Completed NSE at 09:31, 4.16s elapsed
Initiating NSE at 09:31
Completed NSE at 09:31, 1.16s elapsed
Initiating NSE at 09:31
Completed NSE at 09:31, 0.00s elapsed
Nmap scan report for 10.10.11.180
Host is up (0.13s latency).
Not shown: 65407 closed tcp ports (conn-refused), 125 filtered tcp ports (no-response)
PORT STATE SERVICE VERSION
22/tcp open ssh OpenSSH 8.4p1 Debian 5+deb11u1 (protocol 2.0)
| ssh-hostkey:
| 3072 9e5e8351d99f89ea471a12eb81f922c0 (RSA)
| 256 5857eeeb0650037c8463d7a3415b1ad5 (ECDSA)
|_ 256 3e9d0a4290443860b3b62ce9bd9a6754 (ED25519)
80/tcp open http nginx 1.23.1
|_http-title: Did not follow redirect to http://shoppy.htb
| http-methods:
|_ Supported Methods: GET HEAD POST OPTIONS
|_http-server-header: nginx/1.23.1
9093/tcp open copycat?
| fingerprint-strings:
| GenericLines:
| HTTP/1.1 400 Bad Request
| Content-Type: text/plain; charset=utf-8
| Connection: close
| Request
| GetRequest, HTTPOptions:
| HTTP/1.0 200 OK
| Content-Type: text/plain; version=0.0.4; charset=utf-8
| Date: Sat, 03 Dec 2022 09:29:44 GMT
| HELP go_gc_cycles_automatic_gc_cycles_total Count of completed GC cycles generated by the Go runtime.
| TYPE go_gc_cycles_automatic_gc_cycles_total counter
| go_gc_cycles_automatic_gc_cycles_total 412
| HELP go_gc_cycles_forced_gc_cycles_total Count of completed GC cycles forced by the application.
| TYPE go_gc_cycles_forced_gc_cycles_total counter
| go_gc_cycles_forced_gc_cycles_total 0
| HELP go_gc_cycles_total_gc_cycles_total Count of all completed GC cycles.
| TYPE go_gc_cycles_total_gc_cycles_total counter
| go_gc_cycles_total_gc_cycles_total 412
| HELP go_gc_duration_seconds A summary of the pause duration of garbage collection cycles.
| TYPE go_gc_duration_seconds summary
| go_gc_duration_seconds{quantile="0"} 3.3297e-05
| go_gc_duration_seconds{quantile="0.25"} 6.3539e-05
|_ go_gc
1 service unrecognized despite returning data. If you know the service/version, please submit the following fingerprint at https://nmap.org/cgi-bin/submit.cgi?new-service :
SF-Port9093-TCP:V=7.93%I=7%D=12/3%Time=638B170D%P=x86_64-pc-linux-gnu%r(Ge
SF:nericLines,67,"HTTP/1\.1\x20400\x20Bad\x20Request\r\nContent-Type:\x20t
SF:ext/plain;\x20charset=utf-8\r\nConnection:\x20close\r\n\r\n400\x20Bad\x
SF:20Request")%r(GetRequest,1541,"HTTP/1\.0\x20200\x20OK\r\nContent-Type:\
SF:x20text/plain;\x20version=0\.0\.4;\x20charset=utf-8\r\nDate:\x20Sat,\x2
SF:003\x20Dec\x202022\x2009:29:44\x20GMT\r\n\r\n#\x20HELP\x20go_gc_cycles_
SF:automatic_gc_cycles_total\x20Count\x20of\x20completed\x20GC\x20cycles\x
SF:20generated\x20by\x20the\x20Go\x20runtime\.\n#\x20TYPE\x20go_gc_cycles_
SF:automatic_gc_cycles_total\x20counter\ngo_gc_cycles_automatic_gc_cycles_
SF:total\x20412\n#\x20HELP\x20go_gc_cycles_forced_gc_cycles_total\x20Count
SF:\x20of\x20completed\x20GC\x20cycles\x20forced\x20by\x20the\x20applicati
SF:on\.\n#\x20TYPE\x20go_gc_cycles_forced_gc_cycles_total\x20counter\ngo_g
SF:c_cycles_forced_gc_cycles_total\x200\n#\x20HELP\x20go_gc_cycles_total_g
SF:c_cycles_total\x20Count\x20of\x20all\x20completed\x20GC\x20cycles\.\n#\
SF:x20TYPE\x20go_gc_cycles_total_gc_cycles_total\x20counter\ngo_gc_cycles_
SF:total_gc_cycles_total\x20412\n#\x20HELP\x20go_gc_duration_seconds\x20A\
SF:x20summary\x20of\x20the\x20pause\x20duration\x20of\x20garbage\x20collec
SF:tion\x20cycles\.\n#\x20TYPE\x20go_gc_duration_seconds\x20summary\ngo_gc
SF:_duration_seconds{quantile=\"0\"}\x203\.3297e-05\ngo_gc_duration_second
SF:s{quantile=\"0\.25\"}\x206\.3539e-05\ngo_gc")%r(HTTPOptions,1541,"HTTP/
SF:1\.0\x20200\x20OK\r\nContent-Type:\x20text/plain;\x20version=0\.0\.4;\x
SF:20charset=utf-8\r\nDate:\x20Sat,\x2003\x20Dec\x202022\x2009:29:44\x20GM
SF:T\r\n\r\n#\x20HELP\x20go_gc_cycles_automatic_gc_cycles_total\x20Count\x
SF:20of\x20completed\x20GC\x20cycles\x20generated\x20by\x20the\x20Go\x20ru
SF:ntime\.\n#\x20TYPE\x20go_gc_cycles_automatic_gc_cycles_total\x20counter
SF:\ngo_gc_cycles_automatic_gc_cycles_total\x20412\n#\x20HELP\x20go_gc_cyc
SF:les_forced_gc_cycles_total\x20Count\x20of\x20completed\x20GC\x20cycles\
SF:x20forced\x20by\x20the\x20application\.\n#\x20TYPE\x20go_gc_cycles_forc
SF:ed_gc_cycles_total\x20counter\ngo_gc_cycles_forced_gc_cycles_total\x200
SF:\n#\x20HELP\x20go_gc_cycles_total_gc_cycles_total\x20Count\x20of\x20all
SF:\x20completed\x20GC\x20cycles\.\n#\x20TYPE\x20go_gc_cycles_total_gc_cyc
SF:les_total\x20counter\ngo_gc_cycles_total_gc_cycles_total\x20412\n#\x20H
SF:ELP\x20go_gc_duration_seconds\x20A\x20summary\x20of\x20the\x20pause\x20
SF:duration\x20of\x20garbage\x20collection\x20cycles\.\n#\x20TYPE\x20go_gc
SF:_duration_seconds\x20summary\ngo_gc_duration_seconds{quantile=\"0\"}\x2
SF:03\.3297e-05\ngo_gc_duration_seconds{quantile=\"0\.25\"}\x206\.3539e-05
SF:\ngo_gc");
Service Info: OS: Linux; CPE: cpe:/o:linux:linux_kernel
NSE: Script Post-scanning.
Initiating NSE at 09:31
Completed NSE at 09:31, 0.00s elapsed
Initiating NSE at 09:31
Completed NSE at 09:31, 0.00s elapsed
Initiating NSE at 09:31
Completed NSE at 09:31, 0.00s elapsed
Read data files from: /usr/bin/../share/nmap
Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 1346.87 seconds

1
HTB/shoppy/nohup.out Normal file
View File

@@ -0,0 +1 @@
2022/12/03 09:09:19 NOTICE: Golden Dawn/.obsidian/workspace.json: Duplicate object found in destination - ignoring