users can
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 6915
Apache Users 1.0
Apache Users project is an Apache username enumerator, via /~username requests. more>>
Apache Users project is an Apache username enumerator, via /~username requests. This script uses a list of common system names like root, admin etc ...
You should manually check the issue to establish the http return code, ie: 403 as this is needed for the command line. No native SSL support.
USAGE apache.pl -h 1.2.3.4 -l names -p 80 (No SSL Support) -e 403 (http code)
Sample script:
use IO::Socket;
use Getopt::Std;
getopt ("h: l: p: e: ");
use vars qw( $opt_h $opt_l $opt_p $opt_e );
if ((! $opt_h) || (! $opt_l ) || (! $opt_p ) || (! $opt_e)) {
print "nUSAGE: apache.pl -h 1.2.3.4 -l names -p 80 (No SSL Support) -e 403 (http code)nn ";
exit 1;
};
$host = $opt_h;
$list = $opt_l;
$port = $opt_p;
$num = $opt_e;
open (LIST, "$list") or die "Unable to open $list ....$!";
&connect;
exit 0;
sub connect {
foreach $name (< LIST >) {
$connection = IO::Socket::INET->new (
Proto => "tcp",
PeerAddr => "$host",
PeerPort => "$port",
) or die "Cant CONNECT to $host on the Port specified.n";
$connection -> autoflush;
chomp $name;
print $connection "GET /~$name HTTP/1.0rnrn";
$results = < $connection >;
if ( $results =~/($num)/g ) {
print "$name exists on $hostn";
};
}
close ($connection);
sleep 1;
};
close LIST;
<<lessYou should manually check the issue to establish the http return code, ie: 403 as this is needed for the command line. No native SSL support.
USAGE apache.pl -h 1.2.3.4 -l names -p 80 (No SSL Support) -e 403 (http code)
Sample script:
use IO::Socket;
use Getopt::Std;
getopt ("h: l: p: e: ");
use vars qw( $opt_h $opt_l $opt_p $opt_e );
if ((! $opt_h) || (! $opt_l ) || (! $opt_p ) || (! $opt_e)) {
print "nUSAGE: apache.pl -h 1.2.3.4 -l names -p 80 (No SSL Support) -e 403 (http code)nn ";
exit 1;
};
$host = $opt_h;
$list = $opt_l;
$port = $opt_p;
$num = $opt_e;
open (LIST, "$list") or die "Unable to open $list ....$!";
&connect;
exit 0;
sub connect {
foreach $name (< LIST >) {
$connection = IO::Socket::INET->new (
Proto => "tcp",
PeerAddr => "$host",
PeerPort => "$port",
) or die "Cant CONNECT to $host on the Port specified.n";
$connection -> autoflush;
chomp $name;
print $connection "GET /~$name HTTP/1.0rnrn";
$results = < $connection >;
if ( $results =~/($num)/g ) {
print "$name exists on $hostn";
};
}
close ($connection);
sleep 1;
};
close LIST;
Download (0.023MB)
Added: 2007-04-05 License: GPL (GNU General Public License) Price:
933 downloads
Squid Users Manager 1.2.0
Squid Users Manager is a web-enabled and intuitive user interface that manager Squid Proxy NCSA auth users. more>>
Squid Users Manager is a web-enabled and intuitive user interface written upon Ruby on Rails web development framework that manager Squid Proxy NCSA auth users across MD5 digest files.
The project is Open Source and distributed under the terms of the GPL licence.
Enhancements:
- Application Web 2.0 compliant
- New design with css and light layout.
- Ajax enabled app.
- More intuitive and elegant application.
<<lessThe project is Open Source and distributed under the terms of the GPL licence.
Enhancements:
- Application Web 2.0 compliant
- New design with css and light layout.
- Ajax enabled app.
- More intuitive and elegant application.
Download (1.4MB)
Added: 2006-10-18 License: GPL (GNU General Public License) Price:
1125 downloads
Fast Icon Users for Linux -
User icons with functions like: add, chat, edit, offline, remove, send, upload more>> Description:
11 icons of users.
Content:
User icons with functions like: add, chat, edit, offline, remove, send, upload, user, user group, video chat, voice chat<<less
Download (313KB)
Added: 2009-04-04 License: Freeware Price:
211 downloads
TimeSaver Beta 0.5
TimeSaver is simple time management application. more>>
TimeSaver is simple time management application. TimeSaver is designed to improve productivity by keeping track of the time spent on different activities.
TimeSaver is a simple application with intention to help users save their time spent on computer. It allows user to manage many tasks, each with his own name, time duration, type, description and status. The idea is that user can see progress of each task and prevent spending too much time on a single task.
TimeSaver uses simple user-friendly interface that allows adding task with a single click and users can also add fully specified tasks.
When time duration of a task is passed, user is informed with a message and a command can be executed.
All tasks can be saved to xml a file and opened from it. That file can be opened in web browser to see report of saved session.
<<lessTimeSaver is a simple application with intention to help users save their time spent on computer. It allows user to manage many tasks, each with his own name, time duration, type, description and status. The idea is that user can see progress of each task and prevent spending too much time on a single task.
TimeSaver uses simple user-friendly interface that allows adding task with a single click and users can also add fully specified tasks.
When time duration of a task is passed, user is informed with a message and a command can be executed.
All tasks can be saved to xml a file and opened from it. That file can be opened in web browser to see report of saved session.
Download (0.30MB)
Added: 2006-08-31 License: GPL (GNU General Public License) Price:
1149 downloads
dtRdr::User 0.0.11
dtRdr::User.pm is a user class as a Perl module. more>>
dtRdr::User.pm is a user class as a Perl module.
Constructor
new
$user = dtRdr::User->new($username);
Methods
init_config
$user->init_config($filename);
<<lessConstructor
new
$user = dtRdr::User->new($username);
Methods
init_config
$user->init_config($filename);
Download (2.8MB)
Added: 2007-03-16 License: GPL (GNU General Public License) Price:
954 downloads
User manager for PureFTPd 2.1
User manager for PureFTPd allows administrators to easily create, change, or delete virtual PureFTPd users. more>>
User manager for PureFTPd allows administrators to easily create, change, or delete virtual PureFTPd users. It comes with a set of very good documentation to help with the setup of PureFTPd, Apache, PHP and MySQL.
This web application allows you as administrator to manage your ftp users in a web browser. With the user-friendly interface you can add, change, remove, lock or unlock ftp users.
Main features:
- Username and Password
- Choose the UNIX user and group rights for the ftp user.
- Choose a home directory with the embedded file browser.
- Select capture limits for there upload and download traffic.
- Restrict there number of files and total size of files with the quota option.
- Select a ratio for there upload and download sessions.
- Give an ip address restriction.
- Add personal notes about the ftp user.
<<lessThis web application allows you as administrator to manage your ftp users in a web browser. With the user-friendly interface you can add, change, remove, lock or unlock ftp users.
Main features:
- Username and Password
- Choose the UNIX user and group rights for the ftp user.
- Choose a home directory with the embedded file browser.
- Select capture limits for there upload and download traffic.
- Restrict there number of files and total size of files with the quota option.
- Select a ratio for there upload and download sessions.
- Give an ip address restriction.
- Add personal notes about the ftp user.
Download (0.097MB)
Added: 2005-09-30 License: BSD License Price:
1511 downloads
Fast User Switch Applet 2.18.0
Fast User Switch Applet is an applet for the GNOME 2.10 panel which allows for MacOS X-style menu-based user-switching. more>>
Fast User Switch Applet is an applet for the GNOME 2.10 panel which allows for MacOS X-style menu-based user-switching. It integrates with GDM to switch between existing X11 sessions or create new ones as needed, and will show the same users as the GDM face browser.
The applet can display itself in the panel using either the current users name, the word "Users," or an icon, and can be configured to include an item which launches an X session in a window. The applet code is designed to allow for easy cut-and-paste of the system-interaction code into other applications, like screensavers
<<lessThe applet can display itself in the panel using either the current users name, the word "Users," or an icon, and can be configured to include an item which launches an X session in a window. The applet code is designed to allow for easy cut-and-paste of the system-interaction code into other applications, like screensavers
Download (0.51MB)
Added: 2007-04-09 License: GPL (GNU General Public License) Price:
930 downloads
TuxBox ISPWorks 0.7
TuxBox ISPWorks provides an ISP management system. more>>
TuxBox ISPWorks provides an ISP management system.
TuxBox ISPWorks is a full-blown Internet Service Provider Management System based on Open Source Software.
It allows you to manage DNS, mail, Web, FTP, and much more, and it can handle multiple servers.
Customers can log in to this system and manage their own domains, accounts, and mail aliases.
Users can log in and change their password and other things.
<<lessTuxBox ISPWorks is a full-blown Internet Service Provider Management System based on Open Source Software.
It allows you to manage DNS, mail, Web, FTP, and much more, and it can handle multiple servers.
Customers can log in to this system and manage their own domains, accounts, and mail aliases.
Users can log in and change their password and other things.
Download (0.061MB)
Added: 2007-02-21 License: GPL (GNU General Public License) Price:
989 downloads
PHPUsenet 0.5.1
PHPUsenet is a set of scripts that allow you to mirror a newsgroup in an SQL database. more>>
PHPUsenet is a set of scripts that allow you to mirror a newsgroup in an SQL database. Users can read posts, browse, search, reply, and start new threads.
Multiple newsgroups are supported for one frontend. The posting facility can be password protected.
Enhancements:
- Fixes improper sanitization of the "group" URL parameter.
<<lessMultiple newsgroups are supported for one frontend. The posting facility can be password protected.
Enhancements:
- Fixes improper sanitization of the "group" URL parameter.
Download (0.026MB)
Added: 2006-06-30 License: GPL (GNU General Public License) Price:
1211 downloads
exPHPresso 0.0.2 Beta
exPHPresso provides a compilation of fine coffees, their attributes, and variations. more>>
exPHPresso provides a compilation of fine coffees, their attributes, and variations.
exPHPresso uses PHP/MySQL for dynamic content consisting of recipes for coffees, both international, and domestic.
Coffees are listed by country, specialty, and classics.
Users can also input comments on where to find the best coffees, and their ratings, along with adding coffees to the database.
Enhancements:
- BETA RELEASE 0.0.2
- ADDED USER FUNCTIONS(ENHANCED)
- ADDED BETTER BROWSER COMPATIBILITY
- ADDED COUNTRIES BY COFFEE(DETAILS)
- ADDED DETAILED INPUT FOR USERS
- ADDED PRINTER FRIENDLY ENVIRONMENT
<<lessexPHPresso uses PHP/MySQL for dynamic content consisting of recipes for coffees, both international, and domestic.
Coffees are listed by country, specialty, and classics.
Users can also input comments on where to find the best coffees, and their ratings, along with adding coffees to the database.
Enhancements:
- BETA RELEASE 0.0.2
- ADDED USER FUNCTIONS(ENHANCED)
- ADDED BETTER BROWSER COMPATIBILITY
- ADDED COUNTRIES BY COFFEE(DETAILS)
- ADDED DETAILED INPUT FOR USERS
- ADDED PRINTER FRIENDLY ENVIRONMENT
Download (0.067MB)
Added: 2007-03-27 License: GPL (GNU General Public License) Price:
942 downloads
Siteframe 3.2.3
Siteframe consists of a lightweight content-management system designed for the rapid deployment of community-based websites. more>>
Siteframe consists of a lightweight content-management system designed for the rapid deployment of community-based websites.
Siteframe™ is a lightweight content-management system designed for the rapid deployment of community-based websites. With Siteframe, a group of users can share stories and photographs, create blogs, send email to one another, and participate in group activities. Siteframe enables this by providing web-based content management so that anyone can create content without needing to learn HTML.
<<lessSiteframe™ is a lightweight content-management system designed for the rapid deployment of community-based websites. With Siteframe, a group of users can share stories and photographs, create blogs, send email to one another, and participate in group activities. Siteframe enables this by providing web-based content management so that anyone can create content without needing to learn HTML.
Download (0.66MB)
Added: 2007-04-25 License: Common Public License Price:
545 downloads
netclasses 1.06
Netclasses is an asynchronous networking library that works with GNUstep and Mac OS X. more>>
Netclasses is an asynchronous networking library that works with GNUstep and Mac OS X. Out of the box, netclasses gives a nice, asynchronous, and object-oriented interface for IRC, line- based, and raw TCP/IP connections.
Users can easily subclass the raw TCP/IP or line-based interfaces to create asynchronous interfaces for other sorts of connections.
Enhancements:
- Fixes a bug in LineObject where a single byte of non-allocated memory could be read when receiving a blank line.
<<lessUsers can easily subclass the raw TCP/IP or line-based interfaces to create asynchronous interfaces for other sorts of connections.
Enhancements:
- Fixes a bug in LineObject where a single byte of non-allocated memory could be read when receiving a blank line.
Download (0.12MB)
Added: 2006-02-13 License: GPL (GNU General Public License) Price:
1348 downloads

