Forum Discussion

smiley_dba's avatar
smiley_dba
Icon for Nimbostratus rankNimbostratus
Oct 23, 2019

ASM JSON/AJAX start page for Exchange OWA

Running into a challenge and wondering if the community might be able to help. I'm using the ASM Brute Force Start Page to lookup user_id and password login request. Problem is, trying to understand what constitutes a JSON element to be added for the exchange lookup.

 

Has anyone else use this method and if so, how did you go about getting those elements to be lookedup on the start page?

 

 

 

2 Replies

  • Hi

     

    Didn't get a change to test it, but I think this concerns the payload JSON sent to a logon URI rather than a start page. Let's say you have a form to login at /login.aspx, when you click on "Login" this posts a request to /dologin, with the payload JSON {"my_username":"toto", "my_password":"toto"} as JSON payload. Then

    • Add the URL in the first field : /dologin
    • Username JSON Element is "my_username"
    • Password JSON Element is "ma_password"

     

    Yoann

    • smiley_dba's avatar
      smiley_dba
      Icon for Nimbostratus rankNimbostratus

      Thank you Yoann. Will test that out today. Thank you.