Simple js reverse case (2)

Article directory

Preamble

All content in this article is for learning and communication only, commercial and illegal purposes are strictly prohibited, otherwise all consequences arising therefrom have nothing to do with the author, if there is any infringement, please contact me to delete immediately!

analyze

destination url
aHR0cHM6Ly9zZWFyY2guYmlkY2VudGVyLmNvbS5jbi9zZWFyY2g/a2V5d29yZHM9JUU4JUI2JTg1JUU1JUEzJUIwJUU1JTg4JTgwJm1vZD0wJnBhZ2U9NA==

We checked the webpage and found that the webpage is dynamically loaded, the request parameters are not encrypted, but the response data is all ciphertext, then our goal is obvious, decrypt the ciphertext, and get the data we really want.
insert image description here
insert image description here
It is still the old method, copy the URL directory that returns the ciphertext data, go to the source code panel, click XHR, copy the network directory, and then refresh the page, so I won’t explain too much here

Guess you like

Origin blog.csdn.net/qq_65898266/article/details/132513224