CyberFlood: Avalanche: Test a captive portal

Knowledge Base - FAQ

N/A
CyberFlood can perform tests on a captive portal A captive portal acts as a web page capturing login information before passing traffic to its final destination. • Configure device to act as a captive portal • Create an AMT test See CyberFlood: Configure an AMT test  • Change the action list to retrieve a login page and return credentials For example: A. Use a GET command to retrieve the captive portal web page 1 GET http://192.168.16.5:80 Retrieve the login web page. B. Parse the login web page for the information as needed To parse variables, see Avalanche: assign variable use within HTTP Content Files to search dynamic POST requests https://support.VIAVI.com/s/article/SOL10008 C. Use a POST command to log in with credentials 1 POST https://captive portal IP>/php/uid.php?vsys=1&rule=0&url=http://10.232.117/ inputStr= user=testuser1 passwd=Password1  Add in parsed variables as needed