Nmap Development mailing list archives

Re: Fathom 0.97 - Full Toolkit release, bug fixes, new features


From: David Fifield <david () bamsoftware com>
Date: Tue, 23 Nov 2010 08:42:21 -0800

On Tue, Nov 23, 2010 at 05:55:20AM -0600, Tom Sellers wrote:
For those of you that play around with or use Fathom I would greatly
appreciate any and all feedback you feel like sending regardless of
the topic (functionality, code quality, installation, site, etc).

I expected the Ruby and shell scripts to be executable. If that's
possible to do in a zip file it would be nice. The scripts even require
it:

# sh sweep-recon.sh
11/22/2010 08:49:49 PM Scanning 192.168.0.0
sweep-recon.sh: line 18: ./scan-recon.sh: Permission denied
11/22/2010 08:49:49 PM Scanning 192.168.0.1
sweep-recon.sh: line 18: ./scan-recon.sh: Permission denied
11/22/2010 08:49:49 PM Scanning 192.168.0.10
sweep-recon.sh: line 18: ./scan-recon.sh: Permission denied

Thanks for the feedback on that.  I will make sure that the documentation
addresses this.  I may provide a utility to set the bits on all the
scripts as well.

I think it's possible to have the bits set in the zip file. For example:

~/nmap$ ls -l ndiff/ndiff ndiff/README
-rwxr-xr-x  1 david users 46437 2010-01-25 15:02 ndiff/ndiff
-rw-r--r--  1 david users  1956 2009-07-12 22:59 ndiff/README
~/nmap$ zip -qr ndiff.zip ndiff
~/nmap$ unzip -qd tmp ndiff.zip
~/nmap$ ls -l tmp/ndiff/ndiff tmp/ndiff/README
-rwxr-xr-x  1 david users 46437 2010-01-25 15:02 tmp/ndiff/ndiff
-rw-r--r--  1 david users  1956 2009-07-12 22:59 tmp/ndiff/README

Maybe you're creating the archive on a Windows filesystem or something?

David Fifield
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/


Current thread: