Main > Free Download Search >

Free cvss 0.3 software for linux

cvss 0.3

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1239
Security::CVSS 0.3

Security::CVSS 0.3


Security::CVSS is a Perl module to calculate CVSS values (Common Vulnerability Scoring System). more>>
Security::CVSS is a Perl module to calculate CVSS values (Common Vulnerability Scoring System).

SYNOPSIS

use Security::CVSS;

my $CVSS = new Security::CVSS;

$CVSS->AccessVector(Local);
$CVSS->AccessComplexity(High);
$CVSS->Authentication(Not-Required);
$CVSS->ConfidentialityImpact(Complete);
$CVSS->IntegrityImpact(Complete);
$CVSS->AvailabilityImpact(Complete);
$CVSS->ImpactBias(Normal);

my $BaseScore = $CVSS->BaseScore();

$CVSS->Exploitability(Proof-Of-Concept);
$CVSS->RemediationLevel(Official-Fix);
$CVSS->ReportConfidence(Confirmed);

my $TemporalScore = $CVSS->TemporalScore()

$CVSS->CollateralDamagePotential(None);
$CVSS->TargetDistribution(None);

my $EnvironmentalScore = $CVSS->EnvironmentalScore();

my $CVSS = new CVSS({AccessVector => Local,
AccessComplexity => High,
Authentication => Not-Required,
ConfidentialityImpact => Complete,
IntegrityImpact => Complete,
AvailabilityImpact => Complete,
ImpactBias => Normal
});

my $BaseScore = $CVSS->BaseScore();

$CVSS->UpdateFromHash({AccessVector => Remote,
AccessComplexity => Low);

my $NewBaseScore = $CVSS->BaseScore();

$CVSS->Vector((AV:L/AC:H/Au:NR/C:N/I:P/A:C/B:C));
my $BaseScore = $CVSS->BaseScore();
my $Vector = $CVSS->Vector();

CVSS allows you to calculate all three types of score described under the CVSS system: Base, Temporal and Environmental.

You can modify any parameter via its accessor and recalculate at any time.
The temporal score depends on the base score, and the environmental score depends on the temporal score. Therefore you must remember to supply all necessary parameters.

<<less
Download (0.005MB)
Added: 2007-04-11 License: Perl Artistic License Price:
928 downloads
MacOSD 0.3.2

MacOSD 0.3.2


MacOSD is a visualization frontend for PBButtonsD, the button and power event daemon used for Apple computers. more>>
MacOSD is a visualization frontend for PBButtonsD, the button and power event daemon used for Apple computers.

For PowerPC laptops such as the iBooks and PowerBooks a special daemon named pbbuttonsd can handle the special "multi-media" keys to dim the display and regulate the audio volume accordingly.

However I find the example Gtk+ application gtkpbbuttons not that pretty.

So I implemented a more On-Screen-Display like variant. Currently it can utilize the XOSD library.

Although recently that other program got some pixmap theming support, it is still written in "handling every bit manually C" and still uses Gtk+.

The latest MacOSD deos now utilze the anti-aliasing and real alpha blending canvas library Evas. It does utilize gtkpbbuttons themes just fine - and comes with a slightly cleaned-up version CleanOSX

Version 0.3.0 of MacOSD is also able to provide real transparency With latest X.org servers and a running composition manager.

<<less
Download (0.16MB)
Added: 2007-02-12 License: GPL (GNU General Public License) Price:
985 downloads
Backstep 0.3

Backstep 0.3


Backstep is a program that draws icons for minimized windows on your desktop. more>>
Backstep is a program that draws icons for minimized windows on your desktop. It doesnt depend on the window manager or on a desktop-drawing program (for example, I use it with Nautilus). It is meant to work with window managers that are EWHM compliant.
However, I only know for sure that it works with Metacity and Xfwm4. And I know that it doesnt work with Fluxbox and that it only partially works with Kwin (hopefully this will be corrected soon). I havent yet tested it with other window managers.
Drawing icons for minimized windows on the desktop might be considered a step backwards by many people (hence the name), but I find it useful to identify minimized windows by position rather than by name.
Main features:
- Simple to use. You dont have to configure anything - just run backstep.
- Session management support - at least to the extent that backstep adds itself to the session so that it will be started automatically the next time you log in to your desktop environment.
- Grouping. Windows can be grouped together (by right clicking on their icons and selecting a group) so that when one window from the group is shown or hidden, all windows in the group are shown or hidden.
- Configurable. You can make some adjustments to the way the icons look. This is done through a simple configuration dialog launched by right-clicking on an icon.
Backstep requires at least version 2.0 of the GTK+ toolkit. It uses the GNU build system and installs in the normal manner:
./configure &&
make &&
sudo make install
Now just run backstep
Enhancements:
- This release makes all the icon frames the same size.
- It also fixes a bug where window managers (like Metacity) that show an animation when a window is hidden would display the animation in the wrong place the first time the icon was shown.
<<less
Download (0.10MB)
Added: 2005-09-26 License: GPL (GNU General Public License) Price:
1492 downloads
wmsvn 0.3

wmsvn 0.3


wmsvn scrolls last info from svn log. more>>
wmsvn scrolls last info from svn log.

It displays last svn rvision number, author and last log message.

It can be used to display output of any shell commands( see wmsvn.h )

Installation:

1) edit wmsvn.h to match your needs.
2) make
3) run it
<<less
Download (0.010MB)
Added: 2006-10-26 License: GPL (GNU General Public License) Price:
1093 downloads
LircNav 0.0.3

