Main > Free Download Search >

Free samba scanner mount umount software for linux

samba scanner mount umount

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 628
Samba Scanner / Mount / Umount 1.05

Samba Scanner / Mount / Umount 1.05


Samba Scanner / Mount / Umount is a tool to Scan Samba share from Host. more>>
Samba Scanner / Mount / Umount is a tool to Scan Samba share from Host.

Samba Scanner / Mount / Umount can found and mount remote share in local folder. Umount Share and Device from System.

<<less
Download (0.032MB)
Added: 2006-03-24 License: GPL (GNU General Public License) Price:
1318 downloads
Samba Commander 1.2.2

Samba Commander 1.2.2


Samba Commander is a text mode SMB network commander. more>>
Samba Commander is a text mode SMB network commander. In SMBC, you can browse the local network or you can use the search function to find the files.
You can also download/upload files and directories or create them both locally and remotely. SMBC has a resume function and supports UTF-8 characters.
Enhancements:
- fixed bug in function to retrying connection
- fixed bug in bookmark menu
- fixed bug in function to set username, password and workgroup
<<less
Download (0.093MB)
Added: 2005-06-30 License: GPL (GNU General Public License) Price:
1578 downloads
pam_mount module 0.19

pam_mount module 0.19


pam_mount is a Pluggable Authentication Module that can mount volumes for a user session. more>>
pam_mount is a Pluggable Authentication Module that can mount volumes for a user session.
This module is aimed at environments with SMB (Samba or Windows NT) or NCP (Netware or Mars-NWE) servers that Unix users wish to access transparently. It facilitates access to private volumes of these types well.
The module also supports mounting home directories using loopback encrypted filesystems. The module was originally written for use on the GNU/Linux operating system but has since been modified to work on several flavors of BSD.
- Every user can access his own volumes
- The user needs to type the password just once (at login)
- The mounting process is transparent to the users
- There is no need to keep the login passwords in any additional file
- The volumes are unmounted upon logout, so it saves system resources, avoiding the need of listing every every possibly useful remote volume in /etc/fstab or in an automount/supermount config file. This is also necessary for securing encrypted filesystems.
pam_mount "understands" SMB, NCP, and any type of filesystem that can be mounted using the standard mount command. If someone has a particular need for a different filesystem, feel free to ask me to include it and send me patches.
If you intend to use pam_mount to protect volumes on your computer using an encrypted filesystem system, please know that there are many other issues you need to consider in order to protect your data.
For example, you probably want to disable or encrypt your swap partition (the cryptoswap can help you do this). Dont assume a system is secure without carefully considering potential threats.
Enhancements:
- pam_mount now uses an XML config file, which also has a few new variables and options.
- Support for truecrypt was added.
<<less
Download (0.092MB)
Added: 2007-07-04 License: LGPL (GNU Lesser General Public License) Price:
842 downloads
Magic Mounter 0.9

Magic Mounter 0.9


Magic Mounter is a user-space auto-mounter. more>>
Magic Mounter is a user-space auto-mounter.

mmounter tries to mimic the behaviour of MacOS with regards to automatic monitoring and mounting of the volumes in your system (CDs, ZIP disks, floppies, HDs) using their volume name as the mount point.

It will optionally eject devices and let users mount/umount them.

Currently mmounter supports ext2, ext3, iso9660 (CD), HFS, and VFAT.

This tool is user-space only (doesnt require any kernel patching) and should be fairly portable.
<<less
Download (0.023MB)
Added: 2006-09-28 License: GPL (GNU General Public License) Price:
1125 downloads
Nmap::Scanner 0.9

Nmap::Scanner 0.9


Nmap::Scanner is a Perl module to perform and manipulate nmap scans using perl. more>>
Nmap::Scanner is a Perl module to perform and manipulate nmap scans using perl.

SYNOPSIS

Perl extension for performing nmap (www.insecure.org/nmap) scans.

use Nmap::Scanner;

# Batch scan method

my $scanner = new Nmap::Scanner;
$scanner->tcp_syn_scan();
$scanner->add_scan_port(1-1024);
$scanner->add_scan_port(8080);
$scanner->guess_os();
$scanner->max_rtt_timeout(200);
$scanner->add_target(some.host.out.there.com.org);

# $results is an instance of Nmap::Scanner::Backend::Results
my $results = $scanner->scan();

# Print the results out as an well-formatted XML document
print $results->as_xml();

# Event scan method using *new* easier way to set scan options.

my $scanner = new Nmap::Scanner;
$scanner->register_scan_started_event(&scan_started);
$scanner->register_port_found_event(&port_found);
$scanner->scan(-sS -p 1-1024 -O --max-rtt-timeout 200 somehost.org.net.it);

sub scan_started {
my $self = shift;
my $host = shift;

my $hostname = $host->name();
my $addresses = join(,, map {$_->address()} $host->addresses());
my $status = $host->status();

print "$hostname ($addresses) is $statusn";
}

