nmap 192.168.56.169 -p- --min-rate=1000 -A Starting Nmap 7.94SVN ( https://nmap.org ) at 2025-10-27 00:16 EDT Nmap scan report for bogon (192.168.56.169) Host is up (0.0011s latency). Not shown: 65531 closed tcp ports (reset) PORT STATE SERVICE VERSION 22/tcp open ssh OpenSSH 8.4p1 Debian 5+deb11u3 (protocol 2.0) | ssh-hostkey: | 3072 f0:e6:24:fb:9e:b0:7a:1a:bd:f7:b1:85:23:7f:b1:6f (RSA) | 256 99:c8:74:31:45:10:58:b0:ce:cc:63:b4:7a:82:57:3d (ECDSA) |_ 256 60:da:3e:31:38:fa:b5:49:ab:48:c3:43:2c:9f:d1:32 (ED25519) 80/tcp open http Apache httpd 2.4.61 ((Debian)) |_http-title: Site doesn't have a title (text/html). |_http-server-header: Apache/2.4.61 (Debian) 8080/tcp open http Apache httpd 2.4.61 ((Debian)) |_http-open-proxy: Proxy might be redirecting requests |_http-server-header: Apache/2.4.61 (Debian) |_http-title: Site doesn't have a title (text/html). 20500/tcp open unknown MAC Address: 08:00:27:75:CB:49 (Oracle VirtualBox virtual NIC) Device type: general purpose Running: Linux 4.X|5.X OS CPE: cpe:/o:linux:linux_kernel:4 cpe:/o:linux:linux_kernel:5 OS details: Linux 4.15 - 5.8 Network Distance: 1 hop Service Info: OS: Linux; CPE: cpe:/o:linux:linux_kernel
TRACEROUTE HOP RTT ADDRESS 1 1.07 ms bogon (192.168.56.169)
OS and Service detection performed. Please report any incorrect results at https://nmap.org/submit/ . Nmap done: 1 IP address (1 host up) scanned in 24.38 seconds
(gdb) target extended-remote 192.168.56.169:20500 Remote debugging using 192.168.56.169:20500 Reading /usr/bin/truefrom remote target... Reading /usr/bin/truefrom remote target... Reading symbols from target:/usr/bin/true... (No debugging symbols found in target:/usr/bin/true) Reading /lib64/ld-linux-x86-64.so.2from remote target... Reading /lib64/ld-linux-x86-64.so.2from remote target... Reading symbols from target:/lib64/ld-linux-x86-64.so.2... (No debugging symbols found in target:/lib64/ld-linux-x86-64.so.2) 0x00007ffff7fd3090 in ?? () from target:/lib64/ld-linux-x86-64.so.2 (gdb) remote put binary.elf /tmp/binary.elf Successfully sent file"binary.elf". (gdb) set remote exec-file/tmp/binary.elf (gdb) run The program being debugged has been started already. Start it from the beginning? (y or n) y Starting program: target:/usr/bin/true Reading /lib64/ld-linux-x86-64.so.2from remote target... Reading /lib64/ld-linux-x86-64.so.2from remote target... [Detaching after fork from child process 993] [Inferior 1 (process 992) exited normally] (gdb)