termux nmap --iflist empty #9000
-
Hello all! I am trying to connect to my home computer. I've set up openvpn, seems like the connection is working fine, but I can't nmap my network from termux (to find my computer ip address). I can see the vpn tunnel: but when I run nmap -A x.x.x.x/30 -e tun0 I get: I tried nmap --iflist, but it's empty: same with nmap --iflist --unprivileged Any help, ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Termux can't bind to specific interfaces due to permissions. You can also see this when you try to ping through one
|
Beta Was this translation helpful? Give feedback.
Termux can't bind to specific interfaces due to permissions. You can also see this when you try to ping through one