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
DNS_Poisoner.ino Does not Work on my windows 10 machine. it opens the administrator privilege asking menu and since that nothing happens and my hosts file doesnt get changed. i'll be glad to let me fix it after you confirm this issue exists.
The text was updated successfully, but these errors were encountered:
cause it`s trying to send keystroke to open "cmd" as an admin , and to be able to changes the host file , you should have an administrator privilege , DigiKeyboard.sendKeyStroke(0); //This opens an administrator command prompt <<<<<<<<<<<<<<< DigiKeyboard.sendKeyStroke(KEY_X, MOD_GUI_LEFT);
therefore you could try any privilege escalation vulnerabilities , or use a hardware keylogger , to get admin password , to be able to break into admin user on the pc , or use the linux boot , or even try another way , for example in verci-spy-system , use disable UAC , to disable UAC Open "CMD" as Administrator then type the command below
DNS_Poisoner.ino Does not Work on my windows 10 machine. it opens the administrator privilege asking menu and since that nothing happens and my hosts file doesnt get changed. i'll be glad to let me fix it after you confirm this issue exists.
The text was updated successfully, but these errors were encountered: