Ok so for the site I am working on cracking you need to parse out the site state from the login page and add it to the post data. My problem is this site has a two step login, so I need to add it to the first login with the username and then add it again to the second login state with the password. Anyone know how to do this correctly? I was hoping I could just parse it in the intermediate stage and it would automatically be added to the post data but this isnt happening. Thanks