You may need experts to solve this problem.

Source: Internet
Author: User
You may need experts to solve this problem! The website address is http://tracking.mscgva.ch/msctracking.php?input in another example, click here to capture the returned result. However, I used FIDDER to track and found that the text I entered was automatically modified into an encrypted one, which may need to be handled by experts!
The website address to be captured is http://tracking.mscgva.ch/msctracking.php
Enter in the text box and click the button to capture the returned result.
However, I used FIDDER to track and found that the text I entered was automatically modified into an encrypted string. What's going on? Can someone crack decoding?

Test text MSCUMN976149

For example, you can enter this MSCUMN976149 on the URL above and return a batch of results. I want to capture this result.

This should be difficult, right? Will someone?

------ Solution --------------------
...

After being base64_encode encoded, MSCUMN976149 is TVNDVU1OOTc2MTQ5 | CT | after encoding, it is fENUfA =

And is connected to one of the addresses.

Http://tracking.mscgva.ch/MSCTrackingData.php? E = TVNDVU1OOTc2MTQ5fENUfA =

Other codes are pieced together and then submitted to directly obtain the returned results.


------ Solution --------------------
You have to analyze the js code on your own. if you are not clear about it, just transfer it. First, let's get the code and see what it is.
------ Solution --------------------
All js code is the truth.
------ Solution --------------------
Fuzzy. lz understands how to post ideas and wait ~~
------ Solution --------------------
JScript code
/*** DataCallback */function DataCallback () {// Get content of InputBox (entered by user) var TrackingString = dojo. byId ("InputBox "). value; // Get value of the drop-down box (Container, B/L or Booking Number) var SearchType = dojo. byId ("SearchType "). value; // Transform the content of TrackingString in uppercase TrackingString = TrackingString. toUpperCase (); var getAXSSContent = dijit. byId ("SearchR Esults "); if (TrackingString! = '') {// Clear old results ClearResults (); // Send a base64 encoded string to MscTrackingData containing: // 1. the value entered by the user // 2. the search type (Container/BL or Booking) // 3. applic which is a global variable set in index. php var URLString = Base64.encode (TrackingString + "|" + SearchType + "|" + Applic); getAXSSContent. attr ("href", "MSCTrackingData. php? E = "+ URLString); getAXSSContent. attr ("onDownloadEnd", function () {dojo. parser. parse (dojo. byId ("SearchResults"); disableSearch (false) ;}) ;}else {viewTrackingError ("Please enter a Container number, a Bill of Lading or a Booking number in the input box. "); disableSearch (false );}}
------ Solution --------------------
I don't know how to do this ..

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.