1. First Step, Create a new folder and please check that "Show hidden files" is checked and "hide extensions for known file types" is unchecked in folder options.
1.第一步创建一个文件夹在工具->文件夹选项->查看中选择显示隐藏文件,把隐藏文件扩展名选项取消。
2. Copy your exe file source in that folder for example called first.exe.
把你的木马放进这个文件夹中,比如你木马的名字叫muma.exe
3. Now you have to rename this first.exe file to whatever you want. Here suppose you are renaming it to second.jpeg. When you trying to renaming it windows will warn you like if you really want to change this extension from exe to jpeg, then click on YES.
5. Now right click on third.exe and go to properties, Here you have to do some changes mentioned below.
现在右键third.exe选择属性,下面是你需要做的一些修改
6. Delete all things which are present in start in field and leave it empty.
首先把起始位置的内容制空。
7. Now in this step you have to write the path to open other files second.jpeg like this: C:\WINDOWS\system32\cmd.exe /c second.jpeg
现在你需要写下下面的语句C:\WINDOWS\system32\cmd.exe /c second.jpeg 到目标栏里
8. The last field, c second.jpeg is always the name of the first file. If you called the first file demo.avi then you you have to write
C:\WINDOWS\system32\cmd.exe /c demo.avi
上面命令中的最后的文件必须是你更改的木马的名字,假如你把木马名字改为demo.avi,填入目标栏的命令应该是 C:\WINDOWS\system32\cmd.exe /c demo.avi
9. Now here what you are doing is So what you are doing is when someone clicks on third.jpeg, a command will execute the other file second.jpeg and the source will run.
下面你能做的就是诱惑别人去点击你的third.jpeg,这样你的木马就会被执行
10. Now right click on third.jpeg, go to properties and then you will see one option to change your icon. Click this and then a new window will open. You have to write this : %SystemRoot%\system32\SHELL32.dll and then press OK.
现在右键third.jpeg 选择属性,你就会看到一个可以更改图标的选项,点击它就会出现一个对话框把下面的内容写进去
%SystemRoot%\system32\SHELL32.dll 点击确定就可以了
11. All things are done but you have to remember two things in your mind that these 2 files must be together in the same folder and to get connected to someone they must click on the shortcut created not on the first file. So rename the files to whatever you want considering the person and the knowledge they have on this matter.
你必须记住三点就是 第一这两个文件必须在一起,并且在相同的文件夹内
第二就是尽可能去诱惑别人去点击third.jpeg而不是second.jpeg的木马文件
第三点就是要把你的木马文件做的尽可能的去吸引别人。