[Rpi2] Nmap addon


  • It will be available shortly in the network-tools add-on

    I tried it today, and I think its somehow broken ("Network Tools" version="7.0.100"):

    Code
    nmap -sT -p80 XX.XX.XXX.XXX
    
    
    Starting Nmap 7.11 ( https://nmap.org ) at 2016-06-18 10:25 CEST
    Unable to find nmap-services!  Resorting to /etc/services
    Segmentation fault (core dumped)
  • I copied nmap-services from nmap-7.12-win32.zip into \storage\.kodi\addons\virtual.network-tools\bin\ (to test, if format of /etc/services isnt the problem)

    Code
    nmap 127.0.0.1
    Starting Nmap 7.11 ( https://nmap.org ) at 2016-06-28 06:09 CEST
    Segmentation fault (core dumped)

    So it is something else. So far I didnt figure out, how to examine core dump, but only thing which comes to my mind is SSL version - I noticed SSL libraries change in ELEC recently, and also I remember, that before year or such nmap works within OE.

    Edited once, last by JimmySmith (June 28, 2016 at 5:28 AM).