Created
September 20, 2022 12:33
-
-
Save semisenioritis/5a31e0eaeb54f40d47e553d8887abbcc to your computer and use it in GitHub Desktop.
This is code for injecting username and password into APSIT Wifi Portal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://192.168.192.193:8090/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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