Giter Site home page Giter Site logo

Comments (3)

epinna avatar epinna commented on August 9, 2024 1

Got you. Injection points in the URL are not yet supported, but I'll work on that.

from tplmap.

epinna avatar epinna commented on August 9, 2024

Wildcard in POST request data and headers is already supported.

POST data

$ ./tplmap.py -u 'http://localhost:15001/post/mako' --data 'var=ok&inj=*&othervar=1'

Headers

$ ./tplmap.py -u 'http://localhost:15001/header/mako' --headers 'User-Agent: *' --headers 'X-Agent: *'

You can run it against the test python suite.

$ cd tests
$ ./run_python_tests.sh

from tplmap.

Macmod avatar Macmod commented on August 9, 2024

Thanks for clarifying, epinna, and the question should be elaborated: is there currently a way to do that in the URL, but outside GET parameters? That's the support I meant to ask for.

If my injection point is, for instance, http://www.example.com/HERE or http://www.example.com/dir/dir/dir/HERE, urlparse.parse_qs will return an empty dictionary and no injection will be tested. This may seem odd, but it's a real scenario considering mod_rewrite rules.

from tplmap.

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.