Skip to content

No iface access #1

Description

@nodefive

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).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions