Jump to content
  • 0

How do I make sentry MBA config for this website


asqwe1

Question

Hey everyone, I have a problem. I cannot make config this websit 
https://librarylink.uncc.edu/login
1 when open the websit, IE should visit some othe pages until reach the final login page 
2 data post url is always changing,and have the e1s1、e1s2..... 
3 the post action url can't open twice 
I try use post mode in the login page stage or define variables in authenticate stage ,it did't word

Thanks for your help very much,

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Multi Server Website which is very hard to find api or stable login like its spining on each server they have....thanks

Link to comment
Share on other sites

  • 0
On 8/7/2017 at 6:50 AM, asqwe1 said:

Hey everyone, I have a problem. I cannot make config this websit 
https://librarylink.uncc.edu/login
1 when open the websit, IE should visit some othe pages until reach the final login page 
2 data post url is always changing,and have the e1s1、e1s2..... 
3 the post action url can't open twice 
I try use post mode in the login page stage or define variables in authenticate stage ,it did't word
 

FIRST REQUEST (GET)

K20trf0.jpg

On that page parse RelayState and SAMLRequest values by variables, concatenate them and URLEncode them and it will be your post data to ---->  https://webauth.uncc.edu/idp/profile/SAML2/POST/SSO (you can define it as your first intermediate stage action url)

SECOND REQUEST (POST)

fUZXqLK.jpg

Untick Follow 3xx  in Intermediate Action Stage and define a second intermediate action stage. Your url (you'll make a get request to it) will be that from Location header from the previous response headers...Parse it and define your second intermediate action stage by variables.

THIRD REQUEST (GET)

6AzGvch.jpg

NOW YOU ARE ON THE LOGIN PAGE...

Config --->  http://www.mediafire.com/file/q1bydt1im24526w/librarylink.uncc.edu.ini

PS: Config is not completed yet, you have to make login request, i just helped you with getting login page

Edited by pacifico
  • Upvote 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...