Main > Free Download Search >

Free designed 2b sweet software for linux

designed 2b sweet

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3377
SQLIer 0.8.2b

SQLIer 0.8.2b


SQLIer is a script that uses brute force to crack passwords through more>>
SQLIer is a script that uses brute force to crack passwords through "true/false" SQL injection vulnerabilities. With "true/false" SQL injection vulnerabilities, you cannot actually query data out of the database, only ask a statement that is returned "true" or "false".
SQLIer takes each characters ASCII code and asks a "higher/lower" question to the database, eventually reaching the actual character code. This script also does not use quotes in the exploit to operate, meaning it will work for a wider range of sites.
An 8 character password (containing any character from decimal ASCII code 1-127) takes approximately 1 minute to crack.
Enhancements:
- This release removes the dependency on the "tempfile" command, which apparently is Debian/Debian-derivative specific.
- It should now work on most GNU/Unix platforms.
<<less
Download (MB)
Added: 2006-10-12 License: BSD License Price:
1111 downloads
Renameit 0.0.2b

Renameit 0.0.2b


renameit is an MP3 filename standardizer. more>>
renameit is an MP3 filename standardizer. It formats your MP3 filenames based on the ID3 tag info, removes embedded spaces, and notifies you when an MP3 has no ID3 tag.

This is an example for usage:
Some Song from some album.mp3 with ID3 Artist of "Some Dudez" and ID3 Trackname of "Some Song" ends up beingSome_Song(Some_Dudez).mp3

./addtag FileToBeTagged.mp3
It will prompt you for artist and track name, add the tag, and then move
the file up to the mp3s directory, where you can run renameit on it.

./batchrenameit
It will get all the mp3 filenames in top directory, and call renameit for
each.

./edittag FileToBeEdited.mp3
Displays current ID3 tag and prompts for edit. After edit, calls
renameit.

./batchtag
Mass file tagger. Gets all mp3 filenames in need_id3 directory and calls
addtag for each.

./batchtagedit
It will get all the mp3 filenames in this directory tree, and call edittag
for each. Great for adjusting things like bands named Perl Jam..altho that
might be a kewl name for a band ;)

./makeindexfile
This builds index.html for all mp3 files in this directory tree. The
index will only show the mp3 files.
<<less
Download (0.003MB)
Added: 2006-07-18 License: GPL (GNU General Public License) Price:
1218 downloads
Hidden Linux 1.2b

Hidden Linux 1.2b


Hidden Linux is designed to meet the need of a robust and easily managed security infrastructure. more>>
Hidden Linux is designed to meet the need of a robust and easily managed security infrastructure that must satisfy a demanding set of organization requirements, while ensuring performance and security. Hidden Linux addresses the needs of organizations wishing to develop a secure internet presence in any form of Internet activity.

Features

Robust, and improved security and easy to manage. Hidden Linux is built on the latest stable technology and includes all the components necessary to manage all internet functions.

Overview

Issues involving availability, performance, integrity, and privacy have been addressed with Hidden Linux; it improves the security of existing versions of Linux in several critical areas with the following features.

Design Philosophy

Security involves tradeoffs. Mitigating the risks with finding the right level of functionality and performance is always a challenge. Hidden Linux utilizes the principle of least privilege.

The secure design employed in Hidden Linux acknowledges the possibility of undiscovered flaws, and takes steps to minimize the security impact these flaws can have. read more
<<less
Download (216MB)
Added: 2005-05-17 License: GPL (GNU General Public License) Price:
1620 downloads
Sopeq 0.2.2b

Sopeq 0.2.2b


