GUI automate login

From VoIPmonitor.org
Revision as of 12:46, 21 March 2013 by Festr (talk | contribs) (Created page with "If you need to create login session in your portal and provide URL link to voipmonitor which will not require login, you can do this: wget -q -O - '127.0.0.1/php/model/sql....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

If you need to create login session in your portal and provide URL link to voipmonitor which will not require login, you can do this:

wget -q -O - '127.0.0.1/php/model/sql.php?module=bypass_login&user=USERNAME&pass=PASSWORD'

which will fetch PHP SID. Take this SID and create URL

http://localhost:8080/admin.php?SID=1fb4ceed376b4b53b2f2cb0d02a56600