I could resolve the pdfminor issue by doing this
sudo pip install
http://pypi.python.org/packages/source/p/pdfminer/pdfminer-20110515.tar.gz
Now ,pip freeze | grep pdfminer
Warning: cannot find svn location for distribute==0.6.24dev-r0
pdfminer==20110515

Is this the suggested approach?Can anyone please suggest?

Thanks in advance.


On Mon, Nov 25, 2013 at 10:42 PM, sush3152 . <susant...@gmail.com> wrote:

> Hi Andres,
>
> This is what i got
> root@w3af-security-scanner:/home/ubuntu/w3af# pip freeze | grep pdfminer
> pdfminer==20131113
>
> Thanks.
>
>
> On Mon, Nov 25, 2013 at 10:34 PM, Andres Riancho <andres.rian...@gmail.com
> > wrote:
>
>> sush3152,
>>
>> On Mon, Nov 25, 2013 at 1:00 PM, sush3152 . <susant...@gmail.com> wrote:
>> > Hi Andres,
>> >
>> > Thanks for the help.The suggested method resolved the issue.
>>
>> Thanks for letting me know, I added this [0] to make sure in the
>> future others don't find the same issue.
>>
>> [0]
>> https://github.com/andresriancho/w3af/commit/eb9aa6ddcda394d67ca42bbb9945dd0cc3182174
>>
>> > 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.
>>
>> Could you run this command and send me the output? In my case I get
>> pdfminer==20110515
>>
>> $ pip freeze | grep pdfminer
>> pdfminer==20110515
>>
>>
>> > 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
>> >
>> >
>>
>>
>>
>> --
>> 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

Reply via email to