Sopeq is a stealth ingress and egress filtering firewall for IPTables with an easy to configure rules file. more>>
Sopeq is a stealth ingress and egress filtering firewall for IPTables with an easy to configure rules file.
Sopeq project can be used to configure even the slightest details of IPTables with just a minor change in the rules file.
Sopeq can be used to configure even the slightest details of IPTables with just a minor change in the rules file.
Argument Descriptions:
accept/droplog/rejectlog/log - This specifies what to do if a packet matches the
criteria given. "accept" accepts the packet, "droplog" drops and logs
the packet with given "lbl" variable (see section "vars" below),
"rejectlog" rejects and logs the packet with given "lbl" variable, and
"log" ONLY logs the packet with given "lbl" variable. Hmmm, I think I
see an eerie pattern emerging here...
if - This specifies what network interface the packet is travelling over.
This can also match packets NOT travelling over an interface by simply
adding an exclamation mark [!] before it. There should NOT be a space
after the exclamation mark like iptables requires.
in/out - This specifies whether the rule is looking at packets coming in or
packets going out. "in" should be used for most server rules, and
"out" should be used for most application rules. The rule is made by
adding the appropriate INPUT and OUTPUT rules in iptables to accept the
response to the packet as well.
This field can be left blank, but only if the "ports" field is blank as
well. This type of rule would allow all packets from a specific IP or
something to that extent.
tcp/udp/icmp - This is pretty self explanatory, it specifies the protocol of a
packet, IE: TCP, UDP, or ICMP. You can leave this blank to match all
protocols.
IPs - This specifies what specific IP addresses to allow for the rules. You
can leave this field blank to match all IPs. You can specify multiple
IP addresses by separating them with a comma, and/or use IP ranges.
Two methods of IP ranges are supported. The "1.2.3.0/24" method and
the "1.2.3.4-1.2.3.10" method. You can combine IPs and IP ranges in
the same rule with the comma delimeter.
Examples:
1.2.3.4
11.22.33.0/24
123.45.67.3-123.45.67.90
1.2.3.4,5.6.7.8,11.22.33.0/24,123.45.67.3-123.45.67.90
ports - This specifies which ports to allow on. Multiple ports can be
specified by separating them with a comma. If you leave the field
blank, it allows on all ports.
extras - This specifies extra options added onto the end of the rule. The field
is divided into two sections with a "|", which separates the extras for
the INPUT table with the extras from the OUTPUT table (in that order).
In order to have a space in the extras, you have to put the whole thing
in quotes (currently, you can only use double quotes, not single
quotes). These extras are just standard iptables options, so if you
want a list, view the iptables manual.
Examples:
No extras for the INPUT rule, "-m owner --uid-owner 0" for the
OUTPUT rule:
"|-m owner --uid-owner 0"
No extras for the INPUT rule, "-m owner --cmd-owner httpd" for the
OUTPUT rule:
"|-m owner --cmd-owner httpd"
vars - The syntax of a var field is:
varname="value"
Enhancements:
- The "version" option was added.
- A minor alteration was done in the way iptables was called.
- Minor code cleanup was done.
<<less
Download (MB)
Added: 2006-01-27 License: GPL (GNU General Public License) Price:
1366 downloads
SimpleKB 1.2b

SimpleKB 1.2b