LircNav 0.0.3


LircNav is an application for navagating and running programs using a IR remote. more>>
This program is simply a LIRC based file navigator. It can be controlled by the mouse or LIRC and can execute the program for specific file extensions.
Great for people with a collection of media files and a LIRC enabled player like mplayer and, of cource, a working install or LIRC and your favorite IR remote.
Main features:
- Just-type quick searching (/ goes to the next match).
- Book-marking often visited directories.
- Mounting, unmounting and ejecting mount points in the fstab.
- Rembers
- Window position
- Window size
- Last directory
- Last file selected
- Can ignore LIRC input while the child process is running to allow over lapping buttons between lircnav and the child application.
LIRC Commands:
- up_dir - Moves up the directory tree.
- select
- If a directory is selected it changes into that directory.
- If a file with a known extention is selected, the program specified is executed.
- All other files, or special files are ignored.
- up - Moves the selection one option up.
- down - Moves the selection one option down.
- page_up - Moves the selection a page of options up. The number it moves depends on the windows size.
- page_down - Moves the selection a page of options down. The number it moves depends on the windows size.
- mount - Calls mount with the currently selected file (must be listed in fstab to work). *See README for more detail.
- umount - Calls umount with the currently selected file (must be listed in fstab to work). See README for more detail.
- mount - Calls eject with the currently selected file (must be listed in fstab and you must have eject installed for this to work). *See README for more detail.
<<less
Download (0.036MB)
Added: 2005-08-02 License: GPL (GNU General Public License) Price:
1545 downloads
xgestures 0.3

xgestures 0.3


xgestures is a gesture recogniztion program for X11 desktops. more>>
xgestures is an x gesture program, inspired by all-in-one-gestures for firefox.
By clicking a mouse button (while possibly pressing a modifyer) and performing a movement sequence (composed of Up, Down, Left and Right) you can perform various actions around your desktop.
Currently, only the following actions are supported:
1) minimize - minimize the window on which the gesture started.
2) exit - exit the xgesture program.
3) execute - execute an arbitrary command
4) kill - kill the window on which the gesture started.
5) display_gests - display the currently configured gestures.
6) reconf - reread the configuration file
7) lower - lower the current window
8) raise - raise the current window
9) maximize - maximize the current window
Enhancements:
- version 0.3 now supports sending key events to the desktop. you can utilize them to activate any key bindings your window manager already supports.
<<less
Download (0.089MB)
Added: 2005-09-15 License: GPL (GNU General Public License) Price:
1501 downloads
kcmnvview 0.3

kcmnvview 0.3


kcmnvview is a KControl Center module for displaying additional Nvidia graphic card settings. more>>
kcmnvview is a KControl Center module for displaying additional Nvidia graphic card settings.

