See this sir, i just did a git pull again and got this:

/usr/share/w3af# git pull
remote: Counting objects: 754, done.
remote: Compressing objects: 100% (352/352), done.
remote: Total 754 (delta 422), reused 625 (delta 402)
Receiving objects: 100% (754/754), 376.20 KiB, done.
Resolving deltas: 100% (422/422), done.
>From https://github.com/andresriancho/w3af
   e0c9a91..f57f65c  develop    -> origin/develop
   4cb0ea3..2d18c5e  feature/fix_1954 -> origin/feature/fix_1954
 * [new branch]      feature/fix_19542 -> origin/feature/fix_19542
 * [new branch]      feature/fix_2067 -> origin/feature/fix_2067
Already up-to-date.

If i am doing it wrong, could give me some suggestions to overcome this
problem?

Thanks

With Regards
Aman Thakur


On Tue, Apr 29, 2014 at 10:56 PM, Aman Thakur <aman.thakur.1...@gmail.com>wrote:

> Ah sad, i did 'git pull' and it said already upto date. I don't why sir.
> Let me try again.
>
>
> On Tue, Apr 29, 2014 at 10:55 PM, Andres Riancho <andres.rian...@gmail.com
> > wrote:
>
>> Well, you don't have the latest w3af version. It should say 1.6 and 2014
>>
>> On Tue, Apr 29, 2014 at 1:31 PM, Aman Thakur <aman.thakur.1...@gmail.com>
>> wrote:
>> > Hello sir,
>> >
>> > Thanks for your replies. Here is the required info:
>> >
>> > 1) w3af - Web Application Attack and Audit Framework
>> > Version: 1.5
>> > Revision: 48130d6479 - 19 May 2013 00:47
>> > Author: Andres Riancho and the w3af team.
>> >
>> > 2) for the system info i have attached the generated document. You can
>> have
>> > a look at that text file sir.
>> >
>> > Basically, i run w3af from a python script only with this function
>> below:
>> > args = shlex.split("w3af_console -s script.w3af")
>> > subprocess.Popen(args)
>> >
>> > For some of the websites it works fine and generates the report. But for
>> > some of the website it gives exception as I wrote in earlier mails. You
>> can
>> > try scanning http://dvwa.co.uk . I got this exception on this website
>> for
>> > the maximum times. I did some RnD on this exception and i felt/doubt
>> that
>> > this exception was generated in the history.py file while reading from
>> the
>> > database.
>> >
>> > Although, i am not a python programmer but i did tried to study the
>> code to
>> > fix but wasn't successful. So, thought it would be to seek help from the
>> > community.
>> >
>> > Thanks
>> >
>> > With Regards
>> > Aman
>> >
>> >
>> > On Tue, Apr 29, 2014 at 8:26 PM, Andres Riancho <
>> andres.rian...@gmail.com>
>> > wrote:
>> >>
>> >> Yes, got it. Could you please send me the information I asked for?
>> >> You're missing:
>> >>     * Output of the ./w3af_console --version command
>> >>     * detailed system information
>> >>
>> >> See http://docs.w3af.org/en/latest/report-a-bug.html
>> >>
>> >> I would love to fix this, but need more info.
>> >>
>> >> On Mon, Apr 28, 2014 at 11:41 AM, Aman Thakur
>> >> <aman.thakur.1...@gmail.com> wrote:
>> >> > Sir, did you get my last message having screenshots?
>> >> >
>> >> >
>> >> > On Mon, Apr 28, 2014 at 7:23 PM, Aman Thakur
>> >> > <aman.thakur.1...@gmail.com>
>> >> > wrote:
>> >> >>
>> >> >> Sir, i have attached 2 screens: 1st is the error i got while
>> >> >> scanning.....2nd is the screenshot of the w3af script i am
>> >> >> using.....Then I
>> >> >> am running the command $ w3af_console -s scriptname
>> >> >>
>> >> >>
>> >> >> On Mon, Apr 28, 2014 at 6:51 PM, Andres Riancho
>> >> >> <andres.rian...@gmail.com>
>> >> >> wrote:
>> >> >>>
>> >> >>> Please send me the details on how you're launching the scan, your
>> >> >>> operating system, etc. Please follow the bug reporting best
>> practices
>> >> >>> [0] so I can reproduce on my end.
>> >> >>>
>> >> >>> [0] http://docs.w3af.org/en/latest/report-a-bug.html
>> >> >>>
>> >> >>> On Mon, Apr 28, 2014 at 10:19 AM, Aman Thakur
>> >> >>> <aman.thakur.1...@gmail.com> wrote:
>> >> >>> > Sir, I was scanning the openly available website
>> http://dvwa.co.uk/
>> >> >>> > for
>> >> >>> > scanning using the automated script.
>> >> >>> >
>> >> >>> >
>> >> >>> > On Mon, Apr 28, 2014 at 6:33 PM, Andres Riancho
>> >> >>> > <andres.rian...@gmail.com>
>> >> >>> > wrote:
>> >> >>> >>
>> >> >>> >> Is there any way I can reproduce your issue? Is the site you're
>> >> >>> >> scanning public? Do you give me permission to scan it?
>> >> >>> >>
>> >> >>> >> On Mon, Apr 28, 2014 at 10:00 AM, Aman Thakur
>> >> >>> >> <aman.thakur.1...@gmail.com> wrote:
>> >> >>> >> > Hi Andres,
>> >> >>> >> >
>> >> >>> >> > Thanks for you reply. I am using the latest version. I did
>> pulled
>> >> >>> >> > latest
>> >> >>> >> > code from the git using "git pull" command. So, i think it is
>> up
>> >> >>> >> > to
>> >> >>> >> > date
>> >> >>> >> > because git said the same when i ran it again.
>> >> >>> >> >
>> >> >>> >> >
>> >> >>> >> > On Mon, Apr 28, 2014 at 5:25 PM, Andres Riancho
>> >> >>> >> > <andres.rian...@gmail.com>
>> >> >>> >> > wrote:
>> >> >>> >> >>
>> >> >>> >> >> Aman,
>> >> >>> >> >>
>> >> >>> >> >> On Mon, Apr 28, 2014 at 8:32 AM, Aman Thakur
>> >> >>> >> >> <aman.thakur.1...@gmail.com>
>> >> >>> >> >> wrote:
>> >> >>> >> >> > Hello Everyone,
>> >> >>> >> >> > Good Day!!
>> >> >>> >> >> >
>> >> >>> >> >> > This is my first email to the mailing list. So, if I
>> posted it
>> >> >>> >> >> > in
>> >> >>> >> >> > a
>> >> >>> >> >> > wrong
>> >> >>> >> >> > fashion, then accept my apologies for that.
>> >> >>> >> >> >
>> >> >>> >> >> > I have been using w3af for over 4 weeks now and I am a big
>> fan
>> >> >>> >> >> > of
>> >> >>> >> >> > w3af
>> >> >>> >> >> > now
>> >> >>> >> >> > due to the ease of use.
>> >> >>> >> >> >
>> >> >>> >> >> > But, 3 days ago, I encountered an exception error "An
>> internal
>> >> >>> >> >> > error
>> >> >>> >> >> > occurred while searching for id 4" while performing the
>> scan.
>> >> >>> >> >> > As
>> >> >>> >> >> > soon
>> >> >>> >> >> > as
>> >> >>> >> >> > the
>> >> >>> >> >> > exception came, w3af was closed an no report was generated.
>> >> >>> >> >>
>> >> >>> >> >> Which w3af version are you using? The latest one shouldn't
>> >> >>> >> >> trigger
>> >> >>> >> >> those
>> >> >>> >> >> errors.
>> >> >>> >> >>
>> >> >>> >> >>
>> >> >>> >> >>
>> >> >>> >> >>
>> >> >>> >> >>
>> >> >>> >> >>
>> http://docs.w3af.org/en/latest/report-a-bug.html#making-sure-you-re-on-the-latest-version
>> >> >>> >> >>
>> >> >>> >> >> > I was using the w3af script to generate the report
>> >> >>> >> >> > automatically
>> >> >>> >> >> > with
>> >> >>> >> >> > the
>> >> >>> >> >> > command "$ w3af_console -s myscriptname". I wanted to ask,
>> is
>> >> >>> >> >> > there
>> >> >>> >> >> > any
>> >> >>> >> >> > solution that exist for this exception?
>> >> >>> >> >> >
>> >> >>> >> >> > I have done some RnD on this exception and as far as i
>> >> >>> >> >> > understand, i
>> >> >>> >> >> > think,
>> >> >>> >> >> > this exception was generated by invalid database value
>> access.
>> >> >>> >> >> > Means
>> >> >>> >> >> > the
>> >> >>> >> >> > values which w3af is trying to get from the database using
>> the
>> >> >>> >> >> > id,
>> >> >>> >> >> > that
>> >> >>> >> >> > tuple doesn't exist.
>> >> >>> >> >> >
>> >> >>> >> >> > So, I was wondering if any fix is available for this
>> problem?
>> >> >>> >> >> >
>> >> >>> >> >> > Any, help or suggestions are welcome and appreciated...:)
>> >> >>> >> >> >
>> >> >>> >> >> > Thanks
>> >> >>> >> >> >
>> >> >>> >> >> > With Regards
>> >> >>> >> >> > Aman Thakur
>> >> >>> >> >> >
>> >> >>> >> >> >
>> >> >>> >> >> >
>> >> >>> >> >> >
>> >> >>> >> >> >
>> >> >>> >> >> >
>> ------------------------------------------------------------------------------
>> >> >>> >> >> > "Accelerate Dev Cycles with Automated Cross-Browser
>> Testing -
>> >> >>> >> >> > For
>> >> >>> >> >> > FREE
>> >> >>> >> >> > Instantly run your Selenium tests across 300+ browser/OS
>> >> >>> >> >> > combos.
>> >> >>> >> >> > Get
>> >> >>> >> >> > unparalleled scalability from the best Selenium testing
>> >> >>> >> >> > platform
>> >> >>> >> >> > available.
>> >> >>> >> >> > Simple to use. Nothing to install. Get started now for
>> free."
>> >> >>> >> >> > http://p.sf.net/sfu/SauceLabs
>> >> >>> >> >> > _______________________________________________
>> >> >>> >> >> > 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
>> >> >>> >
>> >> >>> >
>> >> >>>
>> >> >>>
>> >> >>>
>> >> >>> --
>> >> >>> 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
>> >
>> >
>>
>>
>>
>> --
>> Andrés Riancho
>> Project Leader at w3af - http://w3af.org/
>> Web Application Attack and Audit Framework
>> Twitter: @w3af
>> GPG: 0x93C344F3
>>
>
>
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
W3af-users mailing list
W3af-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/w3af-users

Reply via email to