Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DNS_Poisoner.ino Does not Work. #83

Open
Keyvantajfar opened this issue Nov 13, 2023 · 1 comment
Open

DNS_Poisoner.ino Does not Work. #83

Keyvantajfar opened this issue Nov 13, 2023 · 1 comment

Comments

@Keyvantajfar
Copy link

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.

@Keyvantajfar
Copy link
Author

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

"C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f"

Thanks for your response. You did not get what i said at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant