Sina Weibo dynamics RSA analysis

  1. Tools used 1.ie browser (version 9 or above) 2.httpwatch (both Chinese and English are available) 3.js debugging tools

Target website: http://weibo.com (Sina Weibo)

  1. Capture packets Let’s follow our last packet capture process and develop good habits. I won’t go into details here.

  1. Analyze packet capture data

  2. Confirm our login submission package

  3. Flexible keyword search

  4. js debugging 4. Finding keywords

  5. You can search for keywords on HttpWatch You can also continue searching in F12 of ie

  6. Find the pwencode keyword

  7. This is different from last time. I copied the calling code and simply rewritten it first. The copied code is not a function() function like a subroutine in Yi Language. (The description here may be wrong) 3 parameters. We know that p is the password. Let’s take a look at the remaining two parameters in the developer tools.

  8. Look specifically at graphic analysis

If there is anything wrong, please point it out.