Skip to content
Snippets Groups Projects
Commit b3223ffa authored by chengr28's avatar chengr28
Browse files

2014-10-10

Add a new fake certification.
parent 5862e5cd
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
Anti China Certifications.
### 更新日期
**2014-10-05**
**2014-10-10**
### Windows 批处理类型
* **Base** 为基础版本,删除信任并吊销了几个可疑的根或假证书,直接运行 AntiChinaCerts_Base.bat 即可
......
......@@ -24,6 +24,9 @@ CertMgr_x86 -del -c -sha1 27A29C3A8B3261770E8B59448557DC9E9339E68C -s -r localMa
:: Fake Google.Com(2014-07-24)
CertMgr_x86 -del -c -sha1 F6BEADB9BC02E0A152D71C318739CDECFC1C085D -s -r localMachine Root
CertMgr_x86 -del -c -sha1 F6BEADB9BC02E0A152D71C318739CDECFC1C085D -s -r localMachine AuthRoot
:: Fake Google.Com(2014-09-18)
CertMgr_x86 -del -c -sha1 316076F2866588DBB233C7F9EB68B58125150C21 -s -r localMachine Root
CertMgr_x86 -del -c -sha1 316076F2866588DBB233C7F9EB68B58125150C21 -s -r localMachine AuthRoot
:: Fake Yahoo.Com(2014-09-30)
CertMgr_x86 -del -c -sha1 2290C311EA0F3F57E06DF45B698E18E828E59BC3 -s -r localMachine Root
CertMgr_x86 -del -c -sha1 2290C311EA0F3F57E06DF45B698E18E828E59BC3 -s -r localMachine AuthRoot
......@@ -83,6 +86,7 @@ CertMgr_x86 -del -c -sha1 7C88AE178AE6AB8E69C30AF586D84EF29B6E6AE3 -s -r localMa
:: Add certifications to CRL(Base)
CertMgr_x86 -add -c FakeGitHubCom_201301.crt -s Disallowed
CertMgr_x86 -add -c FakeGoogleCom_201407.crt -s Disallowed
CertMgr_x86 -add -c FakeGoogleCom_201409.crt -s Disallowed
CertMgr_x86 -add -c FakeYahooCom_201409.crt -s Disallowed
CertMgr_x86 -add -c FakeHotmaiCom_201410.crt -s Disallowed
CertMgr_x86 -add -c CNNIC_ROOT.crt -s Disallowed
......@@ -113,6 +117,9 @@ CertMgr -del -c -sha1 27A29C3A8B3261770E8B59448557DC9E9339E68C -s -r localMachin
:: Fake Google.Com(2014-07-24)
CertMgr -del -c -sha1 F6BEADB9BC02E0A152D71C318739CDECFC1C085D -s -r localMachine Root
CertMgr -del -c -sha1 F6BEADB9BC02E0A152D71C318739CDECFC1C085D -s -r localMachine AuthRoot
:: Fake Google.Com(2014-09-18)
CertMgr -del -c -sha1 316076F2866588DBB233C7F9EB68B58125150C21 -s -r localMachine Root
CertMgr -del -c -sha1 316076F2866588DBB233C7F9EB68B58125150C21 -s -r localMachine AuthRoot
:: Fake Yahoo.Com(2014-09-30)
CertMgr -del -c -sha1 2290C311EA0F3F57E06DF45B698E18E828E59BC3 -s -r localMachine Root
CertMgr -del -c -sha1 2290C311EA0F3F57E06DF45B698E18E828E59BC3 -s -r localMachine AuthRoot
......@@ -172,6 +179,7 @@ CertMgr -del -c -sha1 7C88AE178AE6AB8E69C30AF586D84EF29B6E6AE3 -s -r localMachin
:: Add certifications to CRL(Base)
CertMgr -add -c FakeGitHubCom_201301.crt -s Disallowed
CertMgr -add -c FakeGoogleCom_201407.crt -s Disallowed
CertMgr -add -c FakeGoogleCom_201409.crt -s Disallowed
CertMgr -add -c FakeYahooCom_201409.crt -s Disallowed
CertMgr -add -c FakeHotmaiCom_201410.crt -s Disallowed
CertMgr -add -c CNNIC_ROOT.crt -s Disallowed
......
......@@ -35,6 +35,9 @@ CertMgr_x86 -del -c -sha1 27A29C3A8B3261770E8B59448557DC9E9339E68C -s -r localMa
:: Fake Google.Com(2014-07-24)
CertMgr_x86 -del -c -sha1 F6BEADB9BC02E0A152D71C318739CDECFC1C085D -s -r localMachine Root
CertMgr_x86 -del -c -sha1 F6BEADB9BC02E0A152D71C318739CDECFC1C085D -s -r localMachine AuthRoot
:: Fake Google.Com(2014-09-18)
CertMgr_x86 -del -c -sha1 316076F2866588DBB233C7F9EB68B58125150C21 -s -r localMachine Root
CertMgr_x86 -del -c -sha1 316076F2866588DBB233C7F9EB68B58125150C21 -s -r localMachine AuthRoot
:: Fake Yahoo.Com(2014-09-30)
CertMgr_x86 -del -c -sha1 2290C311EA0F3F57E06DF45B698E18E828E59BC3 -s -r localMachine Root
CertMgr_x86 -del -c -sha1 2290C311EA0F3F57E06DF45B698E18E828E59BC3 -s -r localMachine AuthRoot
......@@ -53,6 +56,7 @@ CertMgr_x86 -del -c -sha1 4F99AA93FB2BD13726A1994ACE7FF005F2935D1E -s -r localMa
:: Add certifications to CRL(Base)
CertMgr_x86 -add -c FakeGitHubCom_201301.crt -s Disallowed
CertMgr_x86 -add -c FakeGoogleCom_201407.crt -s Disallowed
CertMgr_x86 -add -c FakeGoogleCom_201409.crt -s Disallowed
CertMgr_x86 -add -c FakeYahooCom_201409.crt -s Disallowed
CertMgr_x86 -add -c FakeHotmaiCom_201410.crt -s Disallowed
CertMgr_x86 -add -c CNNIC_ROOT.crt -s Disallowed
......@@ -67,6 +71,9 @@ CertMgr -del -c -sha1 27A29C3A8B3261770E8B59448557DC9E9339E68C -s -r localMachin
:: Fake Google.Com(2014-07-24)
CertMgr -del -c -sha1 F6BEADB9BC02E0A152D71C318739CDECFC1C085D -s -r localMachine Root
CertMgr -del -c -sha1 F6BEADB9BC02E0A152D71C318739CDECFC1C085D -s -r localMachine AuthRoot
:: Fake Google.Com(2014-09-18)
CertMgr -del -c -sha1 316076F2866588DBB233C7F9EB68B58125150C21 -s -r localMachine Root
CertMgr -del -c -sha1 316076F2866588DBB233C7F9EB68B58125150C21 -s -r localMachine AuthRoot
:: Fake Yahoo.Com(2014-09-30)
CertMgr -del -c -sha1 2290C311EA0F3F57E06DF45B698E18E828E59BC3 -s -r localMachine Root
CertMgr -del -c -sha1 2290C311EA0F3F57E06DF45B698E18E828E59BC3 -s -r localMachine AuthRoot
......@@ -85,6 +92,7 @@ CertMgr -del -c -sha1 4F99AA93FB2BD13726A1994ACE7FF005F2935D1E -s -r localMachin
:: Add certifications to CRL(Base)
CertMgr -add -c FakeGitHubCom_201301.crt -s Disallowed
CertMgr -add -c FakeGoogleCom_201407.crt -s Disallowed
CertMgr -add -c FakeGoogleCom_201409.crt -s Disallowed
CertMgr -add -c FakeYahooCom_201409.crt -s Disallowed
CertMgr -add -c FakeHotmaiCom_201410.crt -s Disallowed
CertMgr -add -c CNNIC_ROOT.crt -s Disallowed
......
......@@ -35,6 +35,9 @@ CertMgr_x86 -del -c -sha1 27A29C3A8B3261770E8B59448557DC9E9339E68C -s -r localMa
:: Fake Google.Com(2014-07-24)
CertMgr_x86 -del -c -sha1 F6BEADB9BC02E0A152D71C318739CDECFC1C085D -s -r localMachine Root
CertMgr_x86 -del -c -sha1 F6BEADB9BC02E0A152D71C318739CDECFC1C085D -s -r localMachine AuthRoot
:: Fake Google.Com(2014-09-18)
CertMgr_x86 -del -c -sha1 316076F2866588DBB233C7F9EB68B58125150C21 -s -r localMachine Root
CertMgr_x86 -del -c -sha1 316076F2866588DBB233C7F9EB68B58125150C21 -s -r localMachine AuthRoot
:: Fake Yahoo.Com(2014-09-30)
CertMgr_x86 -del -c -sha1 2290C311EA0F3F57E06DF45B698E18E828E59BC3 -s -r localMachine Root
CertMgr_x86 -del -c -sha1 2290C311EA0F3F57E06DF45B698E18E828E59BC3 -s -r localMachine AuthRoot
......@@ -74,6 +77,7 @@ CertMgr_x86 -del -c -sha1 B9C9F58B3BBEF575E2B58328770E7B0076C40B5E -s -r localMa
:: Add certifications to CRL(Base)
CertMgr_x86 -add -c FakeGitHubCom_201301.crt -s Disallowed
CertMgr_x86 -add -c FakeGoogleCom_201407.crt -s Disallowed
CertMgr_x86 -add -c FakeGoogleCom_201409.crt -s Disallowed
CertMgr_x86 -add -c FakeYahooCom_201409.crt -s Disallowed
CertMgr_x86 -add -c FakeHotmaiCom_201410.crt -s Disallowed
CertMgr_x86 -add -c CNNIC_ROOT.crt -s Disallowed
......@@ -96,6 +100,9 @@ CertMgr -del -c -sha1 27A29C3A8B3261770E8B59448557DC9E9339E68C -s -r localMachin
:: Fake Google.Com(2014-07-24)
CertMgr -del -c -sha1 F6BEADB9BC02E0A152D71C318739CDECFC1C085D -s -r localMachine Root
CertMgr -del -c -sha1 F6BEADB9BC02E0A152D71C318739CDECFC1C085D -s -r localMachine AuthRoot
:: Fake Google.Com(2014-09-18)
CertMgr -del -c -sha1 316076F2866588DBB233C7F9EB68B58125150C21 -s -r localMachine Root
CertMgr -del -c -sha1 316076F2866588DBB233C7F9EB68B58125150C21 -s -r localMachine AuthRoot
:: Fake Yahoo.Com(2014-09-30)
CertMgr -del -c -sha1 2290C311EA0F3F57E06DF45B698E18E828E59BC3 -s -r localMachine Root
CertMgr -del -c -sha1 2290C311EA0F3F57E06DF45B698E18E828E59BC3 -s -r localMachine AuthRoot
......@@ -135,6 +142,7 @@ CertMgr -del -c -sha1 B9C9F58B3BBEF575E2B58328770E7B0076C40B5E -s -r localMachin
:: Add certifications to CRL(Base)
CertMgr -add -c FakeGitHubCom_201301.crt -s Disallowed
CertMgr -add -c FakeGoogleCom_201407.crt -s Disallowed
CertMgr -add -c FakeGoogleCom_201409.crt -s Disallowed
CertMgr -add -c FakeYahooCom_201409.crt -s Disallowed
CertMgr -add -c FakeHotmaiCom_201410.crt -s Disallowed
CertMgr -add -c CNNIC_ROOT.crt -s Disallowed
......
......@@ -22,6 +22,8 @@ if "%PROCESSOR_ARCHITECTURE%%PROCESSOR_ARCHITEW6432%" == "x86" (goto X86) else g
CertMgr_x86 -del -c -sha1 27A29C3A8B3261770E8B59448557DC9E9339E68C -s Disallowed
:: Fake Google.Com(2014-07-24)
CertMgr_x86 -del -c -sha1 F6BEADB9BC02E0A152D71C318739CDECFC1C085D -s Disallowed
:: Fake Google.Com(2014-09-18)
CertMgr_x86 -del -c -sha1 316076F2866588DBB233C7F9EB68B58125150C21 -s Disallowed
:: Fake Yahoo.Com(2014-09-30)
CertMgr_x86 -del -c -sha1 2290C311EA0F3F57E06DF45B698E18E828E59BC3 -s Disallowed
:: Fake Hotmai.Com(2014-10-02)
......@@ -67,6 +69,8 @@ goto Exit
CertMgr -del -c -sha1 27A29C3A8B3261770E8B59448557DC9E9339E68C -s Disallowed
:: Fake Google.Com(2014-07-24)
CertMgr -del -c -sha1 F6BEADB9BC02E0A152D71C318739CDECFC1C085D -s Disallowed
:: Fake Google.Com(2014-09-18)
CertMgr -del -c -sha1 316076F2866588DBB233C7F9EB68B58125150C21 -s Disallowed
:: Fake Yahoo.Com(2014-09-30)
CertMgr -del -c -sha1 2290C311EA0F3F57E06DF45B698E18E828E59BC3 -s Disallowed
:: Fake Hotmai.Com(2014-10-02)
......
-----BEGIN CERTIFICATE-----
MIIBrjCCARegAwIBAgIRAPDB+wTdLJ7Y+U8IIFkecq0wDQYJKoZIhvcNAQEFBQAw
FTETMBEGA1UEAwwKZ29vZ2xlLmNvbTAeFw0xNDA5MTgxMDQ4NDhaFw0xNTAzMTgx
MDQ4NDhaMBUxEzARBgNVBAMMCmdvb2dsZS5jb20wgZ8wDQYJKoZIhvcNAQEBBQAD
gY0AMIGJAoGBAIPWdYJB8wh6QreOrCHSKynPwDEMO5AXIccGEnqXAiKaP1UhTJIW
+B1cjXewhTyksh81d0yCI2eByB1sL1Y9CJSB+QwGI0ZRcVEjuStNwCASBzMeYS+K
zF++LiwFtHm4942xIxenVcmWTNBbCve8BHBTmTwA+gjT004tDTSTb3cLAgMBAAEw
DQYJKoZIhvcNAQEFBQADgYEAE5w8eQ5iXzsadFNxgh2NLTwDXymNHqdcsl3++n5A
3gC+Zohkl91ghonZE0za9MLJDe4frmlhQnX4+mwuHkn5GMG61io6mk91bOMwa/TP
F+hPSpbDCEIfh2zGakYumEoW6ksrY0iJTFq0cAafF+rhVcfm6v/memhUnGKwgE+0
qEw=
-----END CERTIFICATE-----
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment