Difference between revisions of "GUI automate login"

From VoIPmonitor.org
Jump to navigation Jump to search
(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 12: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