Skip to content

hanshaze/Katana

 
 

Repository files navigation

[![Gitter chat](https://badges.gitter.im/totaljs/framework.png)](https://gitter.im/RedToor/Katana) ![Supported OS](https://img.shields.io/badge/Supported%20OS-Linux-yellow.svg) ![License](https://img.shields.io/badge/license-GPLv3-blue.svg) ![CORE](https://img.shields.io/badge/core-0.0.0.8-green.svg)![Build](https://img.shields.io/badge/BUILD-0055-red.svg) --- # ABOUT

katana is a framework written in python for making penetration testing, based on a simple and comprehensive structure for anyone to use, modify and share, the goal is to unify tools serve for professional when making a penetration test or simply as a routine tool, The current version is not completely stable, is recommended update ever that you use it. (based in websploit project)

The project is open to partners.

SOURCE CODE ORGANIZATION

The Katana source code is organized as follows:

-KatanaGUI/ > Source code for graphical user interface
-KatanaLAB/ > Source code for katana laboratory
-core/ > Source code core
--core/db/ > Dictionaries and tables
--core/logs/ > Registers of modules
-files/ > Files necessary for some modules
-tmp/ > Temp files
-lib/ > Libraries
-doc/ > Documentation
-scripts/ > Scripts(modules)

MAIN FILES

--core
  ¬Setting.py         --- Setting variables
  ¬design.py          --- Design template
  ¬Errors.py          --- Error Debug
  ¬ping.py            --- Functions
--scripts
  ¬__init__.py        --- Modules List
  

REQUIREMENTS

OS requirement: Kali Linux

INSTALLATION

Installation of Katana framework:

git clone https://github.com/RedToor/katana.git
cd Katana
chmod 777 install.py
python install.py

USAGE

Commands

        Option 1) ./sudo ktf.console                                   
        Option 2) ./sudo ktf.run -m Code-Name  
        Option 3) ./sudo ktf.linker -m Code-Name -t localhost -p 80 
        
        Building (Katana Laboratory)       [ktf.lab] PREMIUM
        (Katana Graphical User Interface)  [ktf.gui] PREMIUM

MODULES (SCRIPTS)

Code-Name Description Author Version
web/httpbt Brute force to http 403 Redtoor 1.0
web/formbt Brute force to form-based Redtoor 1.0
web/cpfinder Admin panel finder Redtoor 1.0
web/joomscan Scanner vul's cms joomla Redtoor 1.0
web/dos Denial of service web Redtoor 1.0
web/whois Who-is web Redtoor 1.0
web/lfd-con LFD vulnerability Console Redtoor 1.0
net/arpspoof ARP-Spoofing attack Redtoor 1.0
net/lanlive Host's up in my LAN Redtoor 2.0
net/arplook ARP-Spoofing detector cl34r 1.0
net/portscan Port Scanner RedToor 1.1
set/gdreport Getting information with web RedToor 3.0
set/mailboom E-mail boombing SPAM RedToor 1.0
set/facebrok facebook phishing plataform RedToor 1.7
fle/brutezip Brute force to zip files LeSZO ZerO 2.0
fle/bruterar Brute force to rar files LeSZO ZerO 2.0
clt/ftp Console ftp client Redtoor 1.0
clt/sql Console sql client Redtoor 1.1
clt/pop3 Console pop3 client Redtoor 1.0
ser/sql Start SQL server Redtoor 1.0
ser/apache Start Apache server Redtoor 1.0
ser/ssh Start SSH server Redtoor 1.0
fbt/ftp Brute force to ftp Redtoor 1.0
fbt/ssh Brute force to ssh Redtoor 1.0
fbt/sql Brute force to sql Redtoor 1.0
fbt/pop3 Brute force to pop3 Redtoor 1.0
mc/gendic Dictionary generator Redtoor 2.1
wifi/dos Denial of service wifi Redtoor 2.0

SUPPORT

Questions, bugs or suggestions to : redtoor@inbox.ru or use "Issue" on github project

LICENSE

Katana is licensed. See LICENSE for more information.

We need partners, if you're interested in support or help contact.

LINKS

Wiki: https://github.com/RedToor/Katana/wiki
Project in SF: http://sourceforge.net/projects/katanas/files/
Documentation: https://github.com/RedToor/Katana/tree/master/doc
Blog of project [ES]: http://cave-rt.blogspot.com.co/2015/07/instalacion-y-uso-katana-framework.html
Youtube Guide: https://www.youtube.com/watch?v=5JR3Lnrvmg4&list=PL6BZilIOZMcy7uG3cRqYMc69kFb7wxEDR

Download katana OHCS

from made in with by RedToor, if you want Donate 1PAq7a9TqkJzEfBZGXGf2YFAU5KBZRccnW

© 2015-2016

About

katana Framework For Hackers And Professional Security Researchers

Resources

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENCE
GPL-3.0
COPYING.GPL

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Other 0.2%