tells
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 749
Sishell 0.2
Sishell provides a reverse shellcode kit for x86 Linux, FreeBSD, NetBSD, and OpenBSD. more>>
Sishell provides a reverse shellcode kit for x86 Linux, FreeBSD, NetBSD, and OpenBSD.
sishell is a reverse (connecting) shellcode kit for x86 Linux, FreeBSD, NetBSD, and OpenBSD. You may generate both regular shellcode (no NULLs) and stand-alone ELF executables (e.g. for injection into Web script vulnerabilities).
It is distributed with a Makefile system, a custom ELF brander (brandelf), and a C example code generator.
Shellcode is a piece of machine-readable code, or script code that has just one mission; to open up a command interpreter (shell) on the target system so that an "attacker" can type in commands in the same fashion as a regular authorized user, or system administrator of that system can (with a few
not-so-important exceptions though). However, in order to get remote access to the shell, youre going to need some kind of networking support in your
shellcode too.
If the shellcode is to be used to exploit buffer overflows (e.g.) in binary, machine-readable software, the shellcode is going to have to be machine-readable (binary) and, to make things more complicated, it cant contain any null bytes (0x00). Null (0) is a string delimiter that tells all C string functions (and other implementations) that once found the function should stop processing the string (thus, a null-terminated string). We dont want an input function to stop processing our shellcode, since we want to upload the entire shellcode into the vulnerable program and tell it to execute it.
<<lesssishell is a reverse (connecting) shellcode kit for x86 Linux, FreeBSD, NetBSD, and OpenBSD. You may generate both regular shellcode (no NULLs) and stand-alone ELF executables (e.g. for injection into Web script vulnerabilities).
It is distributed with a Makefile system, a custom ELF brander (brandelf), and a C example code generator.
Shellcode is a piece of machine-readable code, or script code that has just one mission; to open up a command interpreter (shell) on the target system so that an "attacker" can type in commands in the same fashion as a regular authorized user, or system administrator of that system can (with a few
not-so-important exceptions though). However, in order to get remote access to the shell, youre going to need some kind of networking support in your
shellcode too.
If the shellcode is to be used to exploit buffer overflows (e.g.) in binary, machine-readable software, the shellcode is going to have to be machine-readable (binary) and, to make things more complicated, it cant contain any null bytes (0x00). Null (0) is a string delimiter that tells all C string functions (and other implementations) that once found the function should stop processing the string (thus, a null-terminated string). We dont want an input function to stop processing our shellcode, since we want to upload the entire shellcode into the vulnerable program and tell it to execute it.
Download (0.019MB)
Added: 2007-03-26 License: MIT/X Consortium License Price:
561 downloads
ax25-tools 0.0.8
The ax25-tools package contains the tools that you need to get going with AX.25 for Linux. more>>
The ax25-tools package contains the tools that you need to get going with AX.25 for Linux. AX.25 is a network protocol that is used by hamradio operators across packet radio wireless links.
AX.25 is a network protocol that is used for wireless packet networks. Generally when you want to use a network protocol, you need two things:
Operating System Support: Linux has had AX.25, Net/ROM and ROSE support for some time now. Utilities: These manipulate or communicate with the operating system to either setup things or use the protocol.
The set of packages fit the second requirement. The packages have been split into three to make support and development easier.
There is a library that can be used by other programs to do all the low level stuff that you need to talk to the kernel. The idea is that the API of the library stays the same as much as possible even if the kernel changes. It also allows things like name to address translation to occur.
The tools are used to configure an ax.25 enabled computer. They will configure interfaces and assign callsigns to ports as well as Net/ROM and ROSE configuration.
The applications are a set of programs that use the protocols, as opposed to being required for setting things up. The applications are like the client and server programs, to be used by either the system administrator or a normal user.
Enhancements:
- kissattach now tells you where it thinks the config file is
- rip98r metric patch form Jean-Paul
- Fix for FTLK_LIB for configure.in from Hans
- Works better with newer GCCs (thanks again to Hans)
<<lessAX.25 is a network protocol that is used for wireless packet networks. Generally when you want to use a network protocol, you need two things:
Operating System Support: Linux has had AX.25, Net/ROM and ROSE support for some time now. Utilities: These manipulate or communicate with the operating system to either setup things or use the protocol.
The set of packages fit the second requirement. The packages have been split into three to make support and development easier.
There is a library that can be used by other programs to do all the low level stuff that you need to talk to the kernel. The idea is that the API of the library stays the same as much as possible even if the kernel changes. It also allows things like name to address translation to occur.
The tools are used to configure an ax.25 enabled computer. They will configure interfaces and assign callsigns to ports as well as Net/ROM and ROSE configuration.
The applications are a set of programs that use the protocols, as opposed to being required for setting things up. The applications are like the client and server programs, to be used by either the system administrator or a normal user.
Enhancements:
- kissattach now tells you where it thinks the config file is
- rip98r metric patch form Jean-Paul
- Fix for FTLK_LIB for configure.in from Hans
- Works better with newer GCCs (thanks again to Hans)
Download (0.25MB)
Added: 2006-07-01 License: GPL (GNU General Public License) Price:
1211 downloads
Primes 1.4
calculates the prime numbers 1..N, tells you if N is prime etc. Prints tables of primes. Computes the prime just below or above N. calculates the prime numbers 1..N, tells you if N is prime etc. It is useful in computing optimal Hashtable sizes. Java source included. more>>
Primes - calculates the prime numbers 1..N, tells you if N is prime etc.
Prints tables of primes.
Computes the prime just below or above N.
It is useful in computing optimal Hashtable sizes.
Java source included.
Enhancements:
Version 1.4
mostly cosmetic, more documentation, tidy source.
System Requirements:<<less
Download (461Kb)
Added: 2006-03-06 License: Free Price: Free
15 downloads

@1 Helpdesk XP 1.2
Online helpdesk system written in Perl CGI. more>> A very powerful web-based helpdesk system. It supports file attachments, hidden remarks, priority marking etc. You can even tell whether your replies have been read by the visitors.<<less
Download (44KB)
Added: 2009-04-27 License: Freeware Price: Free
184 downloads
Hearts 1.98
Hearts is a card game with beta support for network play. more>>
Hearts is a little card game for four persons.
A computer version of the game comes with Microsoft Windows and is a pretty popular little thing. When I switched to using Linux, I really wanted to play it, but I didnt find anything at all, so I decided to write it myself and here it is.
Enhancements:
Fixed all known bugs:
- The card passing was always to the right.
- Portability issue regarding setting the random seed (std::random_shuffle + std::srand issue).
- A lot of processes were left running.
- Only one match (ie, a series of games until a player gets 100 points) was possible.
- Status bar tells the user what he he should do at every step (play, give cards right, etc.)
<<lessA computer version of the game comes with Microsoft Windows and is a pretty popular little thing. When I switched to using Linux, I really wanted to play it, but I didnt find anything at all, so I decided to write it myself and here it is.
Enhancements:
Fixed all known bugs:
- The card passing was always to the right.
- Portability issue regarding setting the random seed (std::random_shuffle + std::srand issue).
- A lot of processes were left running.
- Only one match (ie, a series of games until a player gets 100 points) was possible.
- Status bar tells the user what he he should do at every step (play, give cards right, etc.)
Download (0.55MB)
Added: 2005-06-20 License: GPL (GNU General Public License) Price:
1597 downloads
Petals on a Rose 1.0
Petals on a Rose is an intriguing puzzle game for all ages. more>>
Petals on a Rose is an intriguing puzzle game for all ages. This website claims that Bill Gates was stumped by it for two days. Its usually played with a group of friends and a set of 5 dice. The game master rolls the dice and tells everyone the answer. This computer version of the puzzle works similarly, only in this case the computer plays as the game master.
To play you just double click the icon to start the program. Type your guess in the "Answer" field and press "Check". If your guess is correct you get congratulated, otherwise you need to try again. If you get tired of guessing you can press the "Give Up" button and youll get the answer to that particular roll.
Just press the "Roll Dice" button at any time to get a new set of numbers.
Always remember, dont tell the answer to anyone!
Have fun, and good luck.
<<lessTo play you just double click the icon to start the program. Type your guess in the "Answer" field and press "Check". If your guess is correct you get congratulated, otherwise you need to try again. If you get tired of guessing you can press the "Give Up" button and youll get the answer to that particular roll.
Just press the "Roll Dice" button at any time to get a new set of numbers.
Always remember, dont tell the answer to anyone!
Have fun, and good luck.
Download (0.16MB)
Added: 2007-07-20 License: MIT/X Consortium License Price:
826 downloads
progress 1.0
Progress is a utility used in a pipe to report progress of data transfer to standard error. more>>
Progress is a utility used in a pipe to report progress of data transfer to standard error. Command-line arguments tells to specify how frequently to report, what character to use to report, and how much buffering to do.
Enhancements:
- February 9, 2003
- progress 1.0
- Initial announcement
<<lessEnhancements:
- February 9, 2003
- progress 1.0
- Initial announcement
Download (0.006MB)
Added: 2006-07-01 License: GPL (GNU General Public License) Price:
1213 downloads
Millers Quest! 0.9.1
Millers Quest! is a fire-and-forget RPG, or more accurately, an RPG simulator. more>>
Millers Quest! is a role-playing simulator game. It could also be described as a "fire-and-forget role-playing game". In other words, it is not a role-playing game in the most traditional sense, because there is absolutely no player interaction. The emphasis on this game is the simulation of role-playing.
So, it is a completely non-interactive computer role-playing game. "I guess its not fun then", I can hear you say. Wrong! Millers Quest! is, in fact, very much fun. It has all of the excitement of traditional MMORPGs with none of the effort to be put in mindless treadmilling.
You can watch your character grow more potent and more powerful, and you dont need to bore yourself with details like "okay, attack the monster, Im going to win anyway".
Millers Quest! was largely inspired by its direct ancestor, Progress Quest. It is written in Ruby programming language and as such it was largely also inspired by Dwemthys Array, without any of its clever metaprogramming stuff and general bore of having to use irb to play it.
Players of Progress Quest should be right at home with Millers Quest!. What tells MQ and PQ apart is the fact that MQ is not entirely progress-driven. In MQ, all monsters have actual stats. Theres actual, stats- and probability-based fighting involved.
Since dying in a continually running game is pretty damn boring, you get also revived and healed automatically if that occurs. MQ owes a lot of its continued existence to Ruby Development Tools, the Ruby environment for the Eclipse Platform.
Enhancements:
- The combat system wasnt working quite properly, and is now fixed (somewhat).
- A confusing display message has been fixed.
- New features include optional support for curses/terminfo, allowing better-looking and more comprehensive combat display by coloring the output. (This currently requires tput(1) from ncurses.)
<<lessSo, it is a completely non-interactive computer role-playing game. "I guess its not fun then", I can hear you say. Wrong! Millers Quest! is, in fact, very much fun. It has all of the excitement of traditional MMORPGs with none of the effort to be put in mindless treadmilling.
You can watch your character grow more potent and more powerful, and you dont need to bore yourself with details like "okay, attack the monster, Im going to win anyway".
Millers Quest! was largely inspired by its direct ancestor, Progress Quest. It is written in Ruby programming language and as such it was largely also inspired by Dwemthys Array, without any of its clever metaprogramming stuff and general bore of having to use irb to play it.
Players of Progress Quest should be right at home with Millers Quest!. What tells MQ and PQ apart is the fact that MQ is not entirely progress-driven. In MQ, all monsters have actual stats. Theres actual, stats- and probability-based fighting involved.
Since dying in a continually running game is pretty damn boring, you get also revived and healed automatically if that occurs. MQ owes a lot of its continued existence to Ruby Development Tools, the Ruby environment for the Eclipse Platform.
Enhancements:
- The combat system wasnt working quite properly, and is now fixed (somewhat).
- A confusing display message has been fixed.
- New features include optional support for curses/terminfo, allowing better-looking and more comprehensive combat display by coloring the output. (This currently requires tput(1) from ncurses.)
Download (0.021MB)
Added: 2005-10-27 License: GPL (GNU General Public License) Price:
1463 downloads
Divide rectangles 0.1
Divide rectangles is a program which helps you divide a rectangular sheet of paper into small pieces. more>>
Divide rectangles is a program which helps you divide a rectangular sheet of paper into small pieces.
You give the size of the sheet and the size of the pieces, it tells you how to cut and how many pieces you will have.
<<lessYou give the size of the sheet and the size of the pieces, it tells you how to cut and how many pieces you will have.
Download (0.002MB)
Added: 2006-11-30 License: GPL (GNU General Public License) Price:
1060 downloads
IPShutter 0.2
IPShutter lets you firewall off ports such as ssh, and selectively enable access with a one-time password. more>>
PShutter lets you firewall off ports such as ssh, and selectively enable access with a one-time password.
For example, if you want to log into the server from a friends house, you pull out a list of one-time passwords and point the web browser at a URL that contains one password. That tells the server to allow ssh connections from your friends IP address for five minutes. Connections made in that period will stay up indefinitely.
IPShutter is written in Perl language. It requires ipchains - on 2.4 kernels, ipchains can be loaded as module. IPShutter must run as root.
You may need to modify the first line of IPShutter to point to where Perl5 is located on your system.
Enhancements:
- Version 0.2 - Sat Sep 28 14:55:03 CDT 2002 - Moved configuration options to /etc/ipshutterrc and fixed daemonization.
<<lessFor example, if you want to log into the server from a friends house, you pull out a list of one-time passwords and point the web browser at a URL that contains one password. That tells the server to allow ssh connections from your friends IP address for five minutes. Connections made in that period will stay up indefinitely.
IPShutter is written in Perl language. It requires ipchains - on 2.4 kernels, ipchains can be loaded as module. IPShutter must run as root.
You may need to modify the first line of IPShutter to point to where Perl5 is located on your system.
Enhancements:
- Version 0.2 - Sat Sep 28 14:55:03 CDT 2002 - Moved configuration options to /etc/ipshutterrc and fixed daemonization.
Download (0.011MB)
Added: 2006-07-11 License: GPL (GNU General Public License) Price:
1200 downloads
KoverSS 0.2.1
KoverSS script creates an image based on the currently playing song in Amarok. more>>
I often use my computer to play music when I am having visitors or when I am just not in front of the monitor. I wanted some way to still be able to see what song was playing. As my TV is connected to the computer I decided to make a screen saver that would do just this. (you dont need to even own a TV to use this script, but my TV is in my living room and my computer is not...)
KoverSS script creates an image based on the currently playing song in Amarok, then changes your screen saver to KSlideshow and tells it to display this particular image. It then restores your original screen saver settings.
The script has some basic settings configurable via kdialogs:
Party / safe - mode:
The script can be configured to lock the screen saver, you will need your password to return to the desktop. This is great if you are having a party and dont want everybody to use the computer for surfing or changing track every other minute.
DPMS:
I use display power management to turn off my monitor after a given period of time. This did not work well with my idea. Therefore I created an option to turn off DPMS, and turning it back on when the script is exited or Amarok is shut down.
<<lessKoverSS script creates an image based on the currently playing song in Amarok, then changes your screen saver to KSlideshow and tells it to display this particular image. It then restores your original screen saver settings.
The script has some basic settings configurable via kdialogs:
Party / safe - mode:
The script can be configured to lock the screen saver, you will need your password to return to the desktop. This is great if you are having a party and dont want everybody to use the computer for surfing or changing track every other minute.
DPMS:
I use display power management to turn off my monitor after a given period of time. This did not work well with my idea. Therefore I created an option to turn off DPMS, and turning it back on when the script is exited or Amarok is shut down.
Download (0.22MB)
Added: 2007-02-15 License: Freely Distributable Price:
981 downloads
The Hunted Chronicle 2
The Hunted is a single player FPS game based off of the Darkplaces engine. more>>
The Hunted is a single player FPS game based off of the Darkplaces engine. It is completely standalone, meaning that you do not need any prior files to run it, and it comes in a series called chronicles.
These chronicles are used for having a continuously flowing story and a difference in weaponry and in other things found in-game.
Each chronicle tells the story of a lone survivor escaping the city that has been overcome by the infected.
The symptoms of the infected at the time of the survivors adventure are not clear but as the chronicles are released, the story unfolds to make it quite clear as to why, where, when, and how this survivor came to be in a horror show such as this.
Main features:
- Completely recreated zombie and zombie code. Much more "realistic" in attack, range, and response time.
- Added random skin generator so zombies will be wearing different attire no matter how many times you play a map
- Added "Use" key, used to pick up boxes and move them to get to previously unattainable areas
- Added "story driven comics" used to help further the story and gives hints on puzzles
- Added all new weapon models
- Added fully functionable "secondary attack" (zoom with Mercs Gun, large swing with meathook)
- Added zombie footsteps
- FIXED**bug where zombies faking dead on ground would still block a players way
- FIXED**HUD/glock-pistol ammo malfunctions
- Added place_model attributes to have spatialization options and other effects to create global audio ambience and better effects using DarkPlaces extensions
- Added muzzleflash
- Added flashlight
- Added multiple new enemies
<<lessThese chronicles are used for having a continuously flowing story and a difference in weaponry and in other things found in-game.
Each chronicle tells the story of a lone survivor escaping the city that has been overcome by the infected.
The symptoms of the infected at the time of the survivors adventure are not clear but as the chronicles are released, the story unfolds to make it quite clear as to why, where, when, and how this survivor came to be in a horror show such as this.
Main features:
- Completely recreated zombie and zombie code. Much more "realistic" in attack, range, and response time.
- Added random skin generator so zombies will be wearing different attire no matter how many times you play a map
- Added "Use" key, used to pick up boxes and move them to get to previously unattainable areas
- Added "story driven comics" used to help further the story and gives hints on puzzles
- Added all new weapon models
- Added fully functionable "secondary attack" (zoom with Mercs Gun, large swing with meathook)
- Added zombie footsteps
- FIXED**bug where zombies faking dead on ground would still block a players way
- FIXED**HUD/glock-pistol ammo malfunctions
- Added place_model attributes to have spatialization options and other effects to create global audio ambience and better effects using DarkPlaces extensions
- Added muzzleflash
- Added flashlight
- Added multiple new enemies
Download (MB)
Added: 2005-09-19 License: Freeware Price:
1527 downloads
RankQuest SEO Tools 1.3
RankQuest SEO Tools aims to help Web masters in search engine optimization. more>>
RankQuest SEO Tools aims to help Web masters in search engine optimization. RankQuest SEO Tools is Keyword Finder and Meta Tag Analyzer are among the most important tools for SEO. Keyword Finder lists the keywords in the meta keyword tag of a site.
Meta Tag Analyzer examines the meta information of a site and tells you if the content is search engine friendly or not. Many search engines uses the details in the meta tag for ranking purpose, so this tag must be effectively analyzed for improvement in ranking.
<<lessMeta Tag Analyzer examines the meta information of a site and tells you if the content is search engine friendly or not. Many search engines uses the details in the meta tag for ranking purpose, so this tag must be effectively analyzed for improvement in ranking.
Download (0.028MB)
Added: 2007-02-20 License: GPL (GNU General Public License) Price:
976 downloads
episoder 0.4.7
episoder is a tool to tell you when new episodes of your favourite TV shows are airing. more>>
episoder is a tool to tell you when new episodes of your favourite TV shows are airing. episoder does so by parsing online TV show episode guides.
Currently episoder can parse the tv.com website thus it tells you whenever a new episode of a show listed on tv.com is aired.
Enhancements:
- Some parsing issues for certain shows were fixed.
<<lessCurrently episoder can parse the tv.com website thus it tells you whenever a new episode of a show listed on tv.com is aired.
Enhancements:
- Some parsing issues for certain shows were fixed.
Download (0.011MB)
Added: 2007-02-27 License: GPL (GNU General Public License) Price:
970 downloads
pam_sqlite 0.3
pam_sqlite allows developers to authenticate users against a table in an SQLite database. more>>
pam_sqlite allows developers to authenticate users against a table in an SQLite database. pam_sqlite supports checking account information (pam_acct_expired, new_authtok_reqd) and updating authentication tokens.
Compilation & Installation
pam_sqlite is autoconfed, thus, compiling should be a matter of:
$ ./configure
$ make
$ make install
Compilation has been tested on RedHat Linux 7.3.
You will need to have SQLite library and header files for this module to compile.
See test.c for an example application that authenticates using this module.
Configuration:
For the service you wish the module to be used, you need to edit the /etc/pam.d/ file or /etc/pam.conf, and add the relevant lines.
For example:
auth required pam_sqlite.so
account required pam_sqlite.so
password required pam_sqlite.so
Configure the database, and table the module should use with the configuration file /etc/pam_sqlite.conf. An example of this file:
database = /etc/sysdb
table = account
user_column = user_name
pwd_column = user_password
expired_column = acc_expired
newtok_column = acc_new_pwreq
debug
expired_column tells PAM if the user account has expired. Set it to 1 or y if it has.
newtok_column tells PAM if the user needs a new password. Set it to 1 or y if it does.
Note that for backwards compatibility with earlier versions, options specified in the configuration file can be supplied as module arguments as well. Module arguments will override the configuration file.
Configuration Options:
database - the database which should be connected to
user_column - the column containing usernames
pwd_column - the column containing the passwords
expired_column - this column should contain 1 or y if the account
has expired
newtok_column - this column should contain 1 or y if the user
needs to change their password
debug - this is a standard module option that will enable
debug output to syslog (takes no values)
pw_type - specifies the password encryption scheme, can be one
of clear, md5, or crypt. defaults to clear.
config_file - specifies the path to a file to read for further
configuration options
sql_verify - specifies SQL template to use when verifying the
the password for a user
sql_check_expired - SQL template to use when checking for account expiry.
sql_check_newtok - SQL template to use when checking to see if the user
needs to change their password.
sql_set_passwd - SQL template to use when updating the password for
and user.
<<lessCompilation & Installation
pam_sqlite is autoconfed, thus, compiling should be a matter of:
$ ./configure
$ make
$ make install
Compilation has been tested on RedHat Linux 7.3.
You will need to have SQLite library and header files for this module to compile.
See test.c for an example application that authenticates using this module.
Configuration:
For the service you wish the module to be used, you need to edit the /etc/pam.d/ file or /etc/pam.conf, and add the relevant lines.
For example:
auth required pam_sqlite.so
account required pam_sqlite.so
password required pam_sqlite.so
Configure the database, and table the module should use with the configuration file /etc/pam_sqlite.conf. An example of this file:
database = /etc/sysdb
table = account
user_column = user_name
pwd_column = user_password
expired_column = acc_expired
newtok_column = acc_new_pwreq
debug
expired_column tells PAM if the user account has expired. Set it to 1 or y if it has.
newtok_column tells PAM if the user needs a new password. Set it to 1 or y if it does.
Note that for backwards compatibility with earlier versions, options specified in the configuration file can be supplied as module arguments as well. Module arguments will override the configuration file.
Configuration Options:
database - the database which should be connected to
user_column - the column containing usernames
pwd_column - the column containing the passwords
expired_column - this column should contain 1 or y if the account
has expired
newtok_column - this column should contain 1 or y if the user
needs to change their password
debug - this is a standard module option that will enable
debug output to syslog (takes no values)
pw_type - specifies the password encryption scheme, can be one
of clear, md5, or crypt. defaults to clear.
config_file - specifies the path to a file to read for further
configuration options
sql_verify - specifies SQL template to use when verifying the
the password for a user
sql_check_expired - SQL template to use when checking for account expiry.
sql_check_newtok - SQL template to use when checking to see if the user
needs to change their password.
sql_set_passwd - SQL template to use when updating the password for
and user.
Download (0.011MB)
Added: 2006-05-17 License: GPL (GNU General Public License) Price:
1255 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 tells 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