Warning: session_start(): open(/tmp/sess_3m4l6fros6jk9mbpn6hp6913d0, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
nmapsi4 openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (9) .- Knowledge Base  . 

nmapsi4

   0.5 alpha1  

KDE Security

Score 82%
nmapsi4
zoom


Homepage:  http://www.nmapsi4.org
Downloads:  1844
Submitted:  Sep 30 2007
Updated:  Jul 8 2015

Description:

NmapSI4 is a complete Qt5-based Gui with the design goals to provide a complete nmap interface for Users, in order to management all option of this power security net scanner

Compile Information:

Required for build:
* qt5 >= 5.2
* cmake >= 2.8.2


Runtime:
* nmap + nping >= 6.00

Compile:
# cmake .
# make
# make install (only root)

Start nmapsi4 develop version:
# ./nmapsi4 (user mode)
# sudo ./nmapsi4 (full nmap extension ) || kdesu (etc etc ;))

Git repository:
https://github.com/nmapsi4/nmapsi4

Distro Packages:
Info www.nmapsi4.org




Changelog:

0.5 alpha1 released:

The first version of nmapsi4 in qt5 has been released. This release is a work in progress but it is stable and usable for daily usage.

Download: http://sourceforge.net/projects/nmapsi/files/nmapsi4-0.5/nmapsi4-0.5-alpha1.tar.xz/download

0.4.1 released:

* release post at http://nmapsi4.org/node/71

0.4 released:

* release post at http://nmapsi4.org/node/70


0.3.80 (aka 0.4.x) beta1 released:

* read release post -- http://www.nmapsi4.org/node/64

0.3.2 stable released:

* Fix gcc 4.7 build error.

0.3.1 stable released:

* read release post -- http://www.nmapsi4.org/node/25

0.3 stable released:

* read release post -- http://www.nmapsi4.org/node/24


works in progress ;)

Francesco




LicenseGPL
Source(nmapsi4)
Donate
Send to a friend
Subscribe
Other  Content  from brand80
Report inappropriate content



-

 nice

 
 by Divilinux on: Oct 1 2007
 
Score 50%
DivilinuxDivilinux
www.squadrai nformatica.c om/smak
Home

better than old nmapFE..but what about root privileges?..i need to launch nmapsi4 from "sudo" ?


..::KBFX-Team-member::..
Reply to this

-

 Re: nice

 
 by brand80 on: Oct 1 2007
 
Score 50%

Thanks ;)

sudo ./nmapsi4, start the interface with full nmap support...


Reply to this

-

 Question

 
 by LocoMojo on: Oct 7 2007
 
Score 50%

I compiled and created a Slackware package for nmapsi4 and I noticed that make install installs a copy of cmake, ccmake, and ctest to /usr/bin. I say 'copy' because I did an md5sum on all three and they're identical to the ones already installed on my system.

The problem I'm facing is if I install nmapsi4 with the Slackware package I created then later decide to uninstall it, it will also uninstall cmake, ccmake, and ctest.

Is make install supposed to install these three files?

LocoMojo


Reply to this

-

 Re: Question

 
 by brand80 on: Oct 7 2007
 
Score 50%

No, make install copy only nmapsi4 and qm file.

CMAKE install rules:
install(FILES ${qms} DESTINATION /usr/share/nmapsi4/locale)

install(FILES "${CMAKE_CURRENT_BINARY_DIR}/nmapsi4" DESTINATION /usr/bin)

my debian packaegs file lists:

/.
/usr
/usr/bin
/usr/bin/nmapsi4
/usr/share
/usr/share/doc
/usr/share/doc/nmapsi4
/usr/share/doc/nmapsi4/AUTHORS
/usr/share/doc/nmapsi4/copyright
/usr/share/doc/nmapsi4/changelog.Debian.gz
/usr/share/nmapsi4
/usr/share/nmapsi4/locale
/usr/share/nmapsi4/locale/nmapsi4_it.qm


Francesco
Reply to this

-

 Re: Question

 
 by brand80 on: Oct 7 2007
 
Score 50%

No, make install copy only nmapsi4 and qm file.

CMAKE install rules:
install(FILES ${qms} DESTINATION /usr/share/nmapsi4/locale)

install(FILES "${CMAKE_CURRENT_BINARY_DIR}/nmapsi4" DESTINATION /usr/bin)

my debian packaegs file lists:

