I'm trying to get a static copy of my companies MediaWiki. Log-in is done
through a form-submit which uses a unique token to avoid session hijacking.
The captured POST content is:
wpName=MyUsername&wpPassword=MyPassword&wpLoginattempt=Log+in&wpLoginToken=2944b38651a6f8a3d110d8376d26e005
but this cannot be reused as Httrack's following log-in request will have
another wpLoginToken value.
Is there a way to parse the real submit form and insert the right token (or
any other mean to let me slurp the wiki)? |