war-and-code / jawfish

Tool for breaking into web applications.
MIT License
88 stars 19 forks source link

Parameter parsing #3

Open gingeleski opened 8 years ago

gingeleski commented 8 years ago

Looking at the Python source - there's some hurdle with the program getting information from the html form. Whereas if you manually pass the variables in, it's fine. I had written it so the form puts the variables into the URL, then the Python/Brython was hypothetically parsing the URL. However that doesn't appear to work.

Ultimately this generates a "targeting error" to the visual output in the web application.

DimopoulosElias commented 8 years ago

gingeleski i look at the code, the problem seems to be in the way you split the url, but i am not sure. If i'll find time i will check it.

gingeleski commented 8 years ago

that's what i suspected, i'm sure one of us can sort it out On Sep 7, 2015 1:16 PM, "DimopoulosElias" notifications@github.com wrote:

gingeleski i look at the code, the problem seems to be in the way you split the url, but i am not sure. If i'll find time i will check it.

— Reply to this email directly or view it on GitHub https://github.com/gingeleski/jawfish/issues/3#issuecomment-138342920.

DimopoulosElias commented 8 years ago

I fixed it. I commit with reference to your issue number and I pull request to Evan. Did you check it;

gingeleski commented 8 years ago

i'll check it out