Skip to content

cmavr8/kippo-bash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kippo-bash

Analysis of kippo logs - text files

This is a bash script to analyze kippo text based logs. It needs neither MySQL nor Apache like the popular web based tools for generating these statistics.

  1. If you want to generate graphs gnuplot is required.

     sudo apt-get install gnuplot
    
  2. Set the right path for the kippo logs in the script

  3. Execute kippo-bash.sh

     ./kippo-bash.sh 
     [####################] (100%) - analysis completed.
      
     Total
     - attempts: 116885
      
     Total unique 
     - usernames: 1644 
     - passwords: 24498
     - combinations: 84596
     - IPs:       184
      
     Menu
     1) Show complete stats	3) Store lists
     2) Generate graphs	4) Quit
     Pick an option: 
    

My image

About

Analysis of kippo logs - text files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors