Find


Archive for May, 2008

 

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!

[Ask] [blinklist] [Connotea] [del.icio.us] [Digg] [Facebook] [Fark] [Faves] [Furl] [Google] [Ma.gnolia] [Mixx] [MySpace] [Netvouz] [Newsvine] [Propeller] [Reddit] [Slashdot] [Sphere] [StumbleUpon] [Technorati] [Windows Live] [Yahoo!] [Email]

Popularity: 51% [?]

-->

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: 51% [?]

⇥ Read the article in full

1 Comment »

Top 10 Windows Hacking Tools

May 13, 2008 in Hardcore Hacking, Internet Hacking, Password Recovery, Registry Hacking, Security, Software, Windows Hacking

This is the Collection of Best Windows Hacking Tools:
1. Cain & Abel - Cain & Abel is a password recovery tool for the Microsoft Windows Operating System. It allows easy recovery of various kind of passwords by sniffing the network, cracking encrypted passwords using Dictionary, Brute-Force and Cryptanalysis attacks, recording VoIP conversations, decoding scrambled passwords, […]

Popularity: 45% [?]

⇥ Read the article in full

1 Comment »

Top 10 Linux Hacking Tools

May 13, 2008 in Hacking Computer, Hacking Tutorials, Hardcore Hacking, Internet Hacking, Linux Hacking, Password Recovery, Registry Hacking, Security, Server Hacking




6. Metasploit Framework - The Metasploit Framework is an advanced open-source platform for developing, testing, and using exploit code. This project initially started off as a portable network game and has evolved into a powerful tool for penetration testing, exploit development, and vulnerability research.

7. John the Ripper - John the Ripper is a fast password cracker, currently available for many flavors of Unix (11 are officially supported, not counting different architectures), DOS, Win32, BeOS, and OpenVMS. Its primary purpose is to detect weak Unix passwords. Besides several crypt(3) password hash types most commonly found on various Unix flavors, supported out of the box are Kerberos AFS and Windows NT/2000/XP/2003 LM hashes, plus several more with contributed patches.

8. Nessus - Nessus is the world’s most popular vulnerability scanner used in over 75,000 organisations world-wide. Many of the world’s largest organisations are realising significant cost savings by using Nessus to audit business-critical enterprise devices and applications.

9. IRPAS - Internetwork Routing Protocol Attack Suite - Routing protocols are by definition protocols, which are used by routers to communicate with each other about ways to deliver routed protocols, such as IP. While many improvements have been done to the host security since the early days of the Internet, the core of this network still uses unauthenticated services for critical communication.

10. Rainbowcrack - RainbowCrack is a general propose implementation of Philippe Oechslin’s faster time-memory trade-off technique. In short, the RainbowCrack tool is a hash cracker. A traditional brute force cracker try all possible plaintexts one by one in cracking time. It is time consuming to break complex password in this way. The idea of time-memory trade-off is to do all cracking time computation in advance and store the result in files so called “rainbow table”.

Popularity: 35% [?]

-->

This is a Cool Collection of Top Ten Linux Hacking Tools.
1. nmap - Nmap (”Network Mapper”) is a free open source utility for network exploration or security auditing. It was designed to rapidly scan large networks, although it works fine against single hosts. Nmap uses raw IP packets in novel ways to determine what hosts […]

Popularity: 35% [?]

⇥ Read the article in full

No Comments »

How to make Keygens?

May 13, 2008 in Hacking Tutorials, Hardcore Hacking, Keygens, Software




Well, enough blah blah, let’s go cracking…

Run W3Filer 32.
A nag screen pops, and , demands registration (Hmm, this sux ;-)) Now,
We notice this program has some kind of serial number (Mine is 873977046),
Let’s keep the serial in mind, I bet we`ll meet it again while we’re on
the debugger.
Well, now, let’s put your name and a dummy reg code…
set a BP on GetDlgItemTextA, and, press OK.

Popularity: 31% [?]

-->

Attention : This Article is Only for Real Geeks
Disclaimer : I take no responsibility of the usage of this information.
This tutorial, is for educational knowledge ONLY.

How to make key generators?
Introduction
Hi there, in this tutorial, I intend to teach you how to make a pretty
simple keygen, of a program called W3Filer 32 V1.1.3.
W3Filer is a pretty […]

Popularity: 31% [?]

⇥ Read the article in full

No Comments »