Below is the code I cant find any scripts to auto submit this that work
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>Login</title> <meta http-equiv='Content-type' content='text/html;charset=UTF-8' /> <link rel='stylesheet' type='text/css' href='/login/login.css?3.6.406.2 <http://security.cci.work/login/login.css?3.6.406.2>'/> <script type='text/javascript' src='/login/auth.min.js?3.6.406.2 <http://security.cci.work/login/auth.min.js?3.6.406.2>'></script> <script type='text/javascript' src='/login/login.js?3.6.406.2 <http://security.cci.work/login/login.js?3.6.406.2>'></script> </head> <body onload='init();'> <br/><br/> <div align='center'> <img src='/login/logo <http://security.cci.work/login/logo>' alt='logo' /> </div> <br/> <table align='center' width='320'> <tr><td> <div class='top'> CCI Enterprise Security</div> <br/> <form method='post' action='/login'> <table align='center'> <tr> <td valign='top'><img src='/login/keys.png <http://security.cci.work/login/keys.png>' alt='' /></td> <td> <table align='center'> <tr> <td>Username:</td> <td><input class='textfield' type='text' id='username' size='20' /></td> </tr> <tr> <td>Password:</td> <td><input class='textfield' type='password' id='password' /></td> </tr> <tr><td colspan='2'><br/></td></tr> <tr> <td colspan='2' align='right'> <input type='submit' class='button' value='Login' onclick='return doLogin ();' /> </td> </tr> </table> </td> </tr> </table> <input type='hidden' id='scheme' value='cookie'/> <input type='hidden' id='token' name='token' value=''/> <input type='hidden' id='cookiePostfix' value=''/> <input type='hidden' id='absPathBase' value='/'/> </form> <div class='bottom'> </div> </td></tr> </table> </body> -- You received this message because you are subscribed to the Google Groups "greasemonkey-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/greasemonkey-users. For more options, visit https://groups.google.com/d/optout.
