Golishmero 
INTRODUCTION
 
- Golismero is the Web Knive .through this tool you  can crawl the whole website . 
- Created by - Daniel Garcia Garcia
- This is one of the tool which is added in the Backtrack R3 .
HOW TO OPEN GOLISMERO
 
 
 
usage: GoLismero.py [-h] [-R RECURSIVITY] [-t TARGET] [-o OUTPUT]
                    [-F {text,html,csv,xml,scripting,wfuzz}]
                    [-A {all,forms,links}] [-V] [-c] [-x] [-m] [-na] [-nc]
                    [-ns] [-ni] [-nm] [-nl] [-l] [-us HTTP_AUTH_USER]
                    [-ps HTTP_AUTH_PASS] [-C COOKIE] [-P PROXY] [-U]
                    [-f FINGER] [--follow]
optional arguments:
 
 -h, --help            
 
- show this help message and exit
- See the below image for more details - 
  -R RECURSIVITY        recursivity level of spider. Default=0
  -t TARGET             target web site.
 
- In this example , we use both the option -R ( RECURSIVITY) and -t ( TARGET ) .
- See the below image to use this tool . 
 
 
 
 
  -o OUTPUT            
 
-  output file.
- With this option , you can save your result in output file . 
- Remember the default extension of the file is .txt . 
- See the below example to understand more about this option -
 
  -F {text,html,csv,xml,scripting,wfuzz}
                        output format. "scripting" is perfect to combine with
                        awk,cut,grep.... default=text
 
-F html ( SAVING  OUPUT IN HTML )
Command :-
 
 
Result : -
 
 
CSV (SAVING OUTPUT IN CSV FILE )
Command : 
 
Result : 
 
XML ( SAVING OUTPUT IN XML )
Command :
 
RESULT : 
 
 
  -A {all,forms,links}  
 
- Scan only forms, only links or both. Default=all
- See the below images for more help -
 
-A forms 
 
 
 -V                   
 
-  Show version.
- See the below image for more help - 
 
 -c  
 
-  colorize output. Default=No
- With this option you will get ouptut in colors like links in blue ,Methods in yellow and Passwords in Red . 
- See the below example of myspace.com , then you will get my point - 
 
 
-A links 
  -x, --search-vulns   
 
-  looking url potentially dangerous and bugs. As default  not selected.
- See the below image for more details -
 
 
 -m, --compat-mode    
 
-  Show results as compact format. As default not selected.
- For compact mode , -m option is used . 
- See the below image  example for more help - 
 
  -na, --no-all        
 
-  implies no-css, no-script, no-images and no-mail. As default not selected.
- See the below example for more details -
  -nc, --no-css         
 
- don't get css links. As default not selected.
- See the below image for more details -
  -ns, --no-script      
 
- don't get script links. As default not selected.
- See the below image for more etails -
  -ni, --no-images      
 
- don't get images links. As default not selected.
- See the below image for more details -
  -l, --long-summary    
 
- detailed summary of process. As default not selected.
- See the below image for more details -
 
  -P PROXY, --proxy PROXY
                        set proxy, as format: IP:PORT. As default is empty.
  -U, --update          update Golismero.
 
Examples:
 
- GoLISMERO.py -t site.com -c -A links -x 
 
 
 
  EXAMPLE 2
 
-  GoLISMERO.py -t site.com -A links --no-all
- See the below image for more help-
 
EXAMPLE 3 :
 
-  GoLISMERO.py -t site.com -A links -na
- See the below image for more details - 
 
THIS IS HOW YOU CAN USE THIS TOOL 
 
THIS TUTORIAL IS JUST FOR EDUCATIONAL PURPOSE ONLY /- 
 
Comments