You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@localhost:~# nmap --iflist is
Starting Nmap 7.95 ( https://nmap.org ) at 2024-11-22 10:26 -03
INTERFACES: NONE FOUND(!)
ROUTES: NONE FOUND(!)
Now with the --unprivileged works just fine:
root@localhost:~# nmap -p 8022 192.168.86.1/24 --unprivileged
Starting Nmap 7.95 ( https://nmap.org ) at 2024-11-22 10:44 -03
Nmap scan report for 192.168.86.1
Host is up (0.017s latency).
PORT STATE SERVICE
8022/tcp closed oa-system
Nmap scan report for 192.168.86.20
Host is up (0.030s latency).
The text was updated successfully, but these errors were encountered:
Hi there! First things first: awesome job! Really neat.
I was trying fsu so I could properly use nmap. But I can't access the any interface.
Now with the --unprivileged works just fine:
The text was updated successfully, but these errors were encountered: