Main > Free Download Search >

Free graphical login software for linux

graphical login

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2630
THC-Dialup Login Hacker 1.1

THC-Dialup Login Hacker 1.1


THC-Dialup Login Hacker is a tool for penetrating dialup modems. more>>
THC-Dialup Login Hacker is a tool for penetrating dialup modems.

All you need is UNIX and minicom. Have fun with this little release!

The internet is not the only door into a network. In this new days, wavelans are becoming popular, in old days, there were dial-in modems. But today, dial-in modems are still present in any company.

While tools for wardialing (scanning phone numbers for modems by dialing every number and checking if theres a carrier) are available for all operating systems for years, there were only a very few tools for trying to guess login/passwords against modem carriers, and they were all for MS-DOS only. Years ago, I wrote such a tool called LOGIN-HACKER, which is still in use by many people, just because theres no real choice.

About 5 years ago I completely moved from MS-DOS to UNIX (Linux and OpenBSD) so executing penetration tests became a pain in the ass for modem login hacking. Finally I wrote some scripts to hack into modem carriers for Unix as well.

To make it flexible and portable, I chose not to write my own terminal program and scripting language, like I did with LOGIN-HACKER. I just use simple Minicom scripts. And they are very effective! Also they could include more commands to interact with the operating system while the script is running, I made it possible, to autodetect almost any prompt, and detect if a login/password, or password only prompt was successfully passed or not.


<<less
Download (0.014MB)
Added: 2006-03-08 License: GPL (GNU General Public License) Price:
797 downloads
General Graphical User Interface 0.5.1

General Graphical User Interface 0.5.1


General Graphical User Interface is a wizard-like environment to execute console commands graphically. more>>
General Graphics User Interface is an effort to produce a common graphical user interface for any command-line program.

It uses a wizard-like input front end to collect the information needed. It then calls the desired program automatically with all the necessary options.

The user is able to point&click on various options and select them in a convenient way. In order to create a new user-interface, a user doesnt need to know a programming language, since there is a graphical editor for new GGUI "scripts".
<<less
Download (0.21MB)
Added: 2005-04-28 License: GPL (GNU General Public License) Price:
1642 downloads
Graphical certification authority 0.6.4

Graphical certification authority 0.6.4


Graphical certification authority project is a graphical user interface to OpenSSL, RSA/DSA public keys, certificates,etc. more>>
Graphical certification authority project is a graphical user interface to OpenSSL, RSA/DSA public keys, certificates, signing requests and revokation lists.
The keys have an internal counter, counting its use to avoid a duplicate use of a key for creating a certificate or request.
The Keys are of course encrypted in the db file.
Xca supports next to the usual PEM and DER format of certificates the import and export of PKCS#12 (aka *.pfx) files and the Certificate import from PKCS#7 files.
Certificates can be created by self signing it, by signing it by an other (usually CA) certificate or by signing a PKCS#10 request. Netscape SPKAC is supported since version 0.4.6. The validity dates and x509.v3 extensions can be adjusted to fit ones needs. The use of multiple certificates in CA chains is supported and a tree view of the certificates reflects the dependencies. The application takes care to not create duplicate certificates by checking the serial number(s) on import and creation of certificates.
Certificate Templates can be used to preset the input dialog with reasonable values and to simplify the process of creating certificates and requests.
Issued certificates can be revoked and the revokation list can be created and exported. External revokation lists can be imported and examined.
Enhancements:
- This version fixes an issue where some CA signed certificates were not sorted correctly below that CA.
- Malformed certificates no longer cause a crash.
- The string encoding rules for the distinguished name can now be set in the options dialog and PKCS#10 attributes can be set and inspected.
<<less
Download (0.26MB)
Added: 2007-08-16 License: BSD License Price:
817 downloads
fancylogin 0.99.7

fancylogin 0.99.7


fancylogin is one of the most powerful login programs available for Linux. more>>
fancylogin is one of the most powerful login programs available for Linux. It can do everything your old login program can do, e.g., handling shadowed passwd files, user-time-terminal/network-verification as done with HP-UX login, etc. The project adds a lot of capabilities for logging logins and support for themes to control the logins look.

History:

I first had the idea of creating a better login for linux, when i was working for IBM in the summer. a really big company had lots of 5250 terminals standing around. OS/400 would allow you (just like fancylogin) to insert an ascii-graphic with colors, etc., so all terminals were showing the companys emblem. this really looked great. so why is it, that one of the best server-systems like linux has such a boring login-screen? even Novell Netware has at least bits of color!

The more i studied popular login-programs, such as Julienne Haughs shadow-login, the more i realized that much more capabilities for security and logging are needed, in order to guarantee a secure system. fancylogin shouldnt only be a a fancy login but also a secure and very functional one. And as everybody who wants to do something on a system must be authenticated by a login, a good login-program is one of the most important keys to a secure and reliable system. fancylogin should be the answer.

The first thing i did was write a litte fancy.o with really weird configuration (the signon.*-files). then i had a look at the sources of the shadow-login-program and included a call to my fancy_prompt-routine. that was all. but as i didnt know anything about that code, i decided to take my fancy.o and write my own login-program around it, because i had a lot of improvements in mind. that was in the christmas-holidays of 1999. after those holiday fancylogin 0.99.5 was out, and the first login program that supported techniques from shadow AND from HP-UX-login (usertty). that was when Andreas Krennmair joined the team. soon we released 0.99.6, and for the first time announced it in c.o.l.a. and on freshmeat.net. on the first day of the release we got 5000 hits, and our school-server had three times the workload it usually had. that was when we put the project on sourceforge.

If i had to give a codename to fancylogin 0.99.7 i would call it "0.99.7 - the great odyssee". first we released some minor patches and fixes in 0.99.6b, but we had great plans for 0.99.7. priority number one was an improved way of configuring everything. then Matthew Wormald wrote an email doing suggestions on fancylogin. one of these were to support ANSI-files, which was the solution of our dilemma. then i worked on support for ANSI-files, but just couldnt get an ANSI-interpreted terminal together with ncurses. after a few months we decided to forget about the ANSIs, because it was too difficult to implement. Andreas Krennmair wrote flted, a program to create signon*- configurations. it should never really be released, because he finally managed to do it. in fancylogin-0.99.7-alpha2 everything was finished already, with fancylogin supporting the signon.defs and two ANSI-files. but i wanted to have everything in one file, so themes could be easily installed, and every theme-related information was in one file. so i decided to put everything into a structure, and wrote fltcreate and the neccessary modifications to fancy.o, and fancylogin-0.99.7 was finished. the first fancylogin a normal human could actually configure and write themes for!
<<less
Download (MB)
Added: 2007-07-31 License: GPL (GNU General Public License) Price:
815 downloads
Secure Login 0.7.2

Secure Login 0.7.2


Secure Login provides a login extension similar to Operas Wand login. more>>
Secure Login provides a login extension similar to Operas Wand login.

It uses the built-in password manager, but deactivates the prefilling of login forms.
Instead, you are now able to login with one click or a keyboard shortcut (ALT+N).
Just add the Secure Login toolbar button to your toolbar, or use the provided statusbar icon.
If you hover over one of the icons, a tooltip is shown, displaying the login url and the number of available logins (users).
For more than one user or login forms on the current page a selection prompt is displayed on login.
You have the option to play sound notifications (*.wav) for found login data on the current page or when logging in.
All the options can be changed using the Secure Login settings menu or the statusbar icon context menu.

Secure Login provides you with a number of Security enhancements and helps protecting you from phishing:

Disabling the prefilling of login forms prevents malicious JavaScript code to automatically steal your login data.
This is due to the fact that no login data is inserted in form fields before the user clicks on the login button or logs in using the keyboard shortcut.
To make sure you login to the right website, the second level domain of the login url is compared to the second level domain of the current page.
If they do not match a dialog prompt is displayed before login.

SecureLogin provides you with an optional setting to protect you from all JavaScript code during login.
This can prevent cross-site scripting (XSS) attacks without having to deactivate JavaScript completely.
If you enable this option, your login data will never be inserted in any form fields nor will the login form be submitted.
Instead your credentials will be sent to the login page using internal Firefox methods.
Not all login forms will work this way, e.g. not those using JavaScript routines.
Therefore, you can add such websites to an exception list.

<<less
Download (0.059MB)
Added: 2007-04-10 License: MPL (Mozilla Public License) Price:
947 downloads
Dirsave Graphical Network Utility 1.2

Dirsave Graphical Network Utility 1.2


Dirsave is graphical utility for intellectually generated senteces urls from you links. more>>
Dirsave is graphical utility for intellectually generated senteces urls from you links (example: pic01,pic02 or pic1,pic2).

After generate with 3 clicks you execute program and wget download this files.

Its no hard type:

http://nameserver/folder/pic1.jpg
http://nameserver/folder/pic2.jpg

or

http://nameserver/folder/docum01.xml
http://nameserver/folder/docum02.xml

Its yesterday day!

Dirsave program automatically generate links (and choise 1,2,3 or 01,02,03 or 001,002,003 numeration)!

Its easy and quick!

<<less
Download (0.25MB)
Added: 2007-05-18 License: GPL (GNU General Public License) Price:
891 downloads
Linux graphical bootsplash 3.1.6-2.6.21

Linux graphical bootsplash 3.1.6-2.6.21


