-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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.
root@localhost:~# nmap -p 22 192.168.86.1/24
Starting Nmap 7.95 ( https://nmap.org ) at 2024-11-22 10:37 -03
route_dst_netlink: can't find interface "wlan0"
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).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels