Showing posts with label hacks. Show all posts
Showing posts with label hacks. Show all posts

Sunday, 30 June 2013

Get a list of all files on a drive


This is a batch file designed to secretly get a list of all the files and folders on a drive via a USB drive. The batch file even lists hidden files. All you have to do is put the batch file into the USB drive and make your victim open it. When you get back the USB drive the list would be waiting for you!
The listing of the files could take some time. So it is essential that the victim does not close the batch file until the listing is completed.

 You can achieve this in two ways:
One way is to run the batch invisibly as a process using two extra short VBScript files. I will show you how to do this in a later post.
The other way is to mask the listing of the files with some spoof like system configuration or something important.
In this trick I am going to use the second method.
This is easier than the first method.

Step 1: Paste the following code into notepad and save as a .bat file.



Step 2: After saving, copy the batch file into the root of your USB drive.

Step 3: Now the trap has been set. Give the USB drive to your friend and use some social engineering to make him/her open it. You can tell your friend that it is a software you made or some cool software. This depends on your social engineering skills. Just make him/her open it remember to tell not to format the USB drive.

When you get back the pendrive the data collected would be in a hidden text file. To reveal the text file:

Step 1: Open command prompt window.
 To open a command window goto start menu and type cmd into the search bar and press enter.

Step 2: Assuming the USB drive letter is F Enter the command into the cmd window and execute it : attrib "F:\XBData.txt" -h -s

After you reveal the text file open it and you will see a list of files stored in his drives including the hidden ones. This trick greatly depends on your skills in social engineering.

Enjoy the look of your friends face when you tell them where he stores certain files and what files he/she has hidden!

 Remember to rate this post and leave any questions.

 

Continue Reading →

Make a WinRAR password cracker


Winrar password cracker


       This is a simple password cracker for WinRAR archives which can crack numeric passwords. The method works only on .rar files. You should have WinRAR installed to make this password cracker. Follow the easy steps below and see how easy it is!


Step 1: Make a new folder on your desktop.


Step 2: Save the following code as PWCrack.bat using notepad into the folder you created earlier.


 

  Step 3: Last of all browse to the directory where WinRAR is installed. Usually this will be C:\Program Files\WinRAR. Find a file named UnRAR.exe and copy it into the folder created in Step 1.

Step 4: After you copy the file open the batch file and enter the path to the archive to start the cracking process. Eg: "C:\Users\XByte\Desktop\Secret.rar".


NOTES:

  • Remeber to keep the both the batch file and UnRAR.exe in the same folder. Or else the program won't work.
  • Don't rename the UnRAR.exe.
  • The password cracker can only crack numeric passwords.
  • The password cracker does not crack passwords starting with 0.
Do not forget to leave your feedback!
Article by Anbuselvan rocky..

video :

         Vidoe will be soon... still connected.. Happy hacking.

Continue Reading →