username
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 369
Username 1.0
Username is a text based program that allows you to organize Ids. more>>
Username is a text based program that allows you to organize a list of 10 websites and Ids per saved file.
<<less Download (0.010MB)
Added: 2006-09-13 License: GPL (GNU General Public License) Price:
1138 downloads
pam_userpass 1.0
pam_userpass uses PAM binary prompts to ask the application for the username and password specifically. more>>
PAM has traditionally assumed that services doing authentication have the ability to interact with the user. Unfortunately, this isnt true for services that implement non-interactive and/or fixed protocols, such as FTP and POP3.
This is typically worked around by making the flawed assumption that PAM_PROMPT_ECHO_ON requests the username and PAM_PROMPT_ECHO_OFF requests the password.
With pam_userpass, this assumption is no longer required. pam_userpass uses PAM binary prompts to ask the application for the username and password specifically.
pam_userpass doesnt perform any actual authentication. An actual authentication module should be stacked after pam_userpass and told to use the authentication token (password) provided by pam_userpass.
<<lessThis is typically worked around by making the flawed assumption that PAM_PROMPT_ECHO_ON requests the username and PAM_PROMPT_ECHO_OFF requests the password.
With pam_userpass, this assumption is no longer required. pam_userpass uses PAM binary prompts to ask the application for the username and password specifically.
pam_userpass doesnt perform any actual authentication. An actual authentication module should be stacked after pam_userpass and told to use the authentication token (password) provided by pam_userpass.
Download (0.005MB)
Added: 2006-03-15 License: GPL (GNU General Public License) Price:
1318 downloads
SkAdsense 1.2
SkAdsense SuperKaramba theme will display the number of clicks, and earnings from your google adsense account for today. more>>
SkAdsense SuperKaramba theme will display the number of clicks, and earnings from your google adsense account for today, and for the current month to date.
There are also 5 other "pages", which display graphs showing various performance measures for the month. If you hover your mouse over the graph, the theme will display the data for the date you are hovering over in a tooltip.
Use the configure menu to enter your adsense username (email address) and password, and youre away.
<<lessThere are also 5 other "pages", which display graphs showing various performance measures for the month. If you hover your mouse over the graph, the theme will display the data for the date you are hovering over in a tooltip.
Use the configure menu to enter your adsense username (email address) and password, and youre away.
Download (0.091MB)
Added: 2006-06-21 License: GPL (GNU General Public License) Price:
1222 downloads
Pure FTP Manager 1.0
Pure FTP Manager allows a user to access multiple FTP chrooted sites with a single username and password. more>>
Pure FTP Manager allows a user to access multiple FTP chrooted sites with a single username and password. The program uses pure-ftpd and PostgreSQL for FTP and authentication. A site is chosen by adding @sitename to the users login
<<less Download (0.016MB)
Added: 2007-03-12 License: GPL (GNU General Public License) Price:
960 downloads
Enas Alpha
Enas is a Perl script that can telnet to a Cisco router or switch, execute some command, and log the work on a file. more>>
Enas is a Perl script that can telnet to a Cisco router or switch, execute some command, and log the work on a file.
Easy Network Automated script can use a username/password or password/enable mode.
<<lessEasy Network Automated script can use a username/password or password/enable mode.
Download (0.006MB)
Added: 2005-11-29 License: GPL (GNU General Public License) Price:
1425 downloads
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
simple instant messaging 1.0
simple instant messaging (sim) is an IRC client specialized for use with bitlbee. more>>
simple instant messaging (sim) is an IRC client specialized for use with bitlbee. It is based on sic (http://suckless.org). It reads commands from standard input and prints all server output to standard output.
simple instant messaging also multiplexes all channel traffic into one output, so you dont have to switch to different channel buffers. sim must be customized by editing its source code to insert the correct username, server, password, and identification information.
Enhancements:
- The command operator was changed.
- Some code simplifications were done.
- The output format was adjusted.
<<lesssimple instant messaging also multiplexes all channel traffic into one output, so you dont have to switch to different channel buffers. sim must be customized by editing its source code to insert the correct username, server, password, and identification information.
Enhancements:
- The command operator was changed.
- Some code simplifications were done.
- The output format was adjusted.
Download (0.006MB)
Added: 2007-04-01 License: MIT/X Consortium License Price:
937 downloads
LoginServer 0.0.2
LoginServer provides a multi-client TCP server class with username/password access control. more>>
LoginServer provides a multi-client TCP server class with username/password access control.
A multi-client TCP server with username/password access control. This server binds to a port and waits for connections. It then spawns LoginServerThreads. In order to create your own server you have to extend the LoginServerThread class to your needs.
Field Details
ALLOW
public static final int ALLOW
This doubleLoginPolicy allows a user to be connected to this LoginServer several times at once.
Field Value:
0
DENY
public static final int DENY
This doubleLoginPolicy denies any additional connections to a particular user when he is already logged on at this LoginServer.
Field Value:
2
KICK
public static final int KICK
This doubleLoginPolicy will close the first (=old) connection when a user logs on twice at this LoginServer.
Field Value:
1
<<lessA multi-client TCP server with username/password access control. This server binds to a port and waits for connections. It then spawns LoginServerThreads. In order to create your own server you have to extend the LoginServerThread class to your needs.
Field Details
ALLOW
public static final int ALLOW
This doubleLoginPolicy allows a user to be connected to this LoginServer several times at once.
Field Value:
0
DENY
public static final int DENY
This doubleLoginPolicy denies any additional connections to a particular user when he is already logged on at this LoginServer.
Field Value:
2
KICK
public static final int KICK
This doubleLoginPolicy will close the first (=old) connection when a user logs on twice at this LoginServer.
Field Value:
1
Download (0.013MB)
Added: 2007-04-19 License: GPL (GNU General Public License) Price:
918 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
bsidentd 1.0
bsidentd provides a minimal and secure identd server that can generate random usernames. more>>
bsidentd provides a minimal and secure identd server that can generate random usernames.
bsidentd is a bare minimum and secure identd server, based on nullidentd. It can generate a random string for a username. It makes IRC servers happy, and it helps avoid ban scripts by not having a fixed username.
Alternately, a fixed username can be specified on the command line.
Installation? The usual. Check the makefile, make install then add an entry to
inetd.conf:
auth stream tcp nowait nobody /usr/sbin/tcpd /usr/local/sbin/nullidentd
Enhancements:
- Added query limit.
- Patch from Sven Oliver Moll to allow a username to be specified on the command line. bsidentd can now fully replace nullidentd.
- Debian package
<<lessbsidentd is a bare minimum and secure identd server, based on nullidentd. It can generate a random string for a username. It makes IRC servers happy, and it helps avoid ban scripts by not having a fixed username.
Alternately, a fixed username can be specified on the command line.
Installation? The usual. Check the makefile, make install then add an entry to
inetd.conf:
auth stream tcp nowait nobody /usr/sbin/tcpd /usr/local/sbin/nullidentd
Enhancements:
- Added query limit.
- Patch from Sven Oliver Moll to allow a username to be specified on the command line. bsidentd can now fully replace nullidentd.
- Debian package
Download (0.012MB)
Added: 2007-04-13 License: GPL (GNU General Public License) Price:
924 downloads
Oddspace 1.2
Oddspace project is a multiplayer 2D space shooter. more>>
Oddspace project is a multiplayer 2D space shooter.
Its somewhat similar to Asteroids.
Getting Started
1. Install Java 1.4 or later
2. Download the zip and extract it to some directory
3. Since Oddspace is a multiplayer game you must first have a server to connect to. Start a server with the command "java -classpath . net.killingar.oddspace.Server" (or if you are on Windows, use server.bat). Select game mode first, then click "Start Server", now the server is running.
4. To connect to a server start the client with the command "java -classpath . net.killingar.oddspace.Client" (or if you are using windows, use the client.bat file)
5. Connect to the server by going to the "options" tab, then typing the servername in the "server" field (use localhost to use the one you just started), type your username in the "username" field and if you have a password type this also. Now click connect.
<<lessIts somewhat similar to Asteroids.
Getting Started
1. Install Java 1.4 or later
2. Download the zip and extract it to some directory
3. Since Oddspace is a multiplayer game you must first have a server to connect to. Start a server with the command "java -classpath . net.killingar.oddspace.Server" (or if you are on Windows, use server.bat). Select game mode first, then click "Start Server", now the server is running.
4. To connect to a server start the client with the command "java -classpath . net.killingar.oddspace.Client" (or if you are using windows, use the client.bat file)
5. Connect to the server by going to the "options" tab, then typing the servername in the "server" field (use localhost to use the one you just started), type your username in the "username" field and if you have a password type this also. Now click connect.
Download (1.5MB)
Added: 2006-11-15 License: Public Domain Price:
1073 downloads
ScreenSpy 1.0
ScreenSpy can record what your computer is doing while you are away. more>>
ScreenSpy can record what your computer is doing while you are away.
Usage:
Screenspy [ftp.something.com] [username] [password]
Examples:
java -jar ScreenSpy.jar ftp.domain.com username password
Screenspy ftp.domain.com username password
<<lessUsage:
Screenspy [ftp.something.com] [username] [password]
Examples:
java -jar ScreenSpy.jar ftp.domain.com username password
Screenspy ftp.domain.com username password
Download (0.37MB)
Added: 2007-08-16 License: LGPL (GNU Lesser General Public License) Price:
804 downloads
SMS::Send::TW::PChome 0.01
SMS::Send::TW::PChome is a SMS::Send driver for sms.pchome.com.tw. more>>
SMS::Send::TW::PChome is a SMS::Send driver for sms.pchome.com.tw.
SYNOPSIS
use SMS::Send::TW::PChome;
my $sender = SMS::Send->new(TW::PChome,
_username => UserName,
_password => Password,
_authcode => AuthCode,
);
my $sent = $sender->send_sms(
text => My very urgent message,
to => 0912345678,
);
<<lessSYNOPSIS
use SMS::Send::TW::PChome;
my $sender = SMS::Send->new(TW::PChome,
_username => UserName,
_password => Password,
_authcode => AuthCode,
);
my $sent = $sender->send_sms(
text => My very urgent message,
to => 0912345678,
);
Download (0.003MB)
Added: 2007-03-26 License: Perl Artistic License Price:
946 downloads
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
<<lessYou 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
Download (0.093MB)
Added: 2005-06-30 License: GPL (GNU General Public License) Price:
1578 downloads
PAM_Extern 0.3
PAM_Extern is a PAM module that hands the username and password to an external application or shellscript for further handling. more>>
PAM_Extern is a PAM module that hands the username and password to an external application or shellscript for further handling.
The theory is that while a lot of people might be able to create authentication schemes, few are are able to do so using C and the PAM library.
Installation:
make
make install
Enhancements:
- The password is now passed on stdin instead of an environment variable to prevent it from showing up in "ps auxe".
- Every "malloc" call is now checked for success.
- Debug output is now realized with PAMs D macro instead of fprintf(stderr) and _pam_overwrite and _pam_drop are used instead of free().
<<lessThe theory is that while a lot of people might be able to create authentication schemes, few are are able to do so using C and the PAM library.
Installation:
make
make install
Enhancements:
- The password is now passed on stdin instead of an environment variable to prevent it from showing up in "ps auxe".
- Every "malloc" call is now checked for success.
- Debug output is now realized with PAMs D macro instead of fprintf(stderr) and _pam_overwrite and _pam_drop are used instead of free().
Download (0.009MB)
Added: 2007-01-16 License: GPL (GNU General Public License) Price:
1011 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 username 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