RustScan
┌──(kali㉿kali)-[~/archive/htb/labs/popcorn]
└─$ rustscan -a $IP --ulimit=5000
The Modern Day Port Scanner.
________________________________________
: https://discord.gg/GFrQsGy :
: https://github.com/RustScan/RustScan :
--------------------------------------
🌍HACK THE PLANET🌍
[~] The config file is expected to be at "/home/kali/.rustscan.toml"
[~] Automatically increasing ulimit value to 5000.
open 10.10.10.6:22
open 10.10.10.6:80
Nmap
┌──(kali㉿kali)-[~/archive/htb/labs/popcorn]
└─$ nmap -Pn -sC -sV -p22,80 $IP
Starting Nmap 7.93 ( https://nmap.org ) at 2023-02-02 09:56 CET
Nmap scan report for 10.10.10.6
Host is up (0.030s latency).
PORT STATE SERVICE VERSION
22/tcp open ssh OpenSSH 5.1p1 Debian 6ubuntu2 (Ubuntu Linux; protocol 2.0)
| ssh-hostkey:
| 1024 3ec81b15211550ec6e63bcc56b807b38 (DSA)
|_ 2048 aa1f7921b842f48a38bdb805ef1a074d (RSA)
80/tcp open http Apache/2.2.12 (Ubuntu)
|_http-server-header: Apache/2.2.12 (Ubuntu)
Service Info: OS: Linux; CPE: cpe:/o:linux:linux_kernel
Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 26.84 seconds
The target system is Debian