WebCalendar 1.1
WebCalendar can be configured as a single-user calendar more>> WebCalendar is a PHP-based calendar application that can be configured as a single-user calendar, a multi-user calendar for groups of users, or as an event calendar viewable by visitors. MySQL, PostgreSQL, Oracle, DB2, Interbase, MS SQL Server, or ODBC is required.
XHTML/CSS compliance
Multi-user support
30 supported languages: Basque, Bulgarian, Chinese-Big5, Chinese-GB2312, Czech, Danish, Dutch, English-US, Estonian, Finnish, French, Galician, German, Greek, Holo-Big5, Hungarian, Icelandic, Italian, Japanese, Korean, Norwegian, Polish, Portuguese_BR, Portuguese, Romanian, Russian, Spanish, Swedish, Turkish, Welsh
Auto-detect users language preference from browser settings
View calendars by day, week, month or year
View another users calendar
View one or more users calendar via layers on top of your own calendar
Add/Edit/Delete users
Add/Edit/Delete events
Repeating events including support for overriding or deleting (exceptions)
Configurable custom event fields
User-configurable preferences for colors, 12/24 time format, Sun/Mon week start
Online help
Checks for scheduling conflicts
Email reminders for upcoming events
Email notifications for new/updated/deleted events
Export events to iCalendar, vCalendar or Palm
Import from iCalendar, vCalendar or Palm
Optional general access (no login required) to allow calendar to be viewed by people without a login (useful for event calendars)
Users can make their calendar available publicly to anyone with an iCalendar-compliant calendar program (such as Apples iCal, Mozilla Calendar or Sunbird)
Publishing of free/busy schedules (part of the iCalendar standard)
RSS support that puts a users calendar into RSS (WebCalendar 1.1+)
Subscribe to "remote" calendars (hosted elsewhere on the net) in either iCalendar or hCalendar formats (WebCalendar 1.1+)
User authentication: Web-based, HTTP, LDAP or NIS.<<less
Download (1.54MB)
Added: 2009-04-03 License: Freeware Price: Free
205 downloads
Deadlock User Management System 1.0
Deadlock is a powerful, customizable, fully featured user management system which protects Web directories and documents. more>>
Deadlock is a powerful, customizable, fully featured user management system which protects Web directories and documents using Apaches htaccess and htpasswd.
It features email verification and administrator approval capabilities that require the administrator to approve accounts before they become active. Deadlock supports both Basic and Digest authentication.
Main features:
- Administration Panel
- All settings and administrative controls are in the admin panel.
- User Panel
- Gives users the ability to change their password, email address, and any other account information
- Admin Approval
- When this option is enabled, the administrator must approve accounts before they are able to login to the protected area.
- User Email Verification
- Users are sent a confirmation email to the address specified and must click the link in the email to verify that the email provided is their email.
- Multiple Authentication Types
- The administrator has the option to choose between Basic and Digest authentication.
- Auto htpasswd generation
- Automatically generates the .htpasswd file containing the users when a new user is added.
- Auto htaccess generation
- Automatically generates the .htaccess file when the name of the protected area is changed.
- Templatable user panel pages
- The user panel pages are generated with a template engine, allowing you to customize the pages that the user sees by simply editing the html templates.
- Templatable System Emails
- Customize system emails by editing the templates. Deadlock does not yet include an editor in the admin panel.
- Web based configuration
- Configuration options can easily be modified through the administration panel.
- Integrated Email Functionality
- Specific users can be emailed straight through the admin panel, by simply selecting a link.
- Bulk Email all registered users
- Includes bulk email functionality allowing you to email everyone in the database.
- Search through user list
- The user list is searchable, allowing you to find a users account by just entering their last name, first name or username.
- Rollover Information
Enhancements:
- [bug fix] Fixed some problems that occur when gpc magic quotes is enabled
- [bug fix] Added some string escapes to mysql queries to prevent SQL injections
- [bug fix] If user edits their own account, notification email is not sent
- [security] Fixed bug that cuased problems when a user went to edit their account
<<lessIt features email verification and administrator approval capabilities that require the administrator to approve accounts before they become active. Deadlock supports both Basic and Digest authentication.
Main features:
- Administration Panel
- All settings and administrative controls are in the admin panel.
- User Panel
- Gives users the ability to change their password, email address, and any other account information
- Admin Approval
- When this option is enabled, the administrator must approve accounts before they are able to login to the protected area.
- User Email Verification
- Users are sent a confirmation email to the address specified and must click the link in the email to verify that the email provided is their email.
- Multiple Authentication Types
- The administrator has the option to choose between Basic and Digest authentication.
- Auto htpasswd generation
- Automatically generates the .htpasswd file containing the users when a new user is added.
- Auto htaccess generation
- Automatically generates the .htaccess file when the name of the protected area is changed.
- Templatable user panel pages
- The user panel pages are generated with a template engine, allowing you to customize the pages that the user sees by simply editing the html templates.
- Templatable System Emails
- Customize system emails by editing the templates. Deadlock does not yet include an editor in the admin panel.
- Web based configuration
- Configuration options can easily be modified through the administration panel.
- Integrated Email Functionality
- Specific users can be emailed straight through the admin panel, by simply selecting a link.
- Bulk Email all registered users
- Includes bulk email functionality allowing you to email everyone in the database.
- Search through user list
- The user list is searchable, allowing you to find a users account by just entering their last name, first name or username.
- Rollover Information
Enhancements:
- [bug fix] Fixed some problems that occur when gpc magic quotes is enabled
- [bug fix] Added some string escapes to mysql queries to prevent SQL injections
- [bug fix] If user edits their own account, notification email is not sent
- [security] Fixed bug that cuased problems when a user went to edit their account
Download (MB)
Added: 2007-01-01 License: GPL (GNU General Public License) Price:
1028 downloads
EPrints 2.3.13.1
EPrints is an online archiving system. more>>
Documents are stored in any format as well as in more than one document format. The archive can handle related fields; the administrator decides what fields to use for each document.
Users can also view and search the archive through a configurable, extendable subject hierarchy . The software automatically performs data integrity checks. Some "stub" routines let individual sites add their own integrity checks.
Documents are submitted through a Web-based interface, and uploaded as files, in a compressed bundled file (such as a .zip file), or automatically mirrored from another site by specifying a URL.
Users subscribe either as authors or readers, via the Web or email. Authors have associated metadata. Submitted papers are entered directly or through a moderation process. This is done through the Web, as is most normal maintenance.
<<lessUsers can also view and search the archive through a configurable, extendable subject hierarchy . The software automatically performs data integrity checks. Some "stub" routines let individual sites add their own integrity checks.
Documents are submitted through a Web-based interface, and uploaded as files, in a compressed bundled file (such as a .zip file), or automatically mirrored from another site by specifying a URL.
Users subscribe either as authors or readers, via the Web or email. Authors have associated metadata. Submitted papers are entered directly or through a moderation process. This is done through the Web, as is most normal maintenance.
Download (1.9MB)
Added: 2006-06-08 License: GPL (GNU General Public License) Price:
1234 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above users can search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed