Friday, March 28, 2014

Tutorial Urlcrazy


URLCrazy is a tool that can generate and test domain typos and variations to detect and perform typo squatting, URL hijacking, phishing, and corporate espionage. It generates 15 types of domain variants, knows over 8000 common misspellings, supports multiple keyboard layouts, can check if a typo is a valid domain, tests if domain typos are in use, and estimates the popularity of a typo.

Usage: /usr/bin/urlcrazy [options] domain

Options
 -k, --keyboard=LAYOUT     Options are: qwerty, azerty, qwertz, dvorak (default: qwerty)
 -p, --popularity           Check domain popularity with Google
 -r, --no-resolve            Do not resolve DNS
 -i, --show-invalid        Show invalid domain names
 -f, --format=TYPE     Human readable or CSV (default: human readable)
 -o, --output=FILE      Output file
 -h, --help                     This help
 -v, --version   Print version information. This version is 0.5



Open URLCrazy  through Kali Linux >> Information Gathering >>  Dns Analysis >> URLCrazy
1. Now we see the names of the characters on the wrong web google.com.
root@VH0:~# urlcrazy  google.com
URLCrazy Domain Report
Domain    : google.com
Keyboard  : qwerty
At        : 2014-02-14 16:19:16 +0530

# Please wait. 87 hostnames to process

Typo Type                     Typo           DNS-A            CC-A              DNS-MX                             Extn 
-------------------------------------------------------------------------------------------------------------------------
Character Omission            gogle.com                       ?                                                    com  
Character Omission            googe.com                       ?                                                    com  
Character Omission            googl.com                       ?                                                    com  
Character Omission            google.cm                       ?                 google.com.s9a2.psmtp.com          cm   
Character Omission            goole.com      213.165.70.39    DE,GERMANY        mx00.1and1.co.uk                   com  
Character Repeat              ggoogle.com    74.125.128.99    US,UNITED STATES                                     com  
Character Repeat              googgle.com                     ?                                                    com  
Character Repeat              googlee.com    173.194.117.16   US,UNITED STATES                                     com  
Character Repeat              googlle.com    208.87.34.31     BS,BAHAMAS        nullmx.domainmanager.com           com  
Character Repeat              gooogle.com                     ?                                                    com  
Character Swap                gogole.com                      ?                                                    com  
Character Swap                googel.com     74.125.128.99    US,UNITED STATES                                     com  
Character Swap                goolge.com     74.125.128.105   US,UNITED STATES                                     com  
Character Swap                ogogle.com     74.125.128.104   US,UNITED STATES                                     com  
Character Replacement         foogle.com     64.111.126.107   US,UNITED STATES  mx2.sub4.homie.mail.dreamhost.com  com  
Character Replacement         giogle.com     162.209.11.4                       giogle.com                         com  
Character Replacement         goigle.com     62.116.143.26    DE,GERMANY                                           com  
Character Replacement         goofle.com     69.89.22.115     US,UNITED STATES  goofle.com                         com  
Character Replacement         googke.com                      ?                                                    com   
Character Replacement         googlr.com     74.125.128.105   US,UNITED STATES                                     com  
Character Replacement         googlw.com                      ?                 eforwardct2.name-services.com      com  
Character Replacement         goohle.com     184.154.126.179  US,UNITED STATES                                     com  
2. Spelling google is reversed.

3. I want to try to save the output files.
  • # ./urlcrazy-o file [file name stored] www.site.com

4.To check the output that we make.
  • # ls

5. To View the file that we save earlier.
  • # cat [filename]

6. To use another command:
-p option is used to check the domain popularity with google
  • # ./urlcrazy -p www.site.com
-r is used to do not resolve the DNS
  • # ./urlcrazy -r www.site.com
-i options is used to show the invalid domain names.
  • # ./urlcrazy -i www.site.com



1 comment:

Contact Form

Name

Email *

Message *