Git Product home page Git Product logo

Comments (7)

stasinopoulos avatar stasinopoulos commented on May 24, 2024

Hey @Tompazi, try to use the "*" wildcard in order to specify where to inject (in the URI) i.e. commix -u http://10.0.0.1/index.pl?*

from commix.

Tompazi avatar Tompazi commented on May 24, 2024

Same result, keep in mind there is also POST data.

also:

$ grep INJECT_TAG /usr/share/commix/src/utils/settings.py
INJECT_TAG = "INJECT_HERE"
$ grep VERSION_NUM /usr/share/commix/src/utils/settings.py -m 1
VERSION_NUM = "1.3.16"

Am I using the wrong version?

from commix.

stasinopoulos avatar stasinopoulos commented on May 24, 2024

Try to use commix -u http://10.0.0.1/index.pl?* and then enter your post data.

from commix.

Tompazi avatar Tompazi commented on May 24, 2024

I'm sorry but what do you mean? How shouId I enter my post data, I do it like this:

commix -u http://10.0.0.1/index.pl?* --data=$POST_DATA

It's still only injecting the post parameters.

from commix.

stasinopoulos avatar stasinopoulos commented on May 24, 2024

You should be entering it like this: commix -u http://10.0.0.1/index.pl/* --data="POST_DATA" (without the $ symbol). For example, if there are two POST A and B parameters and you want to test the URL itself, you should write: commix -u http://10.0.0.1/index.pl/* --data="A=whatever&B=whatever". (The "INJECT_HERE" is replaced by "*".) For more info, please check Commix Wiki Page at https://github.com/stasinopoulos/commix/wiki/Usage-Examples.

from commix.

Tompazi avatar Tompazi commented on May 24, 2024

I think we are not communicating correctly. Look at this, is this intended behavior? I do not want to test the post parameters.
commix1
commix2

from commix.

github-actions avatar github-actions commented on May 24, 2024

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related issues.

from commix.

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.