[W3af-develop] You have to install nltk.

2011-01-18 Thread Ryan Dewhurst
When I first run the latest SVN revision (3956) of w3af_gui on
BackTrack4 RC2, I got the following error:

You have to install nltk.
- On Debian based distributions: apt-get install python-nltk

As far as I'm aware BT4 RC2 is based off of Ubuntu which is a Debian
system. When running 'apt-get install python-nltk' (as root) it cannot
find the package.

To get it working I took the following steps:

wget http://pyyaml.org/download/pyyaml/PyYAML-3.09.tar.gz
tar -xzvf PyYAML-3.09.tar.gz
cd PyYAML-3.09
python setup.py install
cd ..
wget http://nltk.googlecode.com/files/nltk-2.0b9.tar.gz
tar -xzvf nltk-2.0b9.tar.gz
cd nltk-2.0b9
python setup.py install

After that w3af_gui would run. Just thought I would put it here in
case anyone else came across the same situation.

Ryan

Ryan Dewhurst

blog www.ethicalhack3r.co.uk
projects www.dvwa.co.uk | www.webwordcount.com
twitter www.twitter.com/ethicalhack3r

--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
___
W3af-develop mailing list
W3af-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/w3af-develop


Re: [W3af-develop] You have to install nltk.

2011-01-18 Thread Andres Riancho
Ryan,

Please read comments inline,

On Tue, Jan 18, 2011 at 8:29 AM, Ryan Dewhurst ryandewhu...@gmail.com wrote:
 When I first run the latest SVN revision (3956) of w3af_gui on
 BackTrack4 RC2, I got the following error:

 You have to install nltk.
 - On Debian based distributions: apt-get install python-nltk

 As far as I'm aware BT4 RC2 is based off of Ubuntu which is a Debian
 system. When running 'apt-get install python-nltk' (as root) it cannot
 find the package.

That's strange! BT4 might be based on an old version of
Debian/Ubuntu. The python-nltk package exists in ubuntu, I wasn't
drunk when I wrote this :)
http://packages.ubuntu.com/lucid/python-nltk

 To get it working I took the following steps:

 wget http://pyyaml.org/download/pyyaml/PyYAML-3.09.tar.gz
 tar -xzvf PyYAML-3.09.tar.gz
 cd PyYAML-3.09
 python setup.py install
 cd ..
 wget http://nltk.googlecode.com/files/nltk-2.0b9.tar.gz
 tar -xzvf nltk-2.0b9.tar.gz
 cd nltk-2.0b9
 python setup.py install

Just updated the dependencyCheck.py file in order to incorporate
your feedback.
https://sourceforge.net/apps/trac/w3af/changeset/3957/trunk

 After that w3af_gui would run. Just thought I would put it here in
 case anyone else came across the same situation.


Thanks!

 Ryan

 Ryan Dewhurst

 blog www.ethicalhack3r.co.uk
 projects www.dvwa.co.uk | www.webwordcount.com
 twitter www.twitter.com/ethicalhack3r

 --
 Protect Your Site and Customers from Malware Attacks
 Learn about various malware tactics and how to avoid them. Understand
 malware threats, the impact they can have on your business, and how you
 can protect your company and customers by using code signing.
 http://p.sf.net/sfu/oracle-sfdevnl
 ___
 W3af-develop mailing list
 W3af-develop@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/w3af-develop




-- 
Andrés Riancho
Director of Web Security at Rapid7 LLC
Founder at Bonsai Information Security
Project Leader at w3af

--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
___
W3af-develop mailing list
W3af-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/w3af-develop