Subscribe to our RSS Feeds

How to hide .exe file behind txt file

0 Comments »
Procedure is quite similar to the above one.

c:\> type c:\windows\notepad.exe > hello.txt:note.exe

Here notepad.exe is copied to hello.txt:note.exe

Now when you copy hello.txt, note.exe is also copied along with it.
, , 11:44 AM

Hide text file behind text file

0 Comments »
In the NTFS file system When you create a new file , one unnamed default stream is created to store all data written to the file.Since NTFS file system in Windows 2000 or above supports Alternate Data Streams,you are allowed to create additional streams for text file. All data stored in the addition streams will be hidden and no one will be able to read the data. This may be useful when you would like to hide some sensitive info from being read by others when sharing the file to public.

What is Alternate Data Stream??

In simple words it is a facility to hide data behind data.

This can be used to hide malicious virus files behind other text or graphic files.

How to hide text file behind a text file??

Here is an example to hide text file behind a text file.

1> Create a text file using Command Prompt.

Go to Run, type cmd. Change the directory if you want.

Type
echo  
etricks.txt:hidden

Here hidden is alternate data stream created along with etricks.txt

2>To enter data using that hidden data stream type

notepad etricks.txt:hidden

You will see a popup saying “Cannot find the C:\etricks.txt:Hidden.txt file”. Do you want to create a new file?”.

click yes.

3> Type anything you want and press ctrl+s.

4> Now go to C drive. There won’t be any such file. You will see etricks.txt only.

5> To view data in hidden file go to cmd and type

notepad etricks.txt:hidden

and now you can see the data in etricks.txt:hidden.txt
, , 11:34 AM

Watch Banned and Blocked Videos on YouTube

0 Comments »
Sometimes watching videos on YouTube you come across some videos which is blocked or banned for access in your country, that might be due to some personal problem or copyright issues but you want to watch that video well is their any way well the answer is yes there is a very easy trick to access blocked and banned YouTube Videos

Follow the below steps :

1. Go to YouTube.com

2. Now open the blocked video and it will say something like this video cannot be played in your country.

3. Now you will see its URL in the address bar, we have to make a small change to that to access that video in your country.

4. Suppose the URL is something like below .:

www.youtube.com/watch?v=xyzabcd

5. So you can see in the above URL I have bold the small part you have to replace that part with v/ now the URL becomes something like below .:

www.youtube.com/v/xyzabcd

6. So now simply access that blocked URL easily and watch unlimited outside country videos.

FileZilla FTP client

0 Comments »
If you are using FileZilla FTP client for uploading websites
Remember that FileZilla store all Username and Password in

C:\Documents and Settings\\Application Data\FileZilla\sitemanager.xml
You can open this file in Notepad and see all saved hosts, Username and Passwords.

How To Enable Right Click on Websites

0 Comments »
You probably may have come across some websites that doesn’t allow you to copy any content from there websites by blocking right click.When you press right click on these websites either you will get a prompt with some message or nothing will happen.Sometimes this is very annoying as you may need that content for your college project or some other urgent purpose.There are several workarounds to bypass this.

I will tell you the best and the most simple trick.You don’t require any software or addon for this trick.Website that block the right click do it using a javascript code.If you block javascript code in your browser then your right click cannot be blocked.

Here is the tutorial on How To Enable Right Click on Websites

For Internet Explorer Browser
Goto Tools>Internet options>Security
Now Click on Custom Level
Now find Scripting Section it will be around the end.
Now disable Active Scripting.This will disable JavaScript and vbscript in your browser.
Click on OK.
Now restart your browser

For Mozilla Firefox Browser
Goto Tools>Options>Content
Uncheck the box Enable JavaScript
Click Ok
Open the website that have blocked your right click.

For Google Chrome Browser
Click on the Wrench Icon on the top right side on your browser.
Click on Options
Now goto Under the Hood tab
Click on Content Setings and then on JavaScript
Disable java script and open the website.

Source: hackxack.blogspot.com 
8:51 PM

How to Modify Hosts File to Redirect Websites

0 Comments »
This trick can be used by Hackers to modify Hosts file and Redirect your Facebook page to another Phishing Website so this can really dangerous so well if you want mod your friends PC than you might check the below guide for the modification.

Follow the below steps to Modify the Hosts Fie .:
1. First you need to Open the Hosts File ( C:/Windows > System 32 > Drivers > etc. > Hosts ) if hosts file is not visible their than just choose show all files below.
2. Now you have to modify this hosts file in order to redirect your website to another website. ( Now for this purpose you need the redirecting websites ip address for that follow the below step to get the ip address )
3. Now open CMD by going to RUN and typing CMD
In CMD type ping website name
Ex. ping www.yahoo.com
it will process and provide you with the ip address of that website which will help in redirection process.
Now for Yahoo you will this type of ip address 67.195.160.76
4. Now just go to the Hosts File and @ last below in the hosts file type .:
67.195.160.76 www.Facebook.com
5. Now watts does above line mean it means that you want to redirectFacebook.com to Yahoo.com
That’s it now you understand the concept that if you want to redirect any of your website to any other website than first you have to find the ip address for the website than you have to modify the hosts file and than just copy and paste thathosts file into your friends computer.

Source: hackxack.blogspot.com