hungry-hackers India

Archive for the 'Hacking Computer' Category

 

Cookie Stealing for fun and profit

Jun 23, 2008 in Bad Boy, Hacking Computer, Internet Hacking

0×10 Introduction
XSS (cross site scripting) is usually criticized. It is said that XSS can do nothing, actually. All it can do is make a nice little alert box on your screen, telling you your cookies. That is a wrong assumption. Although it may be slightly difficult, you can use XSS to steal a user’s [...]

Popularity: 4% [?]

⇥ Read the article in full

No Comments »

NetBIOS Attack

Jun 23, 2008 in Hacking Computer, Hacking Tutorials, NetBIOS Hacking

So NetBIOS is the first thing when you want to root to learn. In my article i will considerate that my target don”t have password protected the files, shared files.
Tools:
Windows target and attacker(i don”t know if this attack work on Linux or other os)
First we need to choose a target we will consider our target [...]

Popularity: 3% [?]

⇥ Read the article in full

No Comments »

BotNets and Mass Backdooring

Jun 23, 2008 in Botnets, Hacking Computer, Hacking Tutorials, Hardcore Hacking

This article is designed to explain botnets, give an example of usage, and provide some good examples.
[What]
A botnet is a group of computers or servers all compromised with the same backdoor. The interesting thing about botnets is that these backdoors often have the ability to interact with other members of the botnet, and can also [...]

Popularity: 2% [?]

⇥ Read the article in full

No Comments »

Sending a Computer to Hell

Jun 14, 2008 in Bad Boy, Hacking Computer

I was lying around thinking of ways to send a computer to hell and here were my ideas:
1. Flash the bios with a bogus file <and do not back up the bios>.
2. Run a magnet over EVERYTHING.
3. Using the control panel, add hardware that doesnt exist.
4. Change user passwords.
5. Click to every spyware site you [...]

Popularity: 2% [?]

⇥ Read the article in full

No Comments »

How To Write A Basic Keylogger In VB

May 25, 2008 in Hacking Computer, Hacking Tutorials, Hardcore Hacking, Keyloggers, Software




=========================================
Basic Concepts: What needs to be achieved
=========================================
Ok, now lets plan our program, what should such keyloger do and what it should not. Significant difference to previous section is in the sense that here we shall discuss the LOGIC, the instructions that our program will follow.
Keylogger will:
1 - listen to all the key strokes of the user.
2 - save these keys in a log file.
3 - during logging, does not reveal its presence to the user.
4 - keeps doing its work as long as the used is logged on regardless of users actions.

==========================================
Implementation: Converting logic into code
==========================================
We shall use Visual Basic because it is much easier and simple to understand comparing to C++ or Java as far as novice audience is concerned. Although programmers consider it somewhat lame to code in VB but truthfully speaking, its the natural language for writing hacking/cracking programs. Lets cut to the chase - start your VB6 environment and we are ready to jump the ride!

Popularity: 6% [?]

-->

Intro: What a Keylogger is made of
Before we start programming, we need to answer a basic question: what is a keylogger? As the name implies (key+logger) - a keylogger is a computer program that logs (records) the keys (keyboard buttons) pressed by a user. This should be simple to understand. Lets say that I am [...]

Popularity: 6% [?]

⇥ Read the article in full

2 Comments »

Visit this site.