Skip to content

Instantly share code, notes, and snippets.

@semisenioritis
Created September 20, 2022 12:33
Show Gist options
  • Save semisenioritis/5a31e0eaeb54f40d47e553d8887abbcc to your computer and use it in GitHub Desktop.
Save semisenioritis/5a31e0eaeb54f40d47e553d8887abbcc to your computer and use it in GitHub Desktop.
This is code for injecting username and password into APSIT Wifi Portal
http://192.168.192.193:8090/
save both files as a bookmarks in your browser. once you are on the verification page click on the pwd injector to automatically inject your username password and click the login button.
javascript:document.getElementById('username').value = '####ADD YOUR USERNAME HERE#####'; undefined;document.getElementById('password').value = '######ADD YOUR PASSWORD HERE#####';document.getElementById("loginbutton").click();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment