Here is Release 1.1 of my WikiWords Crawler. This program allows you to create wordlists with real words that it finds in Wikipedia articles. The knowledge of what is a real world may help you in coding cipher-cracking-programs. It may also be used as a base for topic specific passwords.
A startword is needed, e.g. "Room" (if you want words belonging to a specific topic just choose the appropriate startword). So the program gets all words that are used within the article "Room" and afterwards it uses all these words as searchwords in wikipedia and so on until you press the "Stop" button or the word maximum is reached. The crawler eliminates duplicate words and also marks, if it already has used a word for searching.
The options should be self explaining (if not, just ask). You can also edit the URL e.g. to get words in another language. I wish you fun. If you find any bugs or have suggestions, please tell me.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY Deque at http://haxme.org, http://www.iexploit.org/ ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL Deque at http://haxme.org, http:/ OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
The views and conclusions contained in the software and documentation are those of the authors and should not be interpreted as representing official policies, either expressed or implied, of Deque at http://haxme.org, http://www.iexploit.org/.[/spoiler]