infraview

Rating: 
4.931035
Your rating: None Average: 4.9 (29 votes)

InfraView displays info about your current network environment.

Currently offering:

  • External IP info
  • Local IP info
  • Devices in network (nmap)
  • ARP cache table info/clearing
  • Local network port connections (netstat)
  • ConnMan connections
  • DNS resolving
  • Ping
  • Traceroute

Uses python-nmap, nmap dnspython

It has nmap-suid as a requirement, which runs as root. The netstat part is also taking root privileges to collect more detailed info.

Using ping and tracerout needs the following terminal action:

devel-su usermod -a nemo -G net_raw

If you are not comfortable with this, please to NOT install this app!
 

Sources on github

Screenshots: 

Keywords:

Application versions: 
AttachmentSizeDate
File harbour-infraview-0.3-3.i486.rpm976.06 KB20/10/2020 - 21:30
File harbour-infraview-0.3-4.armv7hl.rpm617.29 KB22/11/2020 - 19:39
File harbour-infraview-0.3-4.i486.rpm619.65 KB22/11/2020 - 19:39
File harbour-infraview-0.4-2.armv7hl.rpm617.45 KB28/11/2020 - 03:46
File harbour-infraview-0.4-2.i486.rpm619.57 KB28/11/2020 - 03:46
File harbour-infraview-0.4-3.armv7hl.rpm617.48 KB30/11/2020 - 15:01
File harbour-infraview-0.4-3.i486.rpm619.79 KB30/11/2020 - 15:01
File harbour-infraview-0.4-4.armv7hl.rpm617.55 KB05/02/2021 - 02:28
File harbour-infraview-0.4-4.i486.rpm619.67 KB05/02/2021 - 02:28
File harbour-infraview-0.4-4.aarch64.rpm619.09 KB15/05/2021 - 22:59
File harbour-infraview-0.4-5.aarch64.rpm641.01 KB28/06/2021 - 20:43
File harbour-infraview-0.4-5.armv7hl.rpm639.48 KB28/06/2021 - 20:43
File harbour-infraview-0.4-5.i486.rpm641.8 KB28/06/2021 - 20:43
File harbour-infraview-0.5-1.i486.rpm642.01 KB14/11/2021 - 22:02
File harbour-infraview-0.5-1.aarch64.rpm640.65 KB14/11/2021 - 22:02
File harbour-infraview-0.5-1.armv7hl.rpm639.45 KB14/11/2021 - 22:02
File harbour-infraview-0.6-1.aarch64.rpm661.36 KB04/02/2023 - 03:11
File harbour-infraview-0.6-1.i486.rpm661.97 KB04/02/2023 - 03:11
File harbour-infraview-0.6-1.armv7hl.rpm659.73 KB04/02/2023 - 03:11
Changelog: 

0.6.1 Remove path from "ip" as it changed in SFOS 4.5

0.5.1 Opt out of sailjail

0.4.5 New icon by JSEHV

0.4.4 External IP info now needs user-agent set
0.4.3 Dynamically update network details on frontpage on network change
0.4.2 Require extra dependency

0.4.1

  • Updated Chinese
  • No longer use deprecated statefs

0.3.4 Updated Spanish and Swedish

0.3.3

  • Updated serveral 3rd party python libraries
  • Removed hardcoded dependencies on user nemo

0.3.2 Removed non busybox grep compliant command

0.3.1

  • Added Chinese translation
  • Added ping tool page
  • Now verifying if user nemo is member of net_raw group (for ping and traceroute)

0.2.1

  • Load mainpage info async
  • Fixed dimmed color issue
  • Refresh option added on multiple pages
  • Added traceroute on tools page

0.1.20 Spanish, Swedish and Russian updated

0.1.19 Added ConnMan services (wifi)

0.1.18

  • Updated Spanish
  • Removed ISP location image, as it now requires Google apikey
  • Replaced ISP location image with OpenStreetMap link

0.1.17

  • Added Russian translation
  • Added DNS resolver

0.1.16 rescale Internet provider map to screen resolution

0.1.15 Spanish translation added and Dutch updated

0.1.14 Some fixes in netstat part

0.1.13 Fixed some security issues reported by robbbienert

