-
stallone the
root@bt:/pentest/passwords/wyd# ./wyd.pl -o wordlist test
*
* ./wyd.pl 0.2 by Max Moser and Martin J. Muench
*
* Error initializing some modules:
wlgmod::doc: Cannot find 'catdoc' (http://www.45.free.net/~vitus/software/catdoc/)
wlgmod::odt: Canont find module OpenOffice::OODoc (CPAN/modules)
wlgmod::mp3: Cannot find 'mp3info' (MP3Info)
wlgmod::jpeg: Cannot find 'jhead' (Exif Jpeg header manipulation tool)
wlgmod::ppt: Cannot find 'catppt' (http://www.45.free.net/~vitus/software/catdoc/)
* Press enter to disable them and continue or STRG+C to abort
disable
Ignoring file 'www.pizza.org/netwars/product/files/82941c2_assy1-custom.jpg'
Ignoring file 'www.pizza.org/netwars/product/files/utx-end-7-custom.jpg'
Ignoring file 'www.pizza.org/netwars/rw_common/themes/urban/handheld.css'
Ignoring file 'www.pizza.org/netwars/rw_common/themes/urban/javascript.js'
Ignoring file 'www.pizza.org/netwars/rw_common/themes/urban/styles.css'
** Done
-
Re: stallone the
I had the same errors on BT4 pre as well. Edit: Tested on BT3 final and worked fine.
Code:
root@BT:/pentest/passwords/wyd# ./wyd.pl -o output.txt www.google.com/
*
* ./wyd.pl 0.2 by Max Moser and Martin J. Muench
*
* Error initializing some modules:
wlgmod::doc: Cannot find 'catdoc' (http://www.45.free.net/~vitus/software/catdoc/)
wlgmod::odt: Canont find module OpenOffice::OODoc (http://www.cpan.org/modules/index.html)
wlgmod::mp3: Cannot find 'mp3info' (http://www.ibiblio.org/mp3info/)
wlgmod::jpeg: Cannot find 'jhead' (http://www.sentex.net/~mwandel/jhead/)
wlgmod::ppt: Cannot find 'catppt' (http://www.45.free.net/~vitus/software/catdoc/)
* Press enter to disable them and continue or STRG+C to abort
** Done
root@BT:/pentest/passwords/wyd# apt-get install catdoc
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
pymacs samdump2-menu python-mode pyrit pyrex-mode hydra pychecker
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed:
catdoc
0 upgraded, 1 newly installed, 0 to remove and 33 not upgraded.
---snip---
root@BT:/pentest/passwords/wyd# ./wyd.pl -o output.txt www.google.com/
*
* ./wyd.pl 0.2 by Max Moser and Martin J. Muench
*
* Error initializing some modules:
wlgmod::odt: Canont find module OpenOffice::OODoc (http://www.cpan.org/modules/index.html)
wlgmod::mp3: Cannot find 'mp3info' (http://www.ibiblio.org/mp3info/)
wlgmod::jpeg: Cannot find 'jhead' (http://www.sentex.net/~mwandel/jhead/)
* Press enter to disable them and continue or STRG+C to abort
** Done
After testing adding catdoc, the issue (for catdoc) went away. I didn't try with the other modules but you apt-cache search them out.