sub port_found {
my $self = shift;
my $host = shift;
my $port = shift;

my $name = $host->name();
my $addresses = join(,, map {$_->addr()} $host->addresses());

print "On host $name ($addresses), found ",
$port->state()," port ",
join(/,$port->protocol(),$port->portid()),"n";

}

This set of modules provides perl class wrappers for the network mapper (nmap) scanning tool (see http://www.insecure.org/nmap/). Using these modules, a developer, network administrator, or other techie can create perl routines or classes which can be used to automate and integrate nmap scans elegantly into new and existing perl scripts.

If you dont have nmap installed, you will need to download it BEFORE you can use these modules. Get it from http://www.insecure.org/nmap/. You will need nmap 3.10+ installed to use all the features of this module.

<<less
Download (0.066MB)
Added: 2007-04-11 License: Perl Artistic License Price:
943 downloads
Xfce 4 Mount Plugin 0.5.0

Xfce 4 Mount Plugin 0.5.0


Xfce 4 mount plugin is a plugin for the Xfce 4 panel allowing you to mount devices and have them opened in a file manager. more>>
Xfce 4 mount plugin is a plugin for the Xfce 4 panel allowing you to mount devices and have them opened in a file manager afterwards.

Usage:

Add it to the panel, close the appearing options dialog and simply click the new hard disk icon in your panel. You will see a menu containing all items from fstab, i.e. any partitions and removable media, that is currently inserted.

Now, you want to mount the inserted CD-Rom? Just click onto the appropriate line in the menu. Can’t mount it? But have the possibility to `sudo’? Then go to the options dialog and specify your own mount command, which might be `sudo mount’.

Next, you didn’t get any feedback if the CD was mounted successfully? Why don’t specify a file launcher in the options dialog to display the mounted volumes after mounting them?

Ok, now you’re done working with the CD and want to unmount it. You click the hard disk, click the appropriate line, but don’t know, whether it was unmounted successfully. You can check so by clicking the hard disk icon again and see, whether it is still mounted, or specify to display a short messages after successfully unmounting the mounted volume.

So, basically, everything works now, but you have network file systems which might be nice to be displayed... Well, there’s another option to include network file systems.
As a last item, you can also specify another mount icon you like more, e.g. a block device symbol, or a CD, or a rack, ...

<<less
Download (0.17MB)
Added: 2007-03-06 License: GPL (GNU General Public License) Price:
962 downloads
Qmail-Scanner Statistics 3.0a1

Qmail-Scanner Statistics 3.0a1


Qmail-Scanner Statistics is a statistics package for Qmail-Scanner written in PHP. more>>
Qmail-Scanner Statistics (QSS) uses the Qmail-Scanner Logfile to generate daily, monthly, and yearly statistics.
It also shows a complete list of viruses stopped by Qmail-Scanner, the top five domains from which the viruses came, as well as the countries of origin.
Enhancements:
- Now the paramters passed to the graphs are encoded with rawurlencode()
- A small correction to the index.php file to improve the result with very small log files
<<less
Download (0.020MB)
Added: 2005-04-25 License: GPL (GNU General Public License) Price:
1645 downloads
Port Scanner 2.1

Port Scanner 2.1


Port Scanner provides a tool to check for open ports. more>>
Port Scanner provides a tool to check for open ports.

Port Scanner will try to connect on every port you define for a particular host. If a connection is made, it will try to read any data returned.

This product is intended for individuals to test their own equipment for weak security, and the author will take no responsibility if it is put to any other use.

Amazon sell many books on Security that will enhance your ability to keep your computer secure.

The Windows version has been withdrawn. Apologies for this, but it is too popular and uses my bandwidth up too quickly. If anyone want to host the binary for me, I will happily post a link here. It should also be possible to compile Version 2.1 for Windows.

Whats New in this release:

.(QT) Takes multiple port ranges.
.Minor bugfixes.

<<less
Download (0.013MB)
Added: 2007-02-22 License: GPL (GNU General Public License) Price:
991 downloads
Truecrypt mount/unmount scripts 1.2

Truecrypt mount/unmount scripts 1.2


Truecrypt mount/unmount scripts contains two .sh files for mounting and unmounting truecrypt partitions with some dialogues. more>>
Truecrypt mount/unmount scripts contains two .sh files for mounting and unmounting truecrypt partitions with some dialogues. When mounting a password is asked and when unmounting both normal and forced mounting is supported, asking the user what to do in each stage. These are very simple scripts, but I decided to share them with the world, as I couldnt find them myself.
USAGE
Create two desktop icons which link to the scripts and give as parameters the source and the destination for the TrueCrypt partition. Now clicking the icons allow you to mount and unmount your partitions via dialogues. Very simple, but also useful. Remember to make the scripts executable. If you only have one TrueCrypt partition, you might want to write the source and destination into the script instead of giving them as parameters.
The idea for these scripts came from http://gentoo-wiki.com/TIP_EncFS and especially Kevin Wennemuth who wrote the scripts there, so thanks to him!
Enhancements:
- Opening KDE Wallet fixed, script did not always open kdewallet and never closed it.
- Kwallet script (needed parts) integrated into mount script.
- Some minor cosmetic changes.
<<less
Download (0.004MB)
Added: 2007-03-24 License: GPL (GNU General Public License) Price:
958 downloads
Update Scanner 2.0.13

Update Scanner 2.0.13


Update Scanner provides an extension which monitors web pages for updates. more>>
Update Scanner provides an extension which monitors web pages for updates.

Right-click on any page, and select "Scan Page for Updates".

You can choose how often the site will be checked for changes, and whether to ignore minor updates.

When a change is detected, a notification window is displayed. Click the blue up-arrow on the bottom status bar to show the Update Scanner sidebar. Webpages that have been updated are shown in bold.

Double-click any item to open the website.

<<less
Download (0.038MB)
Added: 2007-07-19 License: MPL (Mozilla Public License) Price:
832 downloads
encFS service menu

encFS service menu


encFS service menu one little KDE service menu for encFS directory. more>>
encFS service menu one little KDE service menu for encFS directory.

Installation:

ungzip and copy in ~/.kde/share/apps/konqueror/servicemenus

Usage:

Click on encFS directory and click on mount.

For unmounting, click on origin directory and click on umount, this unmount and remove destination directory.

READ THIS PLEASE:

This script create a directory in your home with name encFS_$DIR. For to mount correctly, this directory must not exist.
<<less
Download (MB)
Added: 2007-04-30 License: GPL (GNU General Public License) Price:
907 downloads
lsd mount utilities 1.4

lsd mount utilities 1.4


lsd mount utilities project assist in setting up (creating) and mounting encrypted loopback file systems in Linux 2.4 and 2.6. more>>
lsd mount utilities project assist in setting up (creating) and mounting encrypted loopback file systems in Linux 2.4 and 2.6.
They also enable users (not just root) to mount encrypted file systems if appropriate entries have been added to /etc/fstab.
Enhancements:
- The installation footprint has been reduced by a factor of around 2.3.
- Formerly separate programs have been gathered into a single one.
- The name under which the program is installed was changed.
- The tool verbosity was greatly reduced (since standard error is now suppressed for most of the probing with external tools).
- To get a partial trace of the things happening internally (e.g. which external programs are invoked) you can now set the environment variable lsd_lama_trace=verbose.
<<less
Download (MB)
Added: 2007-04-13 License: GPL (GNU General Public License) Price:
928 downloads
AntiVirus Scanner 3.2.1

AntiVirus Scanner 3.2.1


AntiVirus Scanner is an anti-virus scanner for Endeavour Mark II that uses the ClamAV library (libclamav). more>>
AntiVirus Scanner is an anti-virus scanner for Endeavour Mark II that uses the ClamAV library (libclamav).

AntiVirus Scanner allows you to create a list of scan items for frequently scanned locations and features easy virus database updating, all in a simple GUI environment.

<<less
Download (0.50MB)
Added: 2007-08-02 License: GPL (GNU General Public License) Price:
843 downloads
Samba LDAP Tools++ 0.1.2

Samba LDAP Tools++ 0.1.2


Samba LDAP Tools++ is a branch of the smbldap-tool scripts. more>>
Samba LDAP Tools++ is a branch of the smbldap-tool scripts.
It has Kerberos (Heimdal) support for passwords, LDAP hashes, and domain machines; support for DynDNS updates on Samba using BIND; and additional structures for system users that allow a single user to play different roles as RADIUS, LDAP, Kerberos, Samba, and Jabber users.
The project has many additions and functions that allow full support on new technologies.
Main features:
- Support for password changes using kerberos (heimdal)
- Support for {KRB5} hash
- Support for kerberos under domain workstations
- Support for dynamic updates on DNZ zones
- Adition of new structures for system users
Enhancements:
- Courier schema support was added.
- qmail schema was dropped.
<<less
Download (MB)
Added: 2006-12-25 License: GPL (GNU General Public License) Price:
1046 downloads
Just Another Port Scanner 0.1

Just Another Port Scanner 0.1


Just Another Port Scanner (JAPS) is an easy to use, bare-bones TCP port scanner. more>>
Just Another Port Scanner (JAPS) is an easy to use, bare-bones TCP port scanner. JAPS requires the GTK+ library to run. I created JAPS because I felt it would be a fun project and I wanted to learn GTK+ programming basics.

To compile an install JAPS just type make.

Todo
Add subnet scanning
Add progress bar
Display service name next to port number in results box
If you have any suggestions please contact me. 1
<<less
Download (0.029MB)
Added: 2006-07-04 License: GPL (GNU General Public License) Price:
1210 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5