SimpleKB is a simple FAQ/knowledge base system. more>>
SimpleKB is a simple knowledge/FAQ base system. Its very simple and very efficiant.
This is a free product and you are incourage to add/remove or modify any of this code, however be nice and share it with the rest.
You are not allowed to Sell this system to anyone, you may charge for your own work (setup and installation fee) but not for providing anyone with this code or modification of it.
Installation:
1. unpack the tar file into your home directory it will create A FAQ directory. The FAQ directory is the root directory for this system
2. create a database in mysql using (mysql database_name
3. create a user dedicated for the database using
(GRANT ALL PRIVILEGES on database_name.* to username@localhost identified by some_password;)
or anything you wish if you know your way with basics of mysql
within your mysql client tool.
4. modify FAQ/config.php to sort the relvant information, please
do not modify the section below the main conf args.
5. if you wish to change the document root of the system, please
remember to change the $CFG_PATH arg in the config.php file.
6. Very important if you want to be able to attache images:
chmod 777 the folders: images,temp,gallery,pictures
7. Resolution, if you work with a resolution lower than 1280X1024
you can modify the new.css parameters so the page would fit nicely:
#content{
width: 70%;
change the width to a desire layout.
The system is not secured by default, as this is meant to be a tool for internal organizations rather than for the internet. Therefore, if you require extra security please modify the web server settings for extra secure features such as admin access for adding contents.
and please...
use a dedicated user for the database and only for the SimpleKB database.
Enhancements:
- This release includes admin login, a Web installer, and a new design.
<<less
Download (1.9MB)
Added: 2007-01-26 License: Freely Distributable Price:
1003 downloads
TkPasMan 2.2b

TkPasMan 2.2b


TkPasMan is a simple program that stores usernames and passwords for access to various websites. more>>
TkPasMan is a simple program that stores usernames and passwords for access to various websites.
It is inspired by gpasman, but has more `paste possibilities. For example, you can just paste username and then password behind it.
How To Use TkPasMan:
A. Entering a new site.
1. Choose `Add site from the Edit menu to add a new site you want to store your password for.
2. Type a clear description, and press .
3. Now you can type your username and/or password in the fields on the right.
4. Use the checkbuttons to adjust the way username and/or password will be copied into the primary X selection when you select a description. Most times, you will want to select the first two options, i.e. `Username and `Password.
B. Selecting username and password and pasting them elsewhere.
1. Point your mouse to one of the descriptions in the list on the left.
2. Just press your left mouse button, and, depending on your configuration of the checkbuttons, TkPasMan will select a username or password for you.
3. Now, point your mouse to the application you want to paste your username in.
4. Just press the middle mouse, and voil? the item will be pasted! TkPasMan will automagically put the next item (most times a password) in the X selection, so, after you pasted a username somewhere, just go to the place you want to paste the password, and again middle-click to put the password on its place.
Enhancements:
- Fixed the install procedure to use install instead of cp.
<<less
Download (0.030MB)
Added: 2006-09-08 License: GPL (GNU General Public License) Price:
1141 downloads
Php-Residence Hotel Software 1.0

Php-Residence Hotel Software 1.0


Php-residence is an open source program that can be used in your browser designed to manage daily or weekly rental of house apartments or hotel rooms.... more>> <<less
Download (661KB)
Added: 2009-04-29 License: Freeware Price: Free
177 downloads
abrowse 0.0.2b

abrowse 0.0.2b


abrowse is a program which allows you to read AKAI S1000/3000 sample CDs and write the samples into wav audio format. more>>
abrowse is a program which allows you to read AKAI S1000/3000 sample CDs and write the samples into wav audio format. It is written in perl.
<<less
Download (0.11MB)
Added: 2006-07-22 License: GPL (GNU General Public License) Price:
1193 downloads
Invasores 0.9 Beta 3

Invasores 0.9 Beta 3


Invasores was first designed as a proof of concept of which language would be faster to develop games. more>>
Invasores project was first designed as a proof of concept of which language would be faster to develop games.

<<less
Download (0.28MB)
Added: 2007-04-15 License: GPL (GNU General Public License) Price:
922 downloads
Open IT Online 2.5.1

Open IT Online 2.5.1


Open IT Online will improve your browsers capability greatly. It is designed as a Firefox addon that allows to open and edit your documents from everywhere! more>> <<less
Added: 2009-07-21 License: MPL Price: FREE
13 downloads
php_lib_login 0.9.2.2b

php_lib_login 0.9.2.2b


php_lib_login is a fast and easy PHP login/session library. more>>
php_lib_login is a library for PHP, designed to allow Web site developers to add login and password protection functionality quickly and easily.

Basic login functionality including email-based, question-protected password reminding, user-creation of accounts, password changing, ip banning, and selected page protection can be implemented with about 15 lines of code.

php_lib_login is designed to work with numerous different databses, including MySQL, postgreSQL, MSSQL, ODBC, Access, and more through the use of the adodb library, and supports several different human languages as well.
<<less
Download (0.43MB)
Added: 2005-05-05 License: LGPL (GNU Lesser General Public License) Price:
1634 downloads
mod_activex_filter 0.2b

mod_activex_filter 0.2b


mod_activex_filter is an Apache module that enables ActiveX filtering for Apache proxy. more>>
mod_activex_filter is an Apache module that enables ActiveX filtering for Apache proxy.

This module is a small example of an Output Filter developed for Apache 2.0.44 and tested up to 2.0.46.

Its only a simple hack of mod_case_filter to get a way to filter ActiveX on a proxy. Actualy, the only way to filter ActiveX if your proxy is unable to do it is to use a TIS module chained with your proxy.

But the TIS is only capable of doing HTTP/1.0. If you need real performances, youll want to use HTTP/1.1.

Thats why I wrote this small module...

It has been generated with classical commands: apxs -g -n activex_filter and apxs -c -n

You just have to do make and make install to use it.

Dont forget to modify your httpd.conf.

Simple example of a working httpd.conf:

KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 15

StartServers 5
MinSpareServers 5
MaxSpareServers 10
MaxClients 150
MaxRequestsPerChild 0

Listen 80

LoadModule activex_filter_module modules/mod_activex_filter.so
AddOutputFilter ActiveXFilter html
ActiveXFilter On

ProxyRequests On
User nobody
ServerAdmin brice@free.fr
ServerName trillian
UseCanonicalName Off
DefaultType text/plain
HostnameLookups Off
ErrorLog logs/error_log
LogLevel warn
ServerTokens Prod
ServerSignature On

<<less
Download (0.005MB)
Added: 2006-05-26 License: GPL (GNU General Public License) Price:
1246 downloads
Newsd 1.44

Newsd 1.44


Newsd is a standalone local NNTP news server for private newsgroup serving on a single server. more>>
Newsd is a standalone local NNTP news server for private newsgroup serving on a single server.
It is useful for serving private newsgroup(s) to an intranet or the Internet and can act as a simple mail gateway, however it does not interface with other news servers and cannot manage distributed news feeds, i.e. Usenet news.
Newsd is available under the terms of the GNU General Public License. The Newsd source code should compile on any POSIX-compliant operating system. Binaries are provided for Linux and MacOS X.
Enhancements:
- Important fix to multiline headers being split during header reordering
- STR#15: Path: now maintained and passed through mail gateway
- STR#16: Mailgateway: "From" field now renamed to "X-Original-From:"
<<less
Download (0.10MB)
Added: 2005-10-20 License: GPL (GNU General Public License) Price:
1464 downloads
Digital Audio Player 0.2b

Digital Audio Player 0.2b


GNUdap is a project to build a userspace driver to interface Linux with proprietary-protocol USB MP3 players more>>
GNUdap is a project to build a userspace driver to interface Linux with proprietary-protocol USB MP3 players and mass storage devices. Currently GNUdap supports the CHIC MP10, CHIC MP30, CHIC Symphony from "Perstel,Inc." and the NGS Jogger from the NGS Technology.
GNUdap is also an experiment to test the advantages of a strongly-typed programming language and of the functional programming paradigm in hardware developing. In fact GNUdap is developed using the Objective Caml programming language.
To access the devices, we use camlusb, an ocaml binding to libusb, wich is an library which works in userspace to access usb devices.
A shell, which supports the main features of the player, is provided. Besides being done for linux, unlike the original program provided with the MP10, this software is interesting because it has additional features (like being able to transfer mp3s directly to the pc, and to change the playable status of a file on the DAP), not present in the official one. A graphical frontend and a filesystem interface are planned.
To find more informations about the protocol, the driver and the shell visit the Documentation Page
Enhancements:
- chic.sh: Corrected the DIR variable
- added documentation
<<less
Download (0.22MB)
Added: 2006-08-01 License: GPL (GNU General Public License) Price:
1188 downloads
SGI RGB Image File Plug-In 1.1.1

SGI RGB Image File Plug-In 1.1.1


SGI plug-in provides SGI image file load & save modules for The GIMP. more>>
SGI plug-in provides SGI image file load & save modules for The GIMP. The plug-in supports GRAY, GRAYA, RGB, and RGBA color modes.

Using the SGI Plug-In:
The Parameter Settings buttons control how much compression is applied to the image:
No Compression stores the image raw or verbatim.

RLE Compression stores the image as a sequence of repeated or non-repeated pixels.
Advanced RLE checks for duplicate lines and channels in the image and sometimes produces dramatically smaller images but also takes longer to save.

<<less
Download (0.010MB)
Added: 2006-08-16 License: GPL (GNU General Public License) Price:
1168 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5