Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Top Posters

Who's Online (0)

Powered by Vanilla. Made with Bootstrap.
[Java] WikiWords Crawler v1.1
  • Deque
    Posts: 78
    Hello iExploit.

    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.

    Download: http://www.mediafire.com/?emql7r80gr6c16r

    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.

    http://s7.directupload.net/images/110430/lvp8899p.png

    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.

    Lines of Code: 520 without empty lines

    License:
    [spoiler]Copyright 2011 Deque at http://haxme.org, http://www.iexploit.org/. All rights reserved.

    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]


    Deque
  • tareifz
    Posts: 18
    I will try it ..
    Thanks .. :)
  • Xin
    Posts: 3,251
    Really useful thanks i will use this, any chance of a nice CLI version that i can use?
    Xin
  • Deque
    Posts: 78

    any chance of a nice CLI version that i can use?


    I have none yet. But I could make one. Shouldn't be much effort.
  • volvo14
    Posts: 18
    i tried it good jobs :)