0.1-12 Updated swedish

    0.1-11

    • Option to kill nemo processes in netstat screen
    • Sort netstat list on users and identify by color
    • Added option to clear entire arp cache
    • Added option to remove specific arp cache entry

    0.1-10 Added dutch, updated swedish

    0.1-9 Added refesh option for main screen

    0.1-8

    • Added missing network name
    • Info on coverpage

    0.1-7

    • updated swedish language
    • better landscape layout

    0.1-6

    • Added Swedish (thanks Eson57)
    • for wlan added: dns/dhcp/domain name/broadcast address

    0.1-5 Added missing idna library

    0.0.1-4 Added missing certifi library

    0.1-3 Added missing chardet library

    0.1-2

    • Added missing urllib3 to package
    • Added subnet mask

    0.1-1 Added local IP info
    0.1-0 Initial release
     

    Comments

    carmenfdezb's picture

    Hi @ade! I've installed infraview in my xperia10ii, but traceroute does't work. It seems that devel-su is needed to run traceroute; however I don't have any problems in my XA2.

    ade's picture

    Weird. What does

    ls -l /usr/bin/traceroute

    look like?

    And the followning command as non-root issues permission errors?

    /usr/bin/traceroute google.com

    Also, does ping work? You need to be in the net_raw group for that as I remember correctly.

    carmenfdezb's picture

    [defaultuser@Xperia10II-DualSIM ~]$ ls -l /usr/bin/traceroute
    lrwxrwxrwx 1 root root 7 Apr 9 15:54 /usr/bin/traceroute -> busybox

    [defaultuser@Xperia10II-DualSIM ~]$ /usr/bin/traceroute google.com
    traceroute: socket: Operation not permitted

    It happens the same issue with ping:

    [defaultuser@Xperia10II-DualSIM ~]$ ping google.com
    PING google.com (216.58.215.174): 56 data bytes
    ping: permission denied (are you root?)

    ade's picture

    as root:

    usermod -a -G net_raw defaultuser  #  (or nemo)

    logout en login again and see if it makes any difference

    carmenfdezb's picture

    I did that but it doesn't work. Is it me the only one this issue in aarch64 devices?

    ade's picture

    What did work on my Jolla 1 was:

    setcap cap_net_raw=+ep /usr/bin/busybox

    as root. I can imagine it also does the trick for the Xperia10. It sets the capability to busybox, in a similar way we tried to add the net_raw group to the user. I cannot oversee any security implementations at the moment, but it is certainly safer than setting setuid on it. Decide for yourself if you want to try it.

    setcap -r /usr/bin/busybox

    should remove the capability again at any time.

    carmenfdezb's picture

    Ok, thank you for your help! This trick works for xperia10ii too, but I prefer to remove capability atm

    ade's picture

    To be honest I ran into the same issue on my old Jolla phone at a certain moment. So there should be a subtle difference somewhere with the X(A2), which do work this way.

    JacekJagosz's picture

    Wow, this new icon is crazy good. Awesome job by JSEHV!

    Markkyboy's picture

    App doesn't run on Jolla1 3.4.0.24. All i get is a white screen.

    ade's picture

    It did not pull a dependency that was once installed by default. Should be fixes now.

    Markkyboy's picture

    Thanks ade, it is working now.

    objectifnul's picture

    Interesting. What was it?

    ade's picture
    objectifnul's picture

    Same with 3.3.0.16 Rokua: blank screen, unresponsive (Xperia X)

    Caballlero's picture

    Dns resolver feature is to config own a dns?

    ade's picture

    No, it is for querying Domain Name System (DNS) servers related to a domain. Think of command line tools like dig or nslookup.

    Ygorr's picture

    Searching of devices in network takes long time enough

    ade's picture

    That depends on the amount of devices in the network. If it is like 10 devices it should take about 5 seconds.

    And only search on local networks.

    rob_k's picture

    I cannot install this on my J1, Iijoki. It might be the installation of nmap-suid that is causing the error.

    I'm trying to include a screenprint from the error. Doesn't seem to work though. How about this: https://www.dropbox.com/s/u02yo4vaieb9sy0/Screenshot.png?dl=0

    ade's picture

    "pkcon refresh" first?

    rob_k's picture

    In the end I downloaded both rpms and it worked. It looks like a wrong dependency, a hard-coded link to a local map in nmap-suid? Anyway, it works now, thanks!

    ade's picture

    No, there is no wrong dependency. Your installation tried to pull nmap-suid 7.50-1, which is removed because of an issue. That you tried to pull this version indicates you had old repo cache that was not aware of more recent versions.  A refresh should have fixed that.

    The lastest infraview does have a dependency on nmap-suid >= 7.50-3 because of added functionality.

    explit's picture

    For me working too, thanks!

    kaulian's picture

    Yes for me too
    Everythings ok
    Nice =)

    PamNor's picture

    After update nmap-suid I can confirm. Device info --> is working.
    No more errors detected.
    Great ap. Thanks.

    Jordi's picture

    Yes, confirmed for Jolla1.

    PamNor's picture

    Testing 0.1-5.
    Happy to tell you 'ade'
    IP location info --> is working

    ade's picture

    Great. I just uploaded a new nmap-suid, which should fix your other issue. You should be able to see al device details now.

    PamNor's picture

    Testing 0.1-4
    ...device/ show more info
    Ooops .nmap-os-bd file?

    [root@Sailfish /]# find . -name nmap-os-db 2>/dev/null
    ./opt/alien/usr/share/nmap-suid/share/nmap-os-db
    ./usr/share/nmap-suid/share/nmap-os-db

    traceback (most recent call last):

    File "/usr/share/harbour-infraview/qml/pages/call
    _nmap.py", line 42, in devinfo
    nm.scan(ip, arguments="-O")

    File "/usr/share/harbour-infraview/python/nmap.py
    ", line 266, in scan
    nmap_warn_keep_trace=nmap_warn_keep_trace

    File "/usr/share/harbour-infraview/python/nmap.py
    ", line 325, in analyse_nmap_xml_scan
    raise PortScannerError(nmap_err)

    nmap.PortScannerError: 'OS scan requested but I can
    not find nmap-os-db file. It should be in /usr/loc
    al/share/nmap, ~/.nmap/ or .\nQUITTING!\n'

    [D] onError:44 - Python ERROR: file:///usr/share/ha
    rbour-infraview/qml/pages/DeviceInfo.qml:31: TypeEr
    ror: Cannot read property '0' of undefined

    Pages