Git Product home page Git Product logo

Comments (2)

btoews avatar btoews commented on July 24, 2024

Syntax looks wrong for the url.

should be

url = http://localhost/cgi-bin/x.cgi?id=${injection}

instead of

url = http://localhost/cgi-bin/x.cgi?id={injection}

let me know if that doesn't fix it.

On Tue, Sep 25, 2012 at 4:12 PM, abuntu [email protected] wrote:

I installed BBQSQL-1.1.tar.gz via pip with gevent-0.13.8.tar.gz,
requests-0.14.0.tar.gz and greenlet-0.4.0.zip. I configure bbqsql to target
a local web script which just logs the query string. Strangely the log-file
just shows these query strings:

id=%7Binjection%7D

In short, the placeholder is not used. I'm sorry if the configuration is
faulty or I overlooked something obvious, but I tested it on two machines
and I can't see the problem.

Regards
Andreas

The exported config:

[Request Config]
url = http://localhost/cgi-bin/x.cgi?id={injection}
method = GET

[HTTP Config]
query = ' and ASCII(SUBSTR((SELECT data FROM data ORDER BY id LIMIT 1
OFFSET ${row_index:1}),${char_index:1},1))${comparator:>}${char_val:0} #
technique = binary_search
comparison_attr = size
concurrency = 30

The script:

#!/bin/bash
echo "Content-type: text/plain"
echo ""
echo "$QUERY_STRING" >> /tmp/sql.log


Reply to this email directly or view it on GitHubhttps://github.com//issues/37.

-Ben Toews

from bbqsql.

abuntu avatar abuntu commented on July 24, 2024

Damn. You are right of course. Thanks!

from bbqsql.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.