ask price
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 660

Ask and Receive 2.2
Free award winning spam proof link building and management software more>> Boost your web site traffic and search engine position with Ask and Receive free and easy linking building and management software. Ask and Receive Increases quality traffic to your site with
out any cost and without any gimmicks or SPAM. Links to your web site from other sites is the best way to get your web site top listed in search engines. In addition, having outgoing links from your site which link to noteworthy.
Ask and Receive is a full-featured Reciprocal Link management system intended to be installed on any web site which provides PHP language support.
Get Version 2.2 now!<<less
Download (77KB)
Added: 2009-04-06 License: Freeware Price: Free
205 downloads
PRICE 0.8.1
PRICE can open several image file formats and apply high-quality filters and other enhancements. more>>
PRICE can open several image file formats and apply high-quality filters and other enhancements. PRICE was written to support the authors research in image processing.
PRICE was born to support my research in image processing. So I have decided to work on a usable application that can open several file formats and apply high quality filters and other enhancements to the image.
<<lessPRICE was born to support my research in image processing. So I have decided to work on a usable application that can open several file formats and apply high quality filters and other enhancements to the image.
Download (0.15MB)
Added: 2006-11-05 License: GPL (GNU General Public License) Price:
1089 downloads
dnstracer 1.8
dnstracer trace a chain of DNS servers to the source. more>>
Dnstracer determines where a given Domain Name Server (DNS) gets its information from, and follows the chain of DNS servers back to the servers which know the data.
Enhancements:
- Better handling of timeout (instead of a static value, start with five seconds and double it each retry)
- Warnings are printed if you receive a different RR type than the one you asked for (for example when you ask for an A record and receive a CNAME)
- Fixed problems when records received in the authority field are shorter than the domain the nameserver is authoritative for.
- When compiled without IPv6 support on an IPv6 capable machine the machine tried to query the IPv6 translated IPv5 address anyway.
- -C caches hosts which havent answered too.
<<lessEnhancements:
- Better handling of timeout (instead of a static value, start with five seconds and double it each retry)
- Warnings are printed if you receive a different RR type than the one you asked for (for example when you ask for an A record and receive a CNAME)
- Fixed problems when records received in the authority field are shorter than the domain the nameserver is authoritative for.
- When compiled without IPv6 support on an IPv6 capable machine the machine tried to query the IPv6 translated IPv5 address anyway.
- -C caches hosts which havent answered too.
Download (0.12MB)
Added: 2005-04-26 License: BSD License Price:
1652 downloads
Kitco Spot Gold Price Watcher 1.0
Kitco Spot Gold Price Watcher is an extension which fetches the Bid and Ask price of Spot Gold from Kitcos website. more>>
Kitco Spot Gold Price Watcher is an extension which fetches the Bid and Ask price of Spot Gold from Kitcos website.
This extension retrieve the Bid and Ask price of Spot Gold from Kitcos website.
<<lessThis extension retrieve the Bid and Ask price of Spot Gold from Kitcos website.
Download (0.004MB)
Added: 2007-04-04 License: MPL (Mozilla Public License) Price:
635 downloads
A PurpleBunny! 1.0.0
PurpleBunny is a Firefox extension that can help you quickly and easily read and write comments about a web page. more>>
PurpleBunny is a Firefox extension that can help you quickly and easily read and write comments about the web page youre viewing. You can praise a page, ask a question, read comments about an entire site, discuss the content of a web page with other web surfers -- the possibilities are endless!
PurpleBunny stores these comments in a centralized location for easy access, and the handy toolbar alerts you when a page youre viewing has comments. Using PurpleBunny is like writing notes for future readers in the margin of a library book, but without messing up the original material! Plus, its more organized -- PurpleBunny groups comments by web site, and you can also sort all comments or search for specific keywords
<<lessPurpleBunny stores these comments in a centralized location for easy access, and the handy toolbar alerts you when a page youre viewing has comments. Using PurpleBunny is like writing notes for future readers in the margin of a library book, but without messing up the original material! Plus, its more organized -- PurpleBunny groups comments by web site, and you can also sort all comments or search for specific keywords
Download (0.055MB)
Added: 2007-05-03 License: MPL (Mozilla Public License) Price:
905 downloads
pINET 0R3
pINET implements a Python interface for the NASDAQ INET XML service. more>>
pINET implements a Python interface for the NASDAQ INET XML service. pINET allows access to real-time stock orders, executions, and statistics.
Installation:
- Place pINET.py in the directory your source resides in (site-lib, if youd like, but theres no setup.py yet)
- Replace the token variable with your INET developer token (http://data.inetats.com/members/ws/newtoken.jsp)
- import pINET ...
Examples:
- test.st.py: single-threaded example
- test.mt.py: multi-threaded example
API:
Single-threaded (see test.st.py)
- requestOrders (symbol): returns up to 50 open orders on both sides in form:
{ buy:
[{price: ..., shares: ..., type: ...}, ...],
sell:
[{price: ..., shares: ..., type: ...}, ...]
}
- requestExecs (symbol): returns up to last 100 INET executions in form:
[ {price: ..., shares: ..., time: ..., type: ...} ... ]
- requestStats (symbol): returns open, booked, and matched share statistics in form:
{ book: {shares: ..., orders: ...},
open: {shares: ..., orders: ...},
match: {shares: ..., price: ...}
}
Multi-threaded (see test.mt.py)
- class RequesterThread
RequesterThread(symbol, type):
-symbol: NASDAQ symbol
-type: {reqOrders, reqExecs, reqStats}
RequesterThread.ID contains the threads job ID, which in turn is used as the key by the pINET.jobQueue dictionary.
Enhancements:
- The Top List API has been implemented and the source has been fully documented with examples via pydoc.
- The setup.py install script and unit.py test script have also been integrated into the release.
- Lastly among minor fixes, there is also a beta Tk interface that allows tracking of the top volume list and any NASDAQ symbol, displaying price, ask and bid, volume, and five-day graph.
<<lessInstallation:
- Place pINET.py in the directory your source resides in (site-lib, if youd like, but theres no setup.py yet)
- Replace the token variable with your INET developer token (http://data.inetats.com/members/ws/newtoken.jsp)
- import pINET ...
Examples:
- test.st.py: single-threaded example
- test.mt.py: multi-threaded example
API:
Single-threaded (see test.st.py)
- requestOrders (symbol): returns up to 50 open orders on both sides in form:
{ buy:
[{price: ..., shares: ..., type: ...}, ...],
sell:
[{price: ..., shares: ..., type: ...}, ...]
}
- requestExecs (symbol): returns up to last 100 INET executions in form:
[ {price: ..., shares: ..., time: ..., type: ...} ... ]
- requestStats (symbol): returns open, booked, and matched share statistics in form:
{ book: {shares: ..., orders: ...},
open: {shares: ..., orders: ...},
match: {shares: ..., price: ...}
}
Multi-threaded (see test.mt.py)
- class RequesterThread
RequesterThread(symbol, type):
-symbol: NASDAQ symbol
-type: {reqOrders, reqExecs, reqStats}
RequesterThread.ID contains the threads job ID, which in turn is used as the key by the pINET.jobQueue dictionary.
Enhancements:
- The Top List API has been implemented and the source has been fully documented with examples via pydoc.
- The setup.py install script and unit.py test script have also been integrated into the release.
- Lastly among minor fixes, there is also a beta Tk interface that allows tracking of the top volume list and any NASDAQ symbol, displaying price, ask and bid, volume, and five-day graph.
Download (0.002MB)
Added: 2006-02-27 License: Public Domain Price:
1334 downloads
Sporkie 0.1-alpha-RC1
Sporkie is a challenge/response spam email filter. more>>
Sporkie is a challenge/response spam email filter. Sporkie project uses CAPTCHAs (randomly generated, distorted images of numbers) in order to verify that a person sending email is human.
It works in the same manner as the ASK project, except that Sporkie uses CAPTCHAs. The main advantage to using CAPTCHAs is that it catches automated spam bots that dont spoof their email address. With ASK, such bots would get through the system.
This software works by sending a verifcation e-mail with a link back to anyone who sends you an e-mail. The user must then follow the link and enter the numbers they see in an image. If they input the correct numbers their e-mail gets put on a white list. All past (e-mail sent within the past 90 days) and future e-mails from that user will go directly to the intended account. It will completely eliminate all spam since it verifies that the e-mail address the mail was sent from was the real address, and that a human person uses that e-mail address. Other systems simply verify the address is a real e-mail address.
Sporkie is written completly in Java. It requires Java 5.0 or higher, however very minimal portions of code use 1.5 specific idioms. It would not be hard to write a Java 1.4 port.
Sporkie is provided under the OSCL Type-C license.
Sporkie is currently in an alpha stage so there is no stable release as of yet.
<<lessIt works in the same manner as the ASK project, except that Sporkie uses CAPTCHAs. The main advantage to using CAPTCHAs is that it catches automated spam bots that dont spoof their email address. With ASK, such bots would get through the system.
This software works by sending a verifcation e-mail with a link back to anyone who sends you an e-mail. The user must then follow the link and enter the numbers they see in an image. If they input the correct numbers their e-mail gets put on a white list. All past (e-mail sent within the past 90 days) and future e-mails from that user will go directly to the intended account. It will completely eliminate all spam since it verifies that the e-mail address the mail was sent from was the real address, and that a human person uses that e-mail address. Other systems simply verify the address is a real e-mail address.
Sporkie is written completly in Java. It requires Java 5.0 or higher, however very minimal portions of code use 1.5 specific idioms. It would not be hard to write a Java 1.4 port.
Sporkie is provided under the OSCL Type-C license.
Sporkie is currently in an alpha stage so there is no stable release as of yet.
Download (0.067MB)
Added: 2006-05-30 License: Freely Distributable Price:
1242 downloads
AmorInformer 1.0
AmorInformer is a simple Python script which uses amor for displaying the current track playing. more>>
AmorInformer is a simple Python script which uses amor for displaying the current track playing.
Simply run the script. First time it will ask you how do you want amor to show you the track playing. In case you have amor closed it will open it up for you.
<<lessSimply run the script. First time it will ask you how do you want amor to show you the track playing. In case you have amor closed it will open it up for you.
Download (0.008MB)
Added: 2006-09-04 License: GPL (GNU General Public License) Price:
1147 downloads
ASK - Active Spam Killer 2.5.3
ASK is a spam killer. more>>
ASK is a spam killer. This program (Active Spam Killer, or ASK for short) takes an "Active" approach in solving the problem: Everytime an email is received, a message is sent back to the sender asking for confirmation. If that sender does not confirm the message, it remains queued for delivery. If the sender confirms, the message is delivered and removed from the queue. The "confirmed" senders will be added to your "whitelist" and will never be sent another confirmation. Messages from these emails will always be delivered immediately . You can also specify an "ignorelist" for emails that should be always ignored and a "blacklist" that will cause a nastygram to be sent back to the sender everytime an email is received.
There are many traditional approaches to avoiding spam. The most common approach is based on "content-filtering": a program that attempts to classify incoming mails based on their content. This works partially, but in reality, its somewhat easy to find ways to avoid it.
ASK takes advantage of the fact that most spammers use invalid or fake "From:" address in their messages. When a new message arrives and the sender is unknown, ASK sends a "confirmation message" back, informing the sender that the original message has been queued, pending confirmation. When the sender confirms (a simple reply), ASK delivers the original message and adds the sender to a "whitelist". Further messages from this sender will be immediately delivered. It is also possible to ignore messages based on specific criteria, like senders email, subject and so on.
The goal of ASK is to block Spam mail before it is delivered to your mailbox. As we know, filtering alone is not effective since many times Spam mail contains no detectable elements.
ASK should be invoked from .forward (or .procmailrc if you are using procmail). The incoming message should be piped to ASK, which will be in charge of doing the actual delivery.
When ASK receives an email, if first checks the email address against your "ignorelist". If the address is listed there, its ignored completely. Then, the message is checked against your "blacklist". If its there, a nastygram is sent back to the sender with something like "Please stop sending me emails" in the Subject line.
The real fun happens when an email comes from an unknown user (i.e, someone not in any of your lists). In this case, ASK calculates the MD5 checksum of the message + a secret MD5 key (configured during installation time). This number is sent as part of a "confirmation message" back to the user. If the user replies to it, the confirmation number (in the subject) is recognized, the message is dequeued and delivered. If the user does not reply, the message remains queued until its removed.
The program has some intelligence to deal with specific cases. For instance, if a mail is sent to a non-existing user, the error message from mailer-daemon is ignored. This avoids seeing lots of "invalid user" messages in your inbox.
Another interesting "twist" is that messages coming from your own email address are never trusted. If the spammer knows your address he could easily fake your own address as the From: line. Messages coming from you will be identified by a "mailkey", a piece of string you always put on your message by default (maybe a piece of your own signature). Note that this has the added side-effect of allowing any messages coming in reply to a message you sent to someone (as long as that person keeps your "mailkey" in its quoted reply, a practice common these days).
The program never deletes any messages. For instance, if you send yourself a message without your mailkey (a possible Spam), it will be saved in a "Junk" mailfolder (you can specify this folder during the configuration).
<<lessThere are many traditional approaches to avoiding spam. The most common approach is based on "content-filtering": a program that attempts to classify incoming mails based on their content. This works partially, but in reality, its somewhat easy to find ways to avoid it.
ASK takes advantage of the fact that most spammers use invalid or fake "From:" address in their messages. When a new message arrives and the sender is unknown, ASK sends a "confirmation message" back, informing the sender that the original message has been queued, pending confirmation. When the sender confirms (a simple reply), ASK delivers the original message and adds the sender to a "whitelist". Further messages from this sender will be immediately delivered. It is also possible to ignore messages based on specific criteria, like senders email, subject and so on.
The goal of ASK is to block Spam mail before it is delivered to your mailbox. As we know, filtering alone is not effective since many times Spam mail contains no detectable elements.
ASK should be invoked from .forward (or .procmailrc if you are using procmail). The incoming message should be piped to ASK, which will be in charge of doing the actual delivery.
When ASK receives an email, if first checks the email address against your "ignorelist". If the address is listed there, its ignored completely. Then, the message is checked against your "blacklist". If its there, a nastygram is sent back to the sender with something like "Please stop sending me emails" in the Subject line.
The real fun happens when an email comes from an unknown user (i.e, someone not in any of your lists). In this case, ASK calculates the MD5 checksum of the message + a secret MD5 key (configured during installation time). This number is sent as part of a "confirmation message" back to the user. If the user replies to it, the confirmation number (in the subject) is recognized, the message is dequeued and delivered. If the user does not reply, the message remains queued until its removed.
The program has some intelligence to deal with specific cases. For instance, if a mail is sent to a non-existing user, the error message from mailer-daemon is ignored. This avoids seeing lots of "invalid user" messages in your inbox.
Another interesting "twist" is that messages coming from your own email address are never trusted. If the spammer knows your address he could easily fake your own address as the From: line. Messages coming from you will be identified by a "mailkey", a piece of string you always put on your message by default (maybe a piece of your own signature). Note that this has the added side-effect of allowing any messages coming in reply to a message you sent to someone (as long as that person keeps your "mailkey" in its quoted reply, a practice common these days).
The program never deletes any messages. For instance, if you send yourself a message without your mailkey (a possible Spam), it will be saved in a "Junk" mailfolder (you can specify this folder during the configuration).
Download (0.09MB)
Added: 2006-12-23 License: GPL (GNU General Public License) Price:
1036 downloads

Ask and Receive - Reciprocal Links 2.0
full-featured Reciprocal Link management system in PHP more>> Ask and Receive? is a full-featured Reciprocal Link management system intended to be installed on any web site which provides PHP language support.
Ask and Receive? Increases quality traffic to your site with out any cost and without any gimmicks or SPAM. Links to your web site from other sites is the best way to get your web site top listed in search engines. In addition, having outgoing links from your site which link to noteworthy and top listed sites is considered by SEOs (Search Engine Optimizers) as another excellent method to increase your sites ranking. With Ask and Receive? you let visitors automatically add their own links to your site and then approve which links you want to accept. Also, with Ask and Receive? you can add outgoing links directly to your own site, and nudge those site owners to return the favor by linking to you. Ask and Receive? has been designed with enhanced Search Engine Optimization features. This means that the link pages that are set up on your web site will be highly visible to search engines such as Google and will help your overall page rank index and page visibility, and will do so using proper and acceptable methods, considered good-practice by Google and other search engines.
With Ask and Receive? you can wait for visitors to enter their requests for reciprocal links, or you can "nudge" a site by adding a link to them first. This is the "being nice first" feature, and allows you to rapidly add a set of high-caliber out-going links on your site while simultaneously "nudging" those site owners to return the favor by linking back to your site: and Ask and Receive? generates and then emails to these other site owners all the HTML code needed for your link.
Contains over 50 user editable features in the rl_vars.php file. This file can either be edited with a text editor, or, depending on the configuration of your ISPs installation of PHP, can be edited from the Ask and Receive? Admin menu. All source code provided<<less
Download (77KB)
Added: 2009-04-24 License: Freeware Price: Free
182 downloads
Ask.com Toolbar 2.0
Ask.com Toolbar is an extension to search better with Ask.com whereever you go with your Firefox browser. more>>
Ask.com Toolbar is an extension to search better with Ask.com whereever you go with your Firefox browser. Get direct access to the new AskCity and a convenient drop-down box for Maps with your favorite locations.
Save images and Web pages for sharing in MyStuff, get your fill of the blogosphere with Ask-powered blog and feed search, and read news headlines right in the toolbar. Customize your toolbar with any of these and many other options including weather, stocks, shopping, translations and more.
<<lessSave images and Web pages for sharing in MyStuff, get your fill of the blogosphere with Ask-powered blog and feed search, and read news headlines right in the toolbar. Customize your toolbar with any of these and many other options including weather, stocks, shopping, translations and more.
Download (0.063MB)
Added: 2007-05-03 License: Other/Proprietary License Price:
907 downloads
poMMo PR15.1
poMMo can be used to add a mailing list to your Web site or to organize stand alone mailings. more>>
poMMo is versatile mass mailing software. poMMo can be used to add a mailing list to your Web site or to organize stand alone mailings.
Unique features such as the ability to mail subsets of your subscribers set it apart from alternatives.
Main features:
Ease of Use
- Subscription Form
- EnlargeSubscription Form
- poMMo is designed around the concept of simplicity. It is easy to install and administer.
- A clean and intuitive interface featuring AJAX controls aids you in managing subscribers, groups, and mailings.
- See the Tour or visit our online Demonstration install.
- Integrate poMMo into your existing website with only 3 lines of code!
- Look and feel can be changed by any web designer using with SMARTY templates devoid of PHP!
- Simple, two minute installation.
- No advanced administrative tasks such as setting a crontab event.
- Compatible with any common webhosting provider.
Flexibility
- Group Creation
- EnlargeGroup Creation
- Your subscribers are inserted into an powerful database that is simplistic to manipulate and allows unprecedented flexibility regardless of expertise. poMMo can be tailored to suit any needs.
- Collect any number of completely customizable demographics through Subscriber Fields.
- Create Mailing Groups of subscribers based off their demographic values. Mail a subset of your subscribers -- see Understand Groups.
- Mailing Messages and "on success" URLs are easily customized.
- Implementation Examples
- Realtor: Ask your subscribers what neigborhoods, property size, price range, and other attributes they are interested in. When a new property becomes available, mail subscribers who have expressed interest in this particular type of property.
- Multiple Website Newsletters: Create a subscriber field asking which newsletter(s) your subscriber would like to recieve.
- Shoe Store: Collect shoe size and preferred style and brand from your subscribers. When new shoes arrive, or during a sale, notify the customers most interested. Perhaps offer an "exlusive" discount to these subscribers.
- Marketer: Import large amounts of subscribers and their assosiated demographics. Create groups using poMMos powerful filtering criteria to pinpoint your audience.
- Band: Collect your subscribers geographic location and whether theyd like to be part of a volunteer street team. Notify the list that the band will be performing near their town by creating groups based of geography.
Enhancements:
- Fixes were made for suppression of PHP notices, reloading and previewing of plain text mailings, loading of sample data from the support library, WYSIWYG Editor mangling of URLs, bandwidth throttle calculations, throttle setting limitations, and typographical errors.
<<lessUnique features such as the ability to mail subsets of your subscribers set it apart from alternatives.
Main features:
Ease of Use
- Subscription Form
- EnlargeSubscription Form
- poMMo is designed around the concept of simplicity. It is easy to install and administer.
- A clean and intuitive interface featuring AJAX controls aids you in managing subscribers, groups, and mailings.
- See the Tour or visit our online Demonstration install.
- Integrate poMMo into your existing website with only 3 lines of code!
- Look and feel can be changed by any web designer using with SMARTY templates devoid of PHP!
- Simple, two minute installation.
- No advanced administrative tasks such as setting a crontab event.
- Compatible with any common webhosting provider.
Flexibility
- Group Creation
- EnlargeGroup Creation
- Your subscribers are inserted into an powerful database that is simplistic to manipulate and allows unprecedented flexibility regardless of expertise. poMMo can be tailored to suit any needs.
- Collect any number of completely customizable demographics through Subscriber Fields.
- Create Mailing Groups of subscribers based off their demographic values. Mail a subset of your subscribers -- see Understand Groups.
- Mailing Messages and "on success" URLs are easily customized.
- Implementation Examples
- Realtor: Ask your subscribers what neigborhoods, property size, price range, and other attributes they are interested in. When a new property becomes available, mail subscribers who have expressed interest in this particular type of property.
- Multiple Website Newsletters: Create a subscriber field asking which newsletter(s) your subscriber would like to recieve.
- Shoe Store: Collect shoe size and preferred style and brand from your subscribers. When new shoes arrive, or during a sale, notify the customers most interested. Perhaps offer an "exlusive" discount to these subscribers.
- Marketer: Import large amounts of subscribers and their assosiated demographics. Create groups using poMMos powerful filtering criteria to pinpoint your audience.
- Band: Collect your subscribers geographic location and whether theyd like to be part of a volunteer street team. Notify the list that the band will be performing near their town by creating groups based of geography.
Enhancements:
- Fixes were made for suppression of PHP notices, reloading and previewing of plain text mailings, loading of sample data from the support library, WYSIWYG Editor mangling of URLs, bandwidth throttle calculations, throttle setting limitations, and typographical errors.
Download (1.2MB)
Added: 2007-04-30 License: GPL (GNU General Public License) Price:
917 downloads
Domain Name Portfolio 0.8.0
Domain Name Portfolio is a PHP and MySQL based application to help domain owners better organize their portfolio. more>>
Domain Name Portfolio is a PHP and MySQL based application to help domain owners better organize their portfolio.
It allows you to list your domains with their expiry, registrar, and a price.
Also allows visitors to your portfolio to contact you about a given domain.
Main features:
- Script features
Enhancements:
- This release brings support for MySQLi, along with minor bugfixes and several function improvements.
<<lessIt allows you to list your domains with their expiry, registrar, and a price.
Also allows visitors to your portfolio to contact you about a given domain.
Main features:
- Script features
Enhancements:
- This release brings support for MySQLi, along with minor bugfixes and several function improvements.
Download (0.15MB)
Added: 2007-07-30 License: GPL (GNU General Public License) Price:
822 downloads
GDancer 0.4.6
GDancer is a dancing Space Ghost XMMS plugin. more>>
GDancer is a visualization plugin for XMMS which animates the lovable cartoon character Space Ghost to your favorite MP3s.
You can also have other characters through themes.
Installation
Source
tar xzvf gdancer-0.4.0.tar.gz
cd gdancer-0.4.0
./configure
make
su (It will ask for a password, put in roots password)
make install
exit
(Read the INSTALL file if problems occur)
RPM
su (Will ask for password, enter roots password)
rpm -Uvh gdancer-0.4.0-1.i386.rpm
<<lessYou can also have other characters through themes.
Installation
Source
tar xzvf gdancer-0.4.0.tar.gz
cd gdancer-0.4.0
./configure
make
su (It will ask for a password, put in roots password)
make install
exit
(Read the INSTALL file if problems occur)
RPM
su (Will ask for password, enter roots password)
rpm -Uvh gdancer-0.4.0-1.i386.rpm
Download (0.07MB)
Added: 2005-05-10 License: GPL (GNU General Public License) Price:
1627 downloads
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.
<<lessSQLIer 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.
Download (MB)
Added: 2006-10-12 License: BSD License Price:
1111 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 ask price 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