Hi Andres,
Thanks for the help.The suggested method resolved the issue.
When i tried
./w3af_console
Traceback (most recent call last):
File "./w3af_console", line 25, in <module>
from core.ui.console.console_ui import ConsoleUI
File "/home/ubuntu/w3af/core/ui/console/console_ui.py", line 42, in
<module>
from core.controllers.w3afCore import w3afCore
File "/home/ubuntu/w3af/core/controllers/w3afCore.py", line 36, in
<module>
from core.controllers.core_helpers.strategy import w3af_core_strategy
File "/home/ubuntu/w3af/core/controllers/core_helpers/strategy.py", line
30, in <module>
from core.data.url.extended_urllib import MAX_ERROR_COUNT
File "/home/ubuntu/w3af/core/data/url/extended_urllib.py", line 45, in
<module>
from core.data.parsers.HTTPRequestParser import HTTPRequestParser
File "/home/ubuntu/w3af/core/data/parsers/HTTPRequestParser.py", line 26,
in <module>
from core.data.request.factory import create_fuzzable_request_from_parts
File "/home/ubuntu/w3af/core/data/request/factory.py", line 29, in
<module>
import core.data.parsers.parser_cache as parser_cache
File "/home/ubuntu/w3af/core/data/parsers/parser_cache.py", line 26, in
<module>
import core.data.parsers.document_parser as DocumentParser
File "/home/ubuntu/w3af/core/data/parsers/document_parser.py", line 25,
in <module>
from core.data.parsers.pdf import PDFParser, pdf_to_text
File "/home/ubuntu/w3af/core/data/parsers/pdf.py", line 26, in <module>
from pdfminer.pdfinterp import PDFResourceManager, PDFPageInterpreter,
process_pdf
ImportError: cannot import name process_pdf
Seems like my pdfminer installation is good
sudo pip install pdfminer
Requirement already satisfied (use --upgrade to upgrade): pdfminer in
/usr/local/lib/python2.7/dist-packages
Cleaning up...
Please let me know if i anything missing here.
Thanks in advance.
On Mon, Nov 25, 2013 at 7:10 PM, Andres Riancho <andres.rian...@gmail.com>wrote:
> sush3152,
>
> On Mon, Nov 25, 2013 at 10:00 AM, sush3152 . <susant...@gmail.com> wrote:
> > Hi All,
> >
> > I am in a process of setting up w3af into my machine,but not able to
> proceed
> > due the below error messgae while doing "sudo pip install
> pybloomfiltermmap"
> >
> > Installing collected packages: pybloomfiltermmap
> > Running setup.py install for pybloomfiltermmap
> > info: Building from C
> > building 'pybloomfilter' extension
> > x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g
> -fwrapv
> > -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c
> > src/mmapbitarray.c -o build/temp.linux-x86_64-2.7/src/mmapbitarray.o
> > x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g
> -fwrapv
> > -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c
> > src/bloomfilter.c -o build/temp.linux-x86_64-2.7/src/bloomfilter.o
> > src/bloomfilter.c:171:25: fatal error: openssl/evp.h: No such file or
> > directory
>
> Ah, that's telling you that openssl development files are required. In
> your ubuntu it should be called "libssl-dev". So, please run:
>
> sudo apt-get install libssl-dev
>
> And then try to install pybloomfiltermmap again. Let me know if that
> works and I'll change the installation instructions.
>
> > compilation terminated.
> > error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
> > Complete output from command /usr/bin/python -c "import
> >
> setuptools;__file__='/tmp/pip-build-root/pybloomfiltermmap/setup.py';exec(compile(open(__file__).read().replace('\r\n',
> > '\n'), __file__, 'exec'))" install --record
> > /tmp/pip-2o13PX-record/install-record.txt
> > --single-version-externally-managed:
> > info: Building from C
> >
> > root@w3af-security-scanner:/home/ubuntu/w3af# lsb_release -a
> > No LSB modules are available.
> > Distributor ID: Ubuntu
> > Description: Ubuntu 13.04
> > Release: 13.04
> > Codename: raring
> >
> > I think i am about to complete the installation set-up except this from
> the
> > below message status.
> > After installing any missing operating system packages, use pip to
> install
> > the remaining modules:
> > sudo pip install pybloomfiltermmap lxml
> >
> > Can please somebody suggest me how to resolve this?
> >
> >
> >
> ------------------------------------------------------------------------------
> > Shape the Mobile Experience: Free Subscription
> > Software experts and developers: Be at the forefront of tech innovation.
> > Intel(R) Software Adrenaline delivers strategic insight and game-changing
> > conversations that shape the rapidly evolving mobile landscape. Sign up
> now.
> >
> http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
> > _______________________________________________
> > W3af-users mailing list
> > W3af-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/w3af-users
> >
>
>
>
> --
> Andrés Riancho
> Project Leader at w3af - http://w3af.org/
> Web Application Attack and Audit Framework
> Twitter: @w3af
> GPG: 0x93C344F3
>
------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing
conversations that shape the rapidly evolving mobile landscape. Sign up now.
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
W3af-users mailing list
W3af-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/w3af-users