/.
/usr
/usr/bin
/usr/bin/nmapsi4
/usr/share
/usr/share/doc
/usr/share/doc/nmapsi4
/usr/share/doc/nmapsi4/AUTHORS
/usr/share/doc/nmapsi4/copyright
/usr/share/doc/nmapsi4/changelog.Debian.gz
/usr/share/nmapsi4
/usr/share/nmapsi4/locale
/usr/share/nmapsi4/locale/nmapsi4_it.qm


Francesco
Reply to this

-

 Re: Re: Question

 
 by LocoMojo on: Oct 7 2007
 
Score 50%

Hmm, something funny going on then.

Here's my Slackware package:

drwxr-xr-x root/root 0 2007-10-07 01:11 ./
drwxr-xr-x root/root 0 2007-10-07 01:11 usr/
drwxr-xr-x root/root 0 2007-10-07 01:11 usr/doc/
drwxr-xr-x root/root 0 2007-10-07 01:11 usr/doc/nmapsi4/
-rw-r--r-- root/root 156 2007-10-06 12:15 usr/doc/nmapsi4/AUTHORS
-rw-r--r-- root/root 18007 2007-10-06 12:15 usr/doc/nmapsi4/COPYING
-rw-r--r-- root/root 0 2007-10-06 12:15 usr/doc/nmapsi4/NEWS
-rw-r--r-- root/root 300 2007-10-06 12:15 usr/doc/nmapsi4/README
-rw-r--r-- root/root 65 2007-10-06 12:15 usr/doc/nmapsi4/TODO
drwxr-xr-x root/root 0 2007-10-07 01:11 usr/bin/
-rwxr-xr-x root/root 2928368 2007-03-24 01:22 usr/bin/ccmake
-rwxr-xr-x root/root 2832180 2007-03-24 01:22 usr/bin/cmake
-rwxr-xr-x root/root 3869948 2007-03-24 01:22 usr/bin/ctest
-rw-r--r-- root/root 133822 2007-10-07 01:11 usr/bin/nmapsi4
drwxr-xr-x root/root 0 2007-10-07 01:11 usr/lib/
drwxr-xr-x root/root 0 2007-10-07 01:11 usr/lib/gcc/
drwxr-xr-x root/root 0 2007-10-07 01:11 usr/lib/gcc/i486-slackware-linux/
drwxr-xr-x root/root 0 2007-10-07 01:11 usr/lib/gcc/i486-slackware-linux/4.1.2/
-rw-r--r-- root/root 1588 2007-02-14 15:38 usr/lib/gcc/i486-slackware-linux/4.1.2/crtbegin.o
-rw-r--r-- root/root 1292 2007-02-14 15:38 usr/lib/gcc/i486-slackware-linux/4.1.2/crtend.o
-rw-r--r-- root/root 4468 2007-02-14 15:39 usr/lib/gcc/i486-slackware-linux/4.1.2/specs
-rw-r--r-- root/root 2348 2007-06-19 16:48 usr/lib/crt1.o
-rw-r--r-- root/root 2264 2007-06-19 16:48 usr/lib/crti.o
-rw-r--r-- root/root 1792 2007-06-19 16:48 usr/lib/crtn.o
drwxr-xr-x root/root 0 2007-10-07 01:11 usr/i486-slackware-linux/
drwxr-xr-x root/root 0 2007-10-07 01:11 usr/i486-slackware-linux/bin/
drwxr-xr-x root/root 0 2007-10-07 01:11 usr/libexec/
drwxr-xr-x root/root 0 2007-10-07 01:11 usr/libexec/gcc/
drwxr-xr-x root/root 0 2007-10-07 01:11 usr/libexec/gcc/i486-slackware-linux/
drwxr-xr-x root/root 0 2007-10-07 01:11 usr/libexec/gcc/i486-slackware-linux/4.1.2/
-rwxr-xr-x root/root 4770484 2007-02-14 15:39 usr/libexec/gcc/i486-slackware-linux/4.1.2/cc1plus
-rwxr-xr-x root/root 88404 2007-02-14 15:39 usr/libexec/gcc/i486-slackware-linux/4.1.2/collect2
drwxr-xr-x root/root 0 2007-10-07 01:11 usr/local/
drwxr-xr-x root/root 0 2007-10-07 01:11 usr/local/Trolltech/
drwxr-xr-x root/root 0 2007-10-07 01:11 usr/local/Trolltech/Qt-4.3.0/
drwxr-xr-x root/root 0 2007-10-07 01:11 usr/local/Trolltech/Qt-4.3.0/include/
drwxr-xr-x root/root 0 2007-10-07 01:11 usr/local/Trolltech/Qt-4.3.0/include/Qt3Support/
-rw-r--r-- root/root 9346 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/Qt3Support/q3cstring.h
-rw-r--r-- root/root 7396 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/Qt3Support/q3valuelist.h
drwxr-xr-x root/root 0 2007-10-07 01:11 usr/local/Trolltech/Qt-4.3.0/include/QtCore/
-rw-r--r-- root/root 20 2007-05-25 09:28 usr/local/Trolltech/Qt-4.3.0/include/QtCore/QPoint
-rw-r--r-- root/root 20 2007-05-25 09:28 usr/local/Trolltech/Qt-4.3.0/include/QtCore/QPointF
-rw-r--r-- root/root 22 2007-05-25 09:28 usr/local/Trolltech/Qt-4.3.0/include/QtCore/QProcess
-rw-r--r-- root/root 22 2007-05-25 09:28 usr/local/Trolltech/Qt-4.3.0/include/QtCore/QVariant
-rw-r--r-- root/root 14220 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qabstractitemmodel.h
-rw-r--r-- root/root 16224 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qalgorithms.h
-rw-r--r-- root/root 7036 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qatomic.h
-rw-r--r-- root/root 11557 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qatomic_alpha.h
-rw-r--r-- root/root 2190 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qatomic_arch.h
-rw-r--r-- root/root 3920 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qatomic_arm.h
-rw-r--r-- root/root 3481 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qatomic_boundschecker.h
-rw-r--r-- root/root 2833 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qatomic_generic.h
-rw-r--r-- root/root 4987 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qatomic_i386.h
-rw-r--r-- root/root 7674 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qatomic_ia64.h
-rw-r--r-- root/root 3467 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qatomic_mips.h
-rw-r--r-- root/root 4468 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qatomic_parisc.h
-rw-r--r-- root/root 7397 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qatomic_powerpc.h
-rw-r--r-- root/root 6268 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qatomic_s390.h
-rw-r--r-- root/root 4456 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qatomic_sparc.h
-rw-r--r-- root/root 5421 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qatomic_x86_64.h
-rw-r--r-- root/root 21085 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qbytearray.h
-rw-r--r-- root/root 11168 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qchar.h
-rw-r--r-- root/root 1686 2007-06-06 17:07 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qconfig.h
-rw-r--r-- root/root 8749 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qcoreapplication.h
-rw-r--r-- root/root 13813 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qcoreevent.h
-rw-r--r-- root/root 10021 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qdatastream.h
-rw-r--r-- root/root 2168 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qeventloop.h
-rw-r--r-- root/root 15873 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qfeatures.h
-rw-r--r-- root/root 63099 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qglobal.h
-rw-r--r-- root/root 28351 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qhash.h
-rw-r--r-- root/root 7293 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qiodevice.h
-rw-r--r-- root/root 8021 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qiterator.h
-rw-r--r-- root/root 7059 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qline.h
-rw-r--r-- root/root 13769 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qlinkedlist.h
-rw-r--r-- root/root 22554 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qlist.h
-rw-r--r-- root/root 16435 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qlocale.h
-rw-r--r-- root/root 30406 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qmap.h
-rw-r--r-- root/root 9408 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qmetatype.h
-rw-r--r-- root/root 2326 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qmimedata.h
-rw-r--r-- root/root 43011 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qnamespace.h
-rw-r--r-- root/root 14440 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qobject.h
-rw-r--r-- root/root 14237 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qobjectdefs.h
-rw-r--r-- root/root 2959 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qpair.h
-rw-r--r-- root/root 8508 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qpoint.h
-rw-r--r-- root/root 5303 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qprocess.h
-rw-r--r-- root/root 21247 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qrect.h
-rw-r--r-- root/root 4292 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qregexp.h
-rw-r--r-- root/root 12531 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qset.h
-rw-r--r-- root/root 9378 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qsize.h
-rw-r--r-- root/root 51347 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qstring.h
-rw-r--r-- root/root 8087 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qstringlist.h
-rw-r--r-- root/root 1964 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qstringmatcher.h
-rw-r--r-- root/root 16603 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qvariant.h
-rw-r--r-- root/root 22914 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtCore/qvector.h
drwxr-xr-x root/root 0 2007-10-07 01:11 usr/local/Trolltech/Qt-4.3.0/include/QtGui/
-rw-r--r-- root/root 21 2007-05-25 09:28 usr/local/Trolltech/Qt-4.3.0/include/QtGui/QAction
-rw-r--r-- root/root 26 2007-05-25 09:28 usr/local/Trolltech/Qt-4.3.0/include/QtGui/QApplication
-rw-r--r-- root/root 26 2007-05-25 09:28 usr/local/Trolltech/Qt-4.3.0/include/QtGui/QButtonGroup
-rw-r--r-- root/root 23 2007-05-25 09:28 usr/local/Trolltech/Qt-4.3.0/include/QtGui/QCheckBox
-rw-r--r-- root/root 23 2007-05-25 09:28 usr/local/Trolltech/Qt-4.3.0/include/QtGui/QComboBox
-rw-r--r-- root/root 23 2007-05-25 09:28 usr/local/Trolltech/Qt-4.3.0/include/QtGui/QGroupBox
-rw-r--r-- root/root 20 2007-05-25 09:28 usr/local/Trolltech/Qt-4.3.0/include/QtGui/QLabel
-rw-r--r-- root/root 23 2007-05-25 09:28 usr/local/Trolltech/Qt-4.3.0/include/QtGui/QLineEdit
-rw-r--r-- root/root 25 2007-05-25 09:28 usr/local/Trolltech/Qt-4.3.0/include/QtGui/QMainWindow
-rw-r--r-- root/root 19 2007-05-25 09:28 usr/local/Trolltech/Qt-4.3.0/include/QtGui/QMenu
-rw-r--r-- root/root 22 2007-05-25 09:28 usr/local/Trolltech/Qt-4.3.0/include/QtGui/QMenuBar
-rw-r--r-- root/root 26 2007-05-25 09:28 usr/local/Trolltech/Qt-4.3.0/include/QtGui/QProgressBar
-rw-r--r-- root/root 25 2007-05-25 09:28 usr/local/Trolltech/Qt-4.3.0/include/QtGui/QPushButton
-rw-r--r-- root/root 24 2007-05-25 09:28 usr/local/Trolltech/Qt-4.3.0/include/QtGui/QStatusBar
-rw-r--r-- root/root 24 2007-05-25 09:28 usr/local/Trolltech/Qt-4.3.0/include/QtGui/QTabWidget
-rw-r--r-- root/root 25 2007-05-25 09:28 usr/local/Trolltech/Qt-4.3.0/include/QtGui/QTreeWidget
-rw-r--r-- root/root 21 2007-05-25 09:28 usr/local/Trolltech/Qt-4.3.0/include/QtGui/QWidget
-rw-r--r-- root/root 4994 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qabstractbutton.h
-rw-r--r-- root/root 3581 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qabstractitemdelegate.h
-rw-r--r-- root/root 12007 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qabstractitemview.h
-rw-r--r-- root/root 3796 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qabstractscrollarea.h
-rw-r--r-- root/root 5051 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qabstractslider.h
-rw-r--r-- root/root 5079 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qabstractspinbox.h
-rw-r--r-- root/root 6806 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qaction.h
-rw-r--r-- root/root 2770 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qactiongroup.h
-rw-r--r-- root/root 12051 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qapplication.h
-rw-r--r-- root/root 8006 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qbrush.h
-rw-r--r-- root/root 2592 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qbuttongroup.h
-rw-r--r-- root/root 2782 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qcheckbox.h
-rw-r--r-- root/root 6886 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qcolor.h
-rw-r--r-- root/root 12008 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qcombobox.h
-rw-r--r-- root/root 3625 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qcursor.h
-rw-r--r-- root/root 2423 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qdesktopwidget.h
-rw-r--r-- root/root 2305 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qdrag.h
-rw-r--r-- root/root 20988 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qevent.h
-rw-r--r-- root/root 7486 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qfont.h
-rw-r--r-- root/root 1863 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qfontinfo.h
-rw-r--r-- root/root 5716 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qfontmetrics.h
-rw-r--r-- root/root 3716 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qframe.h
-rw-r--r-- root/root 3086 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qgroupbox.h
-rw-r--r-- root/root 4351 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qicon.h
-rw-r--r-- root/root 12603 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qimage.h
-rw-r--r-- root/root 7886 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qitemselectionmodel.h
-rw-r--r-- root/root 5627 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qkeysequence.h
-rw-r--r-- root/root 4924 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qlabel.h
-rw-r--r-- root/root 8517 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qlineedit.h
-rw-r--r-- root/root 5435 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qmainwindow.h
-rw-r--r-- root/root 5005 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qmatrix.h
-rw-r--r-- root/root 14111 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qmenu.h
-rw-r--r-- root/root 12558 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qmenubar.h
-rw-r--r-- root/root 5241 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qmime.h
-rw-r--r-- root/root 4893 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qpaintdevice.h
-rw-r--r-- root/root 10899 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qpainterpath.h
-rw-r--r-- root/root 11049 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qpalette.h
-rw-r--r-- root/root 9949 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qpixmap.h
-rw-r--r-- root/root 4698 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qpolygon.h
-rw-r--r-- root/root 3323 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qprogressbar.h
-rw-r--r-- root/root 3130 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qpushbutton.h
-rw-r--r-- root/root 6023 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qregion.h
-rw-r--r-- root/root 2438 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qrgb.h
-rw-r--r-- root/root 2412 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qrubberband.h
-rw-r--r-- root/root 7222 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qsizepolicy.h
-rw-r--r-- root/root 3531 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qslider.h
-rw-r--r-- root/root 2829 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qstatusbar.h
-rw-r--r-- root/root 24895 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qstyle.h
-rw-r--r-- root/root 24624 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qstyleoption.h
-rw-r--r-- root/root 4826 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qtabbar.h
-rw-r--r-- root/root 7353 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qtabwidget.h
-rw-r--r-- root/root 9302 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qtransform.h
-rw-r--r-- root/root 7403 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qtreeview.h
-rw-r--r-- root/root 15940 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qtreewidget.h
-rw-r--r-- root/root 4097 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qtreewidgetitemiterator.h
-rw-r--r-- root/root 5132 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qvalidator.h
-rw-r--r-- root/root 35180 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qwidget.h
-rw-r--r-- root/root 4007 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qwindowdefs.h
-rw-r--r-- root/root 1251 2007-05-25 09:24 usr/local/Trolltech/Qt-4.3.0/include/QtGui/qwmatrix.h
drwxr-xr-x root/root 0 2007-10-07 01:11 install/
-rw-r--r-- root/root 501 2007-10-07 01:11 install/doinst.sh
-rw-r--r-- root/root 506 2007-10-07 01:11 install/slack-desc

As you can see, not only does it install those files I mentioned above, but it also installs files to QT and libexec.

Must be something wrong with Checkinstall or maybe I did something wrong, but I'm not sure what. Thankfully I didn't install it or I would have been in a world of trouble. I merely copied nmapsi4 to ~/bin and it works fine.

Neat little app by the way, I like it better than NmapFE.

LocoMojo


Reply to this

-

 pgp key

 
 by pippo73 on: Nov 26 2009
 
Score 50%

Is it possible to have the pgp key for autistici pls.

leo


Reply to this

-

 Re: pgp key

 
 by brand80 on: Nov 26 2009
 
Score 50%

Hi Leo,

for the package of your distro please visit nmapsi4.org, autistici is outdated


Reply to this

-

 Re: Re: pgp key

 
 by pippo73 on: Nov 26 2009
 
Score 50%

ok...

grazie ;)


Reply to this

-

 sidux64

 
 by DjNeophyte on: Nov 27 2009
 
Score 50%

I've build from git on sidux64 and all works fine,nice job !!!


Reply to this

-

 Re: sidux64

 
 by brand80 on: Nov 27 2009
 
Score 50%

many thanks ;)


Reply to this

-
.

 Wrong source version

 
 by gohanz on: Jan 14 2010
 
Score 50%

Please take al look to the wrong source version.

nmapsi4-2.0-alpha3.tar.gz


Reply to this

-

 Re: Wrong source version

 
 by brand80 on: Jan 14 2010
 
Score 50%

sorry for the mistake

many thanks :)


Reply to this

-

 nice

 
 by masterdany88 on: Dec 12 2011
 
Score 50%

Nice, but why I cant scan network???
kubuntu oneric


Reply to this

-

 Re: nice

 
 by brand80 on: Dec 12 2011
 
Score 50%

hello, I have created "discover tool" for speed up this operation, but it will be improved and completed with next releases.

Thanks,
Francesco


Reply to this

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team