Linux graphical bootsplash is a themable bootsplash which uses JPEG pictures. more>>
Linux graphical bootsplash allows you to use custom graphics during early system startup. It makes it possible to place a nice graphic behind or above the kernel boot messages.
Linux graphical bootsplash hooks into the fbcon layer and, if activated, searches the initial ramdisk for a JPEG picture to show.
On any output operations to the console, it takes care of painting a margin around your text and a background picture behind the text with a set of special cfb functions.
Main features:
- Nice graphics (JPEG)
- Antialiased text rendering (TrueType)
- Animations (MNG)
- Progress Bar
- Display of boot messages above or below a graphic. ("verbose" and "silent" modes)
- Fully themeable
Enhancements:
- The bootsplash patch was updated to apply cleanly against Linux kernel 2.6.21.
<<less
Download (0.10MB)
Added: 2007-04-27 License: GPL (GNU General Public License) Price:
926 downloads
DCE::Login 0.21

DCE::Login 0.21


DCE::Login is a Perl extension for interfacing to the DCE login API. more>>
DCE::Login is a Perl extension for interfacing to the DCE login API.

SYNOPSIS

use DCE::Login;
my($l, $status) = DCE::Login->get_current_context;
my $pwent = $l->get_pwent;

Perl extension for interfacing to the DCE login API.

<<less
Download (0.035MB)
Added: 2007-04-16 License: Perl Artistic License Price:
921 downloads
Greenlines

Greenlines


Greenlines provides a login manager theme. more>>
Greenlines provides a login manager theme.

Greenlines is a set of lines drawn with SVG, and a minimalistic login manager in the upper right corner.

Some of the code is based upon Pirates of Gnome, I may fix up the code later on, because some of it is not that well thought through. Suggestions are welcome.

<<less
Download (0.18MB)
Added: 2007-02-02 License: GPL (GNU General Public License) Price:
994 downloads
GtkOrphan 0.4.2

GtkOrphan 0.4.2


GtkOrphan is a graphical tool which analyzes the status of your installations, looking for orphaned libraries. more>>
GtkOrphan (a Perl/Gtk2 application for debian systems) is a graphical tool which analyzes the status of your installations, looking for orphaned libraries.

GtkOrphan project implements a GUI front-end for deborphan, adding the package-removal capability.

<<less
Download (0.13MB)
Added: 2006-04-12 License: GPL (GNU General Public License) Price:
1290 downloads
Anthias 4.0

Anthias 4.0


Anthias is a graphical shell. more>>
Anthias is a graphical shell. Anthias integrates the approach of the traditional unix-console with the modern GUI shells, like konqueror.

The user would be able to type in commands just as in a traditional console.

It is based on QT and KDE.

<<less
Download (0.090MB)
Added: 2006-07-15 License: GPL (GNU General Public License) Price:
1196 downloads
Small Antialiased Graphics Library 0.0.9

Small Antialiased Graphics Library 0.0.9


SAgl is a portable small antialiased graphics library. more>>
SAgl is a portable small antialiased graphics library. It offers lines, circles, and bezier curves, as well as thick lines and fills.

It can be used on top of SDL or with X or any other graphics system.
<<less
Download (0.084MB)
Added: 2005-07-06 License: GPL (GNU General Public License) Price:
1575 downloads
OS X Login Screen 1.2

OS X Login Screen 1.2


OS X Login Screen is a very accurate OS X login Screen Mimic for Kubuntu Linux. more>>
OS X Login Screen is a very accurate OS X login Screen Mimic for Kubuntu Linux.

<<less
Download (0.31MB)
Added: 2007-03-16 License: GPL (GNU General Public License) Price:
981 downloads
WWW::Facebook::API::REST::Client::Login 0.0.3

WWW::Facebook::API::REST::Client::Login 0.0.3


WWW::Facebook::API::REST::Client::Login is a Perl module to ask for user login info. more>>
WWW::Facebook::API::REST::Client::Login is a Perl module to ask for user login info.

SYNOPSIS

use WWW::Facebook::API::REST::Client::Login;

This uses the WWW::Mechanize object to login a user to the Facebook. Useful for quick testing, by replacing WWW::Facebook::API::REST::Client::Auth in Client.pm with this module since this module subclasses that one.

SUBROUTINES/METHODS

base

The WWW::Facebook::API::REST::Client::Base object to use to make calls to the REST server

login_uri

The login uri for having the user login. If you want, there are internal methods available (using WWW::Mechanize) to login the user automatically so they dont have to open a browser window to do so.

login

Given a token, logs in a user using _login_form.

INTERNAL METHODS AND FUNCTIONS

_login_form

Generates the actual form submission for the login process. Ask for the user name and password of a person from STDIN. Their username and password is not masked presently, and it is not stored (the latter of which is a BIG no-no).

<<less
Download (0.010MB)
Added: 2007-01-24 License: Perl Artistic License Price:
1010 downloads
GRegExp Explorer 0.4.0

GRegExp Explorer 0.4.0


GRegExp Explorer is a graphical regular expression explorer based on the PCRE regular expression library. more>>
GRegExp Explorer is a graphical regular expression explorer based on the PCRE regular expression library. It is possible to test regular expressions on the fly and check the result in detail.

<<less
Download (0.12MB)
Added: 2007-06-12 License: GPL (GNU General Public License) Price:
864 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5