Hello, Everyone.
I wrote my program in Perl and have checked the request/response headers against what is submitted via firefox and it is exactly the same. I have no extra spaces, characters, new lines, and everything is in alphabetical order. Yet I still get the wrong answer. The program is very fast, maybe too fast? Anyway if I could pm someone my code that would be great. Any other help is appreciated as well.
Thanks in advance.
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘\’‘ at line 1
Actually I don’t think that being too fast is an issue…
I’m sure @Mugiwara27 will help you out on this!
In my case, when one of my scripts doesn’t work even though it should I just take a break, because in my experience I realized that most of the time it is just a little error or typo, so little that even if you read through your code thousands of times you’ll not find it unless you come back with a fresh mind.
To give you an example recently I was working on a program and by debugging the code and the variables everything was perfectly fine, except that the program was not working as expected…. lol, the error was that I was still returning an old variable in a function and that messed up the code, I felt soooo noob :D
Yeah your probably right… Mugiwara27 did help me, although he does not know Perl, he showed me a Javascript example. I would still like to sort this out with Perl as It should be possible. If you know Perl I would be happy to PM you the code. Thanks for the interest. Bye the way have ever used Wireshark to sniff this site? I cant seem to get the SSL Root cert to work.
Yeah it is definitely possible, you can complete the challenges with any programming language….
You can send it to me and I’ll check it when I get back home later.
About Wireshark, you may be a little bit confused… with Wireshark you don’t sniff a website, you just sniff traffic that goes through your interfaces. I’m not sure on what issues you are experiencing, if you can be more specific…
To decrypt SSL traffic, you’ll need the server’s private key (and I doubt flabby will provide it ;)). It is also possible if you have other data from your browser for the specific session (like the shared key that is computed), but that might be harder to come by and probably not supported by WireShark.
It’s probably easier to intercept the data before encryption, either by using your browser’s dev tools (assuming you are using a browser) or some kind of proxy.