forked from PowerScript/KatanaFramework
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
111 changed files
with
3,206 additions
and
3,425 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<img src="http://web.alsa.org/images/content/pagebuilder/KTF_Logo.jpg" title="Python" align="center"> | ||
</center> | ||
[![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) | ||
![CORE](https://img.shields.io/badge/core-0.0.0.9-green.svg)![Build](https://img.shields.io/badge/BUILD-0056-red.svg) | ||
--- | ||
# ABOUT | ||
|
||
|
@@ -22,28 +22,14 @@ The Katana source code is organized as follows: | |
<i>-[doc/](https://github.com/RedToor/Katana/tree/master/doc)</i> > Documentation<br> | ||
<i>-[scripts/](https://github.com/RedToor/Katana/tree/master/scripts)</i> > Scripts(modules)<br> | ||
|
||
# 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: | ||
<img src="http://www.question-defense.com/wp-content/themes/qd/backtrack-menu/backtrack-logo.png"> Kali Linux | ||
|
||
# INSTALLATION | ||
Installation of Katana framework: | ||
<i><b><br><br> | ||
git clone https://github.com/RedToor/katana.git<br> | ||
cd Katana<br> | ||
chmod 777 install.py<br> | ||
python install.py</i> | ||
chmod 777 install<br> | ||
python install</i> | ||
</i></b> | ||
|
||
# USAGE | ||
|
@@ -56,38 +42,6 @@ Commands | |
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 : [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
#!/usr/bin/env python | ||
#HEADER####################### | ||
# Katana framework # | ||
# General Commands File # | ||
# Last Modified: 23/03/2016 # | ||
# Review: 0 # | ||
#######################HEADER# | ||
|
||
# Show modules installed in framework | ||
SHOW_MODULES="show modules" | ||
SHOW_MODULES_SHORT="showm" | ||
|
||
# Select a module | ||
SELECT="use" | ||
|
||
# Exit of ktf | ||
EXIT="exit" | ||
EXIT_SHORT="x" | ||
|
||
# Helper | ||
HELP="help" | ||
HELP_SHORT="h" | ||
|
||
# Update | ||
UPDATE="update" | ||
UPDATE_SHORT="u" | ||
|
||
# Clear | ||
CLEAR="clear" | ||
CLEAR_SHORT="c" | ||
|
||
# Show Options | ||
SHOW="show options" | ||
SHOW_SHORT="sop" | ||
|
||
# SET Value | ||
SETET="set" | ||
|
||
# Back | ||
BACKING="back" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,5 +42,3 @@ | |
|
||
# PATHS SCRIPTS | ||
NMAP_PATH="/usr/bin/nmap" | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,7 @@ | |
P = '\033[35m' | ||
C = '\033[36m' | ||
GR = '\033[40m' | ||
GY = '\033[43m' | ||
GE = '\033[41m' | ||
GW = '\033[4m' | ||
HH = '\033[1m' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.