GUI automate login: Difference between revisions

From VoIPmonitor.org
(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....")
 
(No difference)

Latest revision as of 11:46, 21 March 2013

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