Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No iface access #1

Open
nodefive opened this issue Nov 22, 2024 · 0 comments
Open

No iface access #1

nodefive opened this issue Nov 22, 2024 · 0 comments

Comments

@nodefive
Copy link

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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant