Another Help thread * Perl *

Alphabetize

modelo
9 years ago

0

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.

10replies
4voices
224views
Mugi [Mugiwara27]
9 years ago

0

Pm me and I’ll see if I can help you

Mr. Cyph3r [MrCyph3r]
9 years ago

0

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

modelo
9 years ago

0

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.

Mr. Cyph3r [MrCyph3r]
9 years ago

0

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…

modelo
9 years ago

0

Ok I will PM you with it. Regarding WS (the traffic was what I was implying). I cant seem to decrypt the ssl traffic even when I use a master key or add an SSL decrypt key file. Have you successfuly used wireshark to decrypt this site traffic?

Thanks

dloser
9 years ago

0

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.

modelo
9 years ago

0

Thanks dloser that settles it for me. I found a way to output the headers in my perl script without the use of wireshark. I was hoping it was possible to do without the private key, I knew it was unlikley. Cheers.

Do you know Perl at all?

dloser
9 years ago

0

Sure; you can PM me too if you want. There is a chance I will ask you “why the hell Perl?” though… ;)

modelo
9 years ago

0

Yeah…I don’t know. I picked a language. Im not employed in the computer world so I really had know idea which language to choose. I hear Python is the one to use.. maybe I will look into it now that I have the basics down.

modelo
9 years ago

0

Im Closing this thread. Thanks for the help guys. Especially dloser for pointing me to the obivious. Im going to try to complete the next level in Python instead.

Discussion thread has been locked. You can no longer add new posts.
1 of 11

This site only uses cookies that are essential for the functionality of this website. Cookies are not used for tracking or marketing purposes.

By using our site, you acknowledge that you have read and understand our Privacy Policy, and Terms of Service.

Dismiss