NOTE: this kcm_module use the /proc file system (/proc/driver/nvidia/*)!

<<less
Download (0.011MB)
Added: 2007-05-31 License: GPL (GNU General Public License) Price:
878 downloads
USBSink 0.3.1

USBSink 0.3.1


USBSink is a GNOME program for file synchronization over USB. more>>
USBSink is a GNOME program for file synchronization over USB. USBSink is designed for users of removable drives, such as flash drives or external hard disks.

The goal is to have a complete automation of data trasfers, after a task has been defined. With file monitoring and hardware detection features, USBSink is able to respond and act according to relevant events across the desktop.

<<less
Download (0.26MB)
Added: 2007-02-16 License: GPL (GNU General Public License) Price:
982 downloads
KVocabs 0.3.4

KVocabs 0.3.4


KVocabs is an application for learning vocabulary. more>>
KVocabs is an application for learning vocabulary. One can add personal vocabulary in different archives.
After adding the vocabs, it is possible to learn them in a random order and there will be individual statistics for each session. Of course one can edit or remove the stored vocabs.
KVocabs should be an application for Linux to provide an interface for learning personal vocabulary very easy. It is based on c++ and QT (Trolltech).
Main features:
- html export for printing
- Completely new layout management
- Possibility to go backwards in inserted words
- storing the quiz-settings
- mixing archives
- limit the amount of words to quiz
- option for quizzing only wrong words at the end
- give the possibility to put one charecter after another into the solution field
- time limit for each vocab
- oral quizzing
- utf8 compatible
- personal user statistics which stores relevant information
- move/copy vocabulary from one to another archive
- different meanings of words
- time counting in "quiz vocabulary" and summary
- different experience levels
- improved statistics
- add vocabulary in different archives
- quiz vocablulary in a random order
- individual statistics per round
- calculation of marks
- edit vocabulary
- delete archives
- available in both german and english
- summaries for "add vocabulary", "quiz vocabulary" and "edit vocabulary"
<<less
Download (0.066MB)
Added: 2005-06-27 License: GPL (GNU General Public License) Price:
1580 downloads
Kalcul 0.3

Kalcul 0.3


Kalcul project is a math game for children aged 8 to 15. more>>
Kalcul project is a math game for children aged 8 to 15.
It has 4 levels of difficulty and the user can choose between variants that teach addition, substraction, multiplication, or division.
Enhancements:
- fixed some bugs and polished interface
<<less
Download (0.14MB)
Added: 2006-10-28 License: GPL (GNU General Public License) Price:
1094 downloads
LiNsta 0.3

LiNsta 0.3


LiNsta provides a nice GTK 2.x Theme/Style. more>>
LiNsta provides a nice GTK 2.x Theme/Style.
The 3rd version of LiNsta, truely is the same thing of Linsta 2 but now have no bugs finded yet, like in fedora gnome.
Any doubt tell me! Any bug, please tell me!
Bug release 0.1:
Guys, thanks everybody for tell me about the menubar bug, ive been patched it, the new versions is now released in the same link above!
Enhancements:
- Patched the bug of menubar:
- The menubar is black and the text was black too. Now with the correcntion the bar is black and the text is white.
<<less
Download (MB)
Added: 2007-03-02 License: GPL (GNU General Public License) Price:
990 downloads
Wmcalc 0.3

Wmcalc 0.3


Wmcalc is a 64x64 pixel application that performs all the functions of a simple four function calculator. more>>
Wmcalc is simple little application that I am writing. If youre not familiar with these windowmanagers, check them out in the links section. Of course, it should work in just about any window manager.
Wmcalc is a 64x64 pixel application that performs all the functions (and eventually more) of a simple four function calculator. It includes a 10 digit alpha-numeric display, and twenty buttons for user input. Clicking on the display will clear the calculator.
Installation:
Untar the file:
tar xvzf wmcalc-0.3.tar.gz
CD to source directory:
cd wmcalc-0.3
Compile it:
make clean; make
Copy the config file:
cp .wmcalc ~
Put the executable somewhere in your path:
mv wmcalc /usr/local/bin (or anyhere in your path)
Run it:
wmcalc &
Grab the appicon and move it to the dock.
Change the settings to start with Windowmaker
Afterstep Wharf 1.6.??: (I dont use Afterstep anymore, so...)
*Wharf wmcalc -Swallow "wmcalc" wmcalc &
***Note***:
The appicon only has a two pixel border where you can grab and move it. It is easiest to grab along the bottom edge.
If make doesnt work, you may need to fiddle with the settings in the Makefile.
Tested on: (Well, it runs, I dont know if Tested is quite right...)
WindowMaker-0.62.1
X Clients: Red Hat 6.0, Kernel 2.2.8
Usage:
usage: wmcalc [-g geometry] [-d dpy] [-v] [-f configfilename] [-h]
-g < geometry > Window Geometry - ie: 64x64+10+10
-d < display > Display - ie: 127.0.0.1:0.0
-v Verbose Mode.
-h Help. This message.
-f < filename > Full path to configuration file to use.
Buttons are defined as:
____________________
| x00 | where: x = 1 for Left Mouse Button
| 0 1 2 3 4 5 6 7 8 9| x = 2 for Middle Mouse Button
|--------------------| x = 3 for Right Mouse Button
|x01 x02 x03 x04 x05 |
|x06 x07 x08 x09 x10 | Note: the numbers 0..9 are the indicators
|x11 x12 x13 x14 x15 | for memory cells 0..9 respectively
|x16 x17 x18 x19 x20 |
--------------------
Button Functions:
100 Reinitialize the calculator, and both Registers
(Clear All)
200 Clear all the memory registers (0..10)
300 Clear the current number being entered only
x11 Start a program defined by CalcStart variable in config file
1yy Perform function shown on button
2yy Recall number from memory location [0-9] to display
for calculation
if yy = 2,3,4, 7,8,9, 12, 13, 14, 17
otherwise, can run a user-defined function (not implemented)
3yy Store Displayed number in memory location [0-9]
if yy = 2,3,4, 7,8,9, 12,13,14, 17
otherwise, can run a user-defined function (not implemented)
1xx Hopefully the other functions are obvious from their
button graphics.
Enhancements:
- Added "Locked" memory capabilities via config file
- General Code clean-up
- Keyboard Support - may not be platform independent
<<less
Download (0.057MB)
Added: 2006-10-23 License: GPL (GNU General Public License) Price:
1096 downloads
Choosefont 0.3

Choosefont 0.3


Choosefont is an efficient font finder. more>>
Choosefont is a simple but extremely efficient tool for quickly finding the required font in a large amount of fonts.

It was created due to the lack of decent font selection widgets in many application.

Apart from finding a font, Choosfont can also creat css, html and other code for the selected font, this code is automatically copied to the X clipboard.
<<less
Download (0.030MB)
Added: 2005-04-21 License: GPL (GNU General Public License) Price:
1650 downloads
CVS 1.11.22

CVS 1.11.22


CVS is a version control system, an important component of Source Configuration Management (SCM). more>>
CVS is a version control system, an important component of Source Configuration Management (SCM). Using it, you can record the history of sources files, and documents. CVS fills a similar role to the free software RCS, PRCS, and Aegis packages.
CVS is a production quality system in wide use around the world, including many free software projects.
While CVS stores individual file history in the same format as RCS, it offers the following significant advantages over RCS:
- It can run scripts which you can supply to log CVS operations or enforce site-specific polices.
- Client/server CVS enables developers scattered by geography or slow modems to function as a single team. The version history is stored on a single central server and the client machines have a copy of all the files that the developers are working on. Therefore, the network between the client and the server must be up to perform CVS operations (such as checkins or updates) but need not be up to edit or manipulate the current versions of the files. Clients can perform all the same operations which are available locally.
- In cases where several developers or teams want to each maintain their own version of the files, because of geography and/or policy, CVSs vendor branches can import a version from another team (even if they dont use CVS), and then CVS can merge the changes from the vendor branch with the latest files if that is what is desired.
- Unreserved checkouts, allowing more than one developer to work on the same files at the same time.
- CVS provides a flexible modules database that provides a symbolic mapping of names to components of a larger software distribution. It applies names to collections of directories and files. A single command can manipulate the entire collection.
- CVS servers run on most unix variants, and clients for Windows NT/95, OS/2 and VMS are also available. CVS will also operate in what is sometimes called server mode against local repositories on Windows 95/NT.
<<less
Download (2.8MB)
Added: 2006-06-12 License: GPL (GNU General Public License) Price:
1248 downloads
taKesum 0.3

taKesum 0.3


taKesum project is a service menu tool to calculate sha1sum. more>>
taKesum project is a service menu tool to calculate sha1sum.

It calculates sha1sum, shows it in a dialog and adds it klipper (if it is running).

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