pearpc 0.4
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 945
pyRenamer 0.4.1
pyRenamer project allows you to change the name of several files at the same time easily. more>>
pyRenamer project allows you to change the name of several files at the same time easily.
Main features:
- You can use patterns to rename files.
- You can use search & replace to rename files.
- You can use common substitutions.
- You can manually rename selected files.
Installation:
tar xzvf pyrenamer-0.1.tar.gz
cd pyrenamer-0.1
./configure --prefix /usr
sudo make install
Enhancements:
- Now you can start pyRenamer in the directory that you want
- Preferences added to set default directories
- Added command line options to set directories
- Fixed bug on {num} pattern and syntax change from {num-2} to {num+2}
- Preview new filename when clicking PAGE_UP, PAGE_DOWN or RETURN on manual rename
- Add button to clear previewed filenames
- Better file selection filter
- Better unicode support
- Some GUI changes
- Bug fixes
- Check if directories set on Preferences are correct
- Remove debug info from console
- Fix bug reading preferences from gconf
- Activate Rename button on selection using keys
<<lessMain features:
- You can use patterns to rename files.
- You can use search & replace to rename files.
- You can use common substitutions.
- You can manually rename selected files.
Installation:
tar xzvf pyrenamer-0.1.tar.gz
cd pyrenamer-0.1
./configure --prefix /usr
sudo make install
Enhancements:
- Now you can start pyRenamer in the directory that you want
- Preferences added to set default directories
- Added command line options to set directories
- Fixed bug on {num} pattern and syntax change from {num-2} to {num+2}
- Preview new filename when clicking PAGE_UP, PAGE_DOWN or RETURN on manual rename
- Add button to clear previewed filenames
- Better file selection filter
- Better unicode support
- Some GUI changes
- Bug fixes
- Check if directories set on Preferences are correct
- Remove debug info from console
- Fix bug reading preferences from gconf
- Activate Rename button on selection using keys
Download (0.066MB)
Added: 2007-08-13 License: GPL (GNU General Public License) Price:
805 downloads
dbmstools 0.4.3
dbmstools module exists mainly for developers who need to support applications on more than one database management system DBMS. more>>
dbmstools module exists mainly for developers who need to support applications on more than one database management system (DBMS). dbmstools is intended to allow all the database information (schema and base data) to be kept in one single place, and to have DBMS-specific scripts (to create and populate the database schema, and upgrade from one version to the next) generated from that data. If youre anything like me you hate duplication in software code, and I wrote this module to remove that duplication.
As well as generation of DBMS-specific DDL and DML, dbmstools can generate schema documentation for any DBMS (including diagrams), and can export data from a database in several formats. It also has wrappers for several of the tools, so that they can be run from within Apache Ant (a Java build system).
The DBMSs supported (and the completeness/maturity of that support) are:
- Postgres (7 and 8) - very good
- Oracle - good
- Microsoft SQLServer - good
- MySQL - good
- Hypersonic - limited.
<<lessAs well as generation of DBMS-specific DDL and DML, dbmstools can generate schema documentation for any DBMS (including diagrams), and can export data from a database in several formats. It also has wrappers for several of the tools, so that they can be run from within Apache Ant (a Java build system).
The DBMSs supported (and the completeness/maturity of that support) are:
- Postgres (7 and 8) - very good
- Oracle - good
- Microsoft SQLServer - good
- MySQL - good
- Hypersonic - limited.
Download (1.1MB)
Added: 2007-08-12 License: GPL (GNU General Public License) Price:
805 downloads
hamsterdb 0.4.5
hamsterdb is a database engine written in ANSI C. more>>
hamsterdb is a database engine written in ANSI C. hamsterdb supports a B+Tree index structure, uses memory mapped I/O (if available), and can create in-memory databases.
Main features:
- B+Tree index with variable length keys
- Configurable page size and cache size
- ANSI-C implementation, should be portable on all platforms, also embedded
- Uses memory mapped I/O for fast disk access (but falls back to read/write if mmap is not available)
- Uses 64bit file pointers
- Endian-independent (not tested, though)
- Support for in-memory-databases
Enhancements:
- This release implements "record number" databases; these databases behave like "auto-increment" tables in SQL.
- The keys of new records are automatically assigned and incremented with each insert.
- Also, a few minor bugs were fixed, and some optimizations took place; the generated database files are much smaller now.
<<lessMain features:
- B+Tree index with variable length keys
- Configurable page size and cache size
- ANSI-C implementation, should be portable on all platforms, also embedded
- Uses memory mapped I/O for fast disk access (but falls back to read/write if mmap is not available)
- Uses 64bit file pointers
- Endian-independent (not tested, though)
- Support for in-memory-databases
Enhancements:
- This release implements "record number" databases; these databases behave like "auto-increment" tables in SQL.
- The keys of new records are automatically assigned and incremented with each insert.
- Also, a few minor bugs were fixed, and some optimizations took place; the generated database files are much smaller now.
Download (0.46MB)
Added: 2007-08-10 License: GPL (GNU General Public License) Price:
808 downloads
Semantik 0.4.9
Semantik is a mindmapping-like tool for document generation. Help students to write reports and thesis. more>>
Semantik project is a mindmapping-like tool for document generation. Help students to write reports and thesis.
<<less Download (0.33MB)
Added: 2007-08-01 License: GPL (GNU General Public License) Price:
815 downloads
Soothsayer 0.4
Soothsayer is an intelligent predictive text entry platform. more>>
Soothsayer is an intelligent predictive text entry platform. Soothsayer exploits redundant information embedded in natural languages to generate predictions. Soothsayers modular and pluggable architecture allows its language model to be extended and customized to utilize statistical, syntactic, and semantic information sources.
A predictive text entry system attempts to improve ease and speed of textual input. Word prediction consists in computing which word tokens or word completions are most likely to be entered next. The system analyses the text already entered and combines the information thus extracted with other information sources to calculate a set of most probable tokens.
The set of most probable tokens, a list of suggestions, is displayed to the user. If the token the user intended to enter is in the list, the user selects it and it is automatically entered by the system. If the list of suggestions does not contain the desired word, the user continues entering text until the correct suggestion is offered or until the user is done entering text.
Soothsayer is fundamentally different from predictive input technologies commonly found on mobile phones, which might more accurately be described as disambiguating text entry rather than predictive text entry systems.
Such systems do not try to guess what the user intends to write in the future, only to determine what they most-likely intend to write in the present, given their past input.
Soothsayer, on the other hand, actively predicts the what the user intends to write, and only reverts to word completion mode if the prediction did not contain the desired token.
Soothsayer is free software and its distributed under the term of the General Public License.
Enhancements:
- This release includes the new abbreviation expansion predictive plugin, which allows users to specify a file containing a list of abbreviations/expansions pairs.
- It also includes bugfixes and documentation improvements.
<<lessA predictive text entry system attempts to improve ease and speed of textual input. Word prediction consists in computing which word tokens or word completions are most likely to be entered next. The system analyses the text already entered and combines the information thus extracted with other information sources to calculate a set of most probable tokens.
The set of most probable tokens, a list of suggestions, is displayed to the user. If the token the user intended to enter is in the list, the user selects it and it is automatically entered by the system. If the list of suggestions does not contain the desired word, the user continues entering text until the correct suggestion is offered or until the user is done entering text.
Soothsayer is fundamentally different from predictive input technologies commonly found on mobile phones, which might more accurately be described as disambiguating text entry rather than predictive text entry systems.
Such systems do not try to guess what the user intends to write in the future, only to determine what they most-likely intend to write in the present, given their past input.
Soothsayer, on the other hand, actively predicts the what the user intends to write, and only reverts to word completion mode if the prediction did not contain the desired token.
Soothsayer is free software and its distributed under the term of the General Public License.
Enhancements:
- This release includes the new abbreviation expansion predictive plugin, which allows users to specify a file containing a list of abbreviations/expansions pairs.
- It also includes bugfixes and documentation improvements.
Download (1.3MB)
Added: 2007-07-29 License: GPL (GNU General Public License) Price:
515 downloads
Vocatra 0.4
Vocatra is a console-based vocabulary trainer. more>>
Vocatra is a console-based vocabulary trainer. The project takes one or more vocabulary files, queries you for each word, and lets you try to give the correct answer. You can enable different learning modes.
If you prefer to learn sequentially it has an order mode. Otherwise, there is also a random mode available.
Installation on UNIX or Windows Cygwin:
If you downloaded the source distribution, you need the following packages to build the executable.
The GNU C++ Compiler g++ and GNU make
In order to generate a man-page, you will need perl.
At last also the gettext package
The installation is done by following the next steps:
Unpack the archive, unless you already have done that:
tar -xzf vocatra-$VERSION.tar.gz #gzip archive OR
tar -xjf vocatra-$VERSION.tar.bz2 #bzip archive
Run the configure script:
./configure
For an overview of configuration options use:
./configure --help
Compile the programm by running make:
make
Install the programm:
make install
If you want to uninstall Vocatra, use the next command:
make uninstall
Enhancements:
- This release adds a "query each synonym" and "alphabetical mode" feature.
- It fixes also a issue with the default setting, "compare case-sensitively".
<<lessIf you prefer to learn sequentially it has an order mode. Otherwise, there is also a random mode available.
Installation on UNIX or Windows Cygwin:
If you downloaded the source distribution, you need the following packages to build the executable.
The GNU C++ Compiler g++ and GNU make
In order to generate a man-page, you will need perl.
At last also the gettext package
The installation is done by following the next steps:
Unpack the archive, unless you already have done that:
tar -xzf vocatra-$VERSION.tar.gz #gzip archive OR
tar -xjf vocatra-$VERSION.tar.bz2 #bzip archive
Run the configure script:
./configure
For an overview of configuration options use:
./configure --help
Compile the programm by running make:
make
Install the programm:
make install
If you want to uninstall Vocatra, use the next command:
make uninstall
Enhancements:
- This release adds a "query each synonym" and "alphabetical mode" feature.
- It fixes also a issue with the default setting, "compare case-sensitively".
Download (MB)
Added: 2007-07-25 License: GPL (GNU General Public License) Price:
821 downloads
Kanatest 0.4.3
Kanatest project is a hiragana and katakana drill tool. more>>
Kanatest project is a hiragana and katakana drill tool.
Kanatest is a simple, GTK 2-based kana drill tool. It offers three drill modes: hiragana, katakana, and mixed mode.
The tester shows random kana characters and waits until you enter the romaji equivalent in an entry field.
At the end, statistics are provided.
<<lessKanatest is a simple, GTK 2-based kana drill tool. It offers three drill modes: hiragana, katakana, and mixed mode.
The tester shows random kana characters and waits until you enter the romaji equivalent in an entry field.
At the end, statistics are provided.
Download (0.32MB)
Added: 2007-07-11 License: GPL (GNU General Public License) Price:
839 downloads
OraRep 0.4.2
OraRep is a PL/SQL snippet. more>>
OraRep is a PL/SQL snippet (embedded in a shell script) which creates a well-formatted HTML report on a given database instance, providing you with an overview on your instance(s), some hints for performance tuning, and more.
It has been tested with Oracle 8.1.7, 9.0.1, and 9.2. The script easily fits into a cron task to be run on a regular basis. Sample output (HTML) is included.
OSPRep does the same job for Oracle StatsPack Reports based on SnapShot Levels up to 7, and provides additional "plugins" for more detailed reporting on special issues.
The project also optionally creates a separate page with charts to visualize the results and more.
Enhancements:
- This release has working Oracle 10g support.
<<lessIt has been tested with Oracle 8.1.7, 9.0.1, and 9.2. The script easily fits into a cron task to be run on a regular basis. Sample output (HTML) is included.
OSPRep does the same job for Oracle StatsPack Reports based on SnapShot Levels up to 7, and provides additional "plugins" for more detailed reporting on special issues.
The project also optionally creates a separate page with charts to visualize the results and more.
Enhancements:
- This release has working Oracle 10g support.
Download (0.17MB)
Added: 2007-07-10 License: GPL (GNU General Public License) Price:
837 downloads
talkative 0.4
talkative project is a simple XMPP/Jabber client. more>>
talkative project is a simple XMPP/Jabber client. It is written in Mono/C# and uses GTK+ GUI toolkit. It is designed to interoperate well with GNOME desktop environment.
Main features:
- Chats & Messages
- Support for multiple accounts
- Avatars
<<lessMain features:
- Chats & Messages
- Support for multiple accounts
- Avatars
Download (1.2MB)
Added: 2007-07-06 License: GPL (GNU General Public License) Price:
843 downloads
sqlmap 0.4
sqlmap is an automatic blind SQL injection tool. more>>
sqlmap is an automatic blind SQL injection tool, developed in python, capable to enumerate entire remote database, perform an active database fingerprint and much more.
sqlmaps aim is to implement a fully functional database mapper tool which takes advantages of web application programming security flaws which lead to SQL injection vulnerabilities.
Main features:
- Test of the remote url stability, based on page hash or string match;
- Identification of url dynamic parameters;
- Test numeric, string (single quote and double quotes) SQL injection on all url dynamic parameters and at first vulnerable it will be used to perform the future SQL injections;
- Possible selection of HTTP method for testing and exploiting dynamic parameters, GET or POST (default: GET);
- Fingerprint of web application database back-end based upon specific queries output which identify database characteristics and banner grabbing;
- Random HTTP User-Agent header selection;
- HTTP Cookie header provided, useful when web application requires authorization based on cookies and you an account;
- Provide an anonymous HTTP proxy address to pass by request to the target url;
- Other command line parameters to get database banner, enumerate databases, tables, columns, dump values, retrieve an arbitrary file content and provide own SQL expression to query remote database;
- Debug output messages in verbose mode execution;
- PHP setting magic_quotes_gpc evasion by encoding every query string, between single quotes, with CHAR (or similar) database function.
Enhancements:
- Added DBMS fingerprint based also upon HTML error messages parsing
defined in lib/parser.py which reads an XML file defining default
error messages for each supported DBMS;
- Added Microsoft SQL Server extensive DBMS fingerprint checks based
upon accurate @@version parsing matching on an XML file to get also
the exact patching level of the DBMS;
- Added support for query ETA (Estimated Time of Arrival) real time
calculation (--eta);
- Added support to extract database management system users password
hash on MySQL and PostgreSQL (--passwords);
- Added docstrings to all functions, classes and methods, consequently
released the sqlmap development documentation
;
- Implemented Google dorking feature (-g) to take advantage of Google
results affected by SQL injection to perform other command line
argument on their DBMS;
- Improved logging functionality: passed from banal print to Python
native logging library;
- Added support for more than one parameter in -p command line
option;
- Added support for HTTP Basic and Digest authentication methods
(--basic-auth and --digest-auth);
- Added the command line option --remote-dbms to manually specify
the remote DBMS;
- Major improvements in union.UnionCheck() and union.UnionUse()
functions to make it possible to exploit inband SQL injection also
with database comment characters (-- and #) in UNION SELECT
statements;
- Added the possibility to save the output into a file while performing
the queries (-o OUTPUTFILE) so it is possible to stop and resume the
same query output retrieving in a second time (--resume);
- Added support to specify the database table column to enumerate
(-C COL);
- Added inband SQL injection (UNION SELECT) support (--union-use);
- Extensive code refactoring, a lot of minor and some major fixes in
libraries;
- Reviewed the directory tree structure;
- Splitted lib/common.py: inband injection functionalities now are
moved to lib/union.py;
- Updated documentation files.
<<lesssqlmaps aim is to implement a fully functional database mapper tool which takes advantages of web application programming security flaws which lead to SQL injection vulnerabilities.
Main features:
- Test of the remote url stability, based on page hash or string match;
- Identification of url dynamic parameters;
- Test numeric, string (single quote and double quotes) SQL injection on all url dynamic parameters and at first vulnerable it will be used to perform the future SQL injections;
- Possible selection of HTTP method for testing and exploiting dynamic parameters, GET or POST (default: GET);
- Fingerprint of web application database back-end based upon specific queries output which identify database characteristics and banner grabbing;
- Random HTTP User-Agent header selection;
- HTTP Cookie header provided, useful when web application requires authorization based on cookies and you an account;
- Provide an anonymous HTTP proxy address to pass by request to the target url;
- Other command line parameters to get database banner, enumerate databases, tables, columns, dump values, retrieve an arbitrary file content and provide own SQL expression to query remote database;
- Debug output messages in verbose mode execution;
- PHP setting magic_quotes_gpc evasion by encoding every query string, between single quotes, with CHAR (or similar) database function.
Enhancements:
- Added DBMS fingerprint based also upon HTML error messages parsing
defined in lib/parser.py which reads an XML file defining default
error messages for each supported DBMS;
- Added Microsoft SQL Server extensive DBMS fingerprint checks based
upon accurate @@version parsing matching on an XML file to get also
the exact patching level of the DBMS;
- Added support for query ETA (Estimated Time of Arrival) real time
calculation (--eta);
- Added support to extract database management system users password
hash on MySQL and PostgreSQL (--passwords);
- Added docstrings to all functions, classes and methods, consequently
released the sqlmap development documentation
;
- Implemented Google dorking feature (-g) to take advantage of Google
results affected by SQL injection to perform other command line
argument on their DBMS;
- Improved logging functionality: passed from banal print to Python
native logging library;
- Added support for more than one parameter in -p command line
option;
- Added support for HTTP Basic and Digest authentication methods
(--basic-auth and --digest-auth);
- Added the command line option --remote-dbms to manually specify
the remote DBMS;
- Major improvements in union.UnionCheck() and union.UnionUse()
functions to make it possible to exploit inband SQL injection also
with database comment characters (-- and #) in UNION SELECT
statements;
- Added the possibility to save the output into a file while performing
the queries (-o OUTPUTFILE) so it is possible to stop and resume the
same query output retrieving in a second time (--resume);
- Added support to specify the database table column to enumerate
(-C COL);
- Added inband SQL injection (UNION SELECT) support (--union-use);
- Extensive code refactoring, a lot of minor and some major fixes in
libraries;
- Reviewed the directory tree structure;
- Splitted lib/common.py: inband injection functionalities now are
moved to lib/union.py;
- Updated documentation files.
Download (0.057MB)
Added: 2007-06-15 License: GPL (GNU General Public License) Price:
867 downloads
DMDirc 0.4
DMDirc is a new cross platform IRC client written in java. more>>
DMDirc project is a new cross platform IRC client written in java
DMDirc was started to address the lack of a good IRC client for Linux, it can however be run on any java capable platform, including OSX and window. While there are plenty of reasonable clients, most are lacking in one respect or another. We hope that DMDirc will fill this gap.
We are accepting feature requests and bug reports to our issue tracker at Google Code.
<<lessDMDirc was started to address the lack of a good IRC client for Linux, it can however be run on any java capable platform, including OSX and window. While there are plenty of reasonable clients, most are lacking in one respect or another. We hope that DMDirc will fill this gap.
We are accepting feature requests and bug reports to our issue tracker at Google Code.
Download (0.42MB)
Added: 2007-06-14 License: MIT/X Consortium License Price:
862 downloads
Wallpapoz 0.4
Wallpapoz tool enables your Gnome desktop to have different wallpapers for different workspaces or virtual desktops. more>>
Wallpapoz tool enables your Gnome desktop to have different wallpapers for different workspaces or virtual desktops. It offers quick orientation cues where you are. The other reason is to increase eye candy. In this version, it support randomization.
It means you can group your wallpapers into spesific workspaces. You can manage it so that your cartoon wallpapers will be randomize for certain times in workspace one, your nature wallpapers in workspace two, your adult wallpapers in workspace three and your Gnome wallpapers in workspace four.
There are two programs. One is the daemon that will monitor your desktop continuously. So when you change workspace or specified time has passed, the daemon wil change your desktop wallpaper.
The daemon it self reads your wallpapers list and preferation then acts according to that. The configuration file is written in xml format. Of course you can edit with any text editor but that is not convenient.
To make it easy, there is another program to edit this configuration file. Click the button, find the wallpapers that you would like to put into spesific workspace. Please see the screenshot to see how it works.
The daemon program name is daemon_wallpapoz.py. You need to add this program into Gnome start up programs list if you want every time you log into Gnome session, your Gnome desktop will have the ability to have different wallpapers for different workspaces. But first you need to make the configuration file by using program that called wallpapoz.py.
<<lessIt means you can group your wallpapers into spesific workspaces. You can manage it so that your cartoon wallpapers will be randomize for certain times in workspace one, your nature wallpapers in workspace two, your adult wallpapers in workspace three and your Gnome wallpapers in workspace four.
There are two programs. One is the daemon that will monitor your desktop continuously. So when you change workspace or specified time has passed, the daemon wil change your desktop wallpaper.
The daemon it self reads your wallpapers list and preferation then acts according to that. The configuration file is written in xml format. Of course you can edit with any text editor but that is not convenient.
To make it easy, there is another program to edit this configuration file. Click the button, find the wallpapers that you would like to put into spesific workspace. Please see the screenshot to see how it works.
The daemon program name is daemon_wallpapoz.py. You need to add this program into Gnome start up programs list if you want every time you log into Gnome session, your Gnome desktop will have the ability to have different wallpapers for different workspaces. But first you need to make the configuration file by using program that called wallpapoz.py.
Download (0.075MB)
Added: 2007-05-31 License: GPL (GNU General Public License) Price:
884 downloads
Nao 0.4.1
Nao is powerful, flexible, and utterly configurable file manager for UNIX systems, written using the FOX toolkit. more>>
Nao project is flexible, powerful and utterly configurable file manager for UNIX systems, written using the FOX toolkit.
Main features:
- Support for two panel view and single panel view
- Graphically configurable, you dont need to look at configuration file (but you can, it is written in XML)
- Powerful file recognition system allows you to configure how files of different types are shown (with colors and icons), and what happens when you doubleclick them
- Option for automatic configutation after first run
- Internal support for most file operations (copy, move, rename, makedir etc)
- Long operations are run in separated thread like for example copying/moving - you can use program during this process
- Open Source software licensed under the GNU General Public License
- Extensibility - two types of plugins - you can download and install them easily from configuration menu in program
- Virtual File System plugins adds supports for file systems like ftp,sftp, compressed files (tar.bz2,tar.gz) - you can use them like local files
- Commands plugins contain new commands with GUI
- Drag and Drop support compatible with KDE and GNOME applications
- Fast
- Thumbnails support
- Copy and paste
- Very fast and comfortable moving through directories
- Three icons display modes: big icons, small icons and details
- You can add new commands or change existing
- Option for setting hotkeys for all available operations
Enhancements:
- The main new features are internationalization (with translations for English, Polish, and German), enhanced support for UTF-8 and other charsets, support for large files, enhanced information about files in the statusbar, more precision with displaying files size, and automouting of CDROMs and other removable devices.
<<lessMain features:
- Support for two panel view and single panel view
- Graphically configurable, you dont need to look at configuration file (but you can, it is written in XML)
- Powerful file recognition system allows you to configure how files of different types are shown (with colors and icons), and what happens when you doubleclick them
- Option for automatic configutation after first run
- Internal support for most file operations (copy, move, rename, makedir etc)
- Long operations are run in separated thread like for example copying/moving - you can use program during this process
- Open Source software licensed under the GNU General Public License
- Extensibility - two types of plugins - you can download and install them easily from configuration menu in program
- Virtual File System plugins adds supports for file systems like ftp,sftp, compressed files (tar.bz2,tar.gz) - you can use them like local files
- Commands plugins contain new commands with GUI
- Drag and Drop support compatible with KDE and GNOME applications
- Fast
- Thumbnails support
- Copy and paste
- Very fast and comfortable moving through directories
- Three icons display modes: big icons, small icons and details
- You can add new commands or change existing
- Option for setting hotkeys for all available operations
Enhancements:
- The main new features are internationalization (with translations for English, Polish, and German), enhanced support for UTF-8 and other charsets, support for large files, enhanced information about files in the statusbar, more precision with displaying files size, and automouting of CDROMs and other removable devices.
Download (0.55MB)
Added: 2007-05-14 License: GPL (GNU General Public License) Price:
897 downloads
GtkFtpd 1.0.4
GtkFtpd provides an FTP server with a personal, convivial interface. more>>
GtkFtpd provides an FTP server with a personal, convivial interface.
GtkFtpd is an FTP server designed to provide a personal, convivial interface.
Its very easy to use.
It allows direct interaction with connected users, giving a real-time display of what they are doing, along with the option to kick or ban them.
<<lessGtkFtpd is an FTP server designed to provide a personal, convivial interface.
Its very easy to use.
It allows direct interaction with connected users, giving a real-time display of what they are doing, along with the option to kick or ban them.
Download (0.28MB)
Added: 2007-04-30 License: GPL (GNU General Public License) Price:
907 downloads
Ftpmap 0.4
Ftpmap enables you to find what software/version a FTP server is running according to its fingerprint. more>>
Ftpmap enables you to find what software/version a FTP server is running according to its fingerprint.
Ftpmap scans remote FTP servers to identify what software and what versions they are running.
It uses program-specific fingerprints to discover the name of the software even when banners have been changed or removed, or when some features have been disabled.
IPv6 is fully supported.
Install>/b>
./configure
make
make install
Usage
Usage : ftpmap [-h] [-P ] [-u ] [-p ] -s
-h : help
-P : connect to port (default=21)
-u : login to the server as (default=ftp)
-p : use this password (default=mickey@disneyland.com)
-s : connect to FTP server running on (IP or name)
Whats New in This Release:
- Check for ESTP/ESTA.
- Dont give up when a command times out.
- More fingerprints.
<<lessFtpmap scans remote FTP servers to identify what software and what versions they are running.
It uses program-specific fingerprints to discover the name of the software even when banners have been changed or removed, or when some features have been disabled.
IPv6 is fully supported.
Install>/b>
./configure
make
make install
Usage
Usage : ftpmap [-h] [-P ] [-u ] [-p ] -s
-h : help
-P : connect to port (default=21)
-u : login to the server as (default=ftp)
-p : use this password (default=mickey@disneyland.com)
-s : connect to FTP server running on (IP or name)
Whats New in This Release:
- Check for ESTP/ESTA.
- Dont give up when a command times out.
- More fingerprints.
Download (0.093MB)
Added: 2007-04-30 License: GPL (GNU General Public License) Price:
907 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 pearpc 0.4 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