Skip to content

Commit

Permalink
New Design for PROMP modules
Browse files Browse the repository at this point in the history
  • Loading branch information
RedToor committed Oct 11, 2015
1 parent 65ab380 commit 2bfa186
Show file tree
Hide file tree
Showing 793 changed files with 289 additions and 195,030 deletions.
2 changes: 1 addition & 1 deletion LICENCE
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Katana Framework

for all-body that want use it.
this tool can be used by anyone who wants to use, modify and distribute it, as long as this according to the GPL LICENSED rights
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ Installation of Katana framework:
Commands
```
Stable ------------------------------------------------------------------
sudo ktfconsole 98% Builded - Enabled
sudo ktfrun -m net/arpspoof 95% Builded - Enabled
sudo ktf.console 98% Builded - Enabled
sudo ktf.run -m net/arpspoof 95% Builded - Enabled
Building ----------------------------------------------------------------
ktflab 30% Builded - No yet.
ktflinker -m web/whois -t google.com -p 80 30% Builded - No yet.
ktf.lab 30% Builded - No yet.
ktf.linker -m web/whois -t google.com -p 80 30% Builded - No yet.
```
# MODULES (SCRIPTS)

Expand Down Expand Up @@ -82,5 +82,10 @@ See [LICENSE](https://github.com/RedToor/Katana/blob/master/LICENSE) for more in

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

# LINKS
Project in SF : http://sourceforge.net/projects/katanas/files/
Blog of project [ES]: http://cave-rt.blogspot.com.co/2015/07/instalacion-y-uso-katana-framework.html

from <img src="http://www.euromonitor.com/medialibrary/Image/Flag_20x20_Colombia.png" title="Colombia"> made in <img src="https://developer.ibm.com/predictiveanalytics/wp-content/uploads/sites/48/2015/04/python-icon.png" title="Python"> with <img src="http://cdn0.bodas.com.mx/img/smileys/smiley_heart.png" title="Love"> by <font color="red">Red</font>Toor, if you want Donate <img src="http://www.wbtcb.com/frontend/webroot/gfx/bitcoin-ico.gif" title="Bitcoins"> 1Hw2SSTpAZ7kSccvoYfvyQewGgMhtmya3u


2 changes: 2 additions & 0 deletions core/Errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ def Errors(event, info):
exit(0)
if string.find("SystemExit") >= 0 and info==False:
exit(0)
if string.find("ValueError") >= 0:
d.VError()
else:
print "Event : %s \n Info: %s " % (event,info)
exit(0)
Binary file modified core/Errors.pyc
Binary file not shown.
24 changes: 24 additions & 0 deletions core/Setting.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
# @Katana Setting
#

# DEFAULT FILES NAME
KTFCONSOLE="ktf.console"
KTFLINKER="ktf.linker"
KTFRUN="ktf.run"
KTFLAB="ktf.lab"
KTFGUI="ktf.gui"

# DEFAULT SETTING NETWORK
LOCAL_IP="127.0.0.1"
Expand Down Expand Up @@ -32,3 +38,21 @@
POP_PORT="110"
SQL_PORT="3306"
SSH_PORT="22"
SMTP_PORT="25"

# PARAMETER FOR LINKER FILE
t=""
p=""
f=""
u=""
ps=""
m=""
s=""
h=""
v=""
z=""
x=""
d=""
c=""
q=""

Binary file modified core/Setting.pyc
Binary file not shown.
Binary file modified core/__init__.pyc
Binary file not shown.
Binary file modified core/colors.pyc
Binary file not shown.
10 changes: 6 additions & 4 deletions core/design.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def messages(self, message):
if module == 1:
print " test module"
def prompt(self, module):
promp=""+colors[0]+" ktn"+colors[0]+" | "+colors[3]+module+colors[0]+" > "
promp=""+colors[0]+" \033[1mktn"+colors[0]+"::\033[4m"+colors[3]+module+colors[0]+" \033[1m\033[40m>"+colors[0]
return promp
def option(self):
print "\n [options]\t[RQ]\t[description]\t\t[value]"
Expand Down Expand Up @@ -79,7 +79,7 @@ def noconnect(self):
string=" "+Ned+" Not connected to any network, this module need are connected to a network."
return string
def go(self,to):
print " "+Got+" Go to : "+to
print " "+Got+" Go to : \033[40m"+to+""+colors[0]
def testing(self, protocol, port):
print " "+Alr+" Testing "+protocol+" protocol \t\t\t ["+port+"]"
def live_protocol(self):
Expand All @@ -88,17 +88,19 @@ def space(self):
print ""
def nocommandCLT(self, string):
return "parameter '"+string+"' not allow."
def VError(self):
print " "+Bad+" Value Error: [LINKER] is necesary all parameters, type 'sop'."
def lab(self,version):
print """
__ __ ___"""+colors[3]+"""__ __ """+colors[0]+"""
/ /__/ /_/ _/"""+colors[3]+""" /__ _/ / """+colors[0]+"""
/ '_/ __/ _/"""+colors[3]+""" / _ `/ _ \\ """+colors[0]+"""
/_/\_\\\\__/_/"""+colors[3]+"""/_/\_,_/_.__/ """+colors[0]+"""
Core:"""+version
def linker(self,version):
def linker(self,version, build):
print """
__ __ ___"""+colors[4]+"""___ __ """+colors[0]+"""
/ /__/ /_/ _/"""+colors[4]+""" (_)__ / /_____ ____ """+colors[0]+"""
/ '_/ __/ _/"""+colors[4]+""" / / _ \/ '_/ -_) __/ """+colors[0]+"""
/_/\_\\\\__/_/"""+colors[4]+"""/_/_/_//_/_/\_\\\\__/_/ """+colors[0]+"""
Core:"""+version
Core:"""+version+"/Build:"+build
Binary file modified core/design.pyc
Binary file not shown.
Binary file modified core/help.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion core/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#

version="0.0.0.7"
date="29/03/2015 - 02/10/2015"
date="29/03/2015 - 11/10/2015"
modules="29"
tema="Warrior theme"
build="0048"
Binary file modified core/info.pyc
Binary file not shown.
16 changes: 8 additions & 8 deletions core/modules.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
<module name="net/lanlive">
<description>Host live's in my Network</description>
</module>
<module name="eng/gdreport">
<module name="set/gdreport">
<description>Getting information with web</description>
</module>
<module name="eng/mailboom">
<module name="set/mailboom">
<description>E-mail boombing</description>
</module>
<module name="eng/facebrok">
<module name="set/facebrok">
<description>facebook phishing plataform</description>
</module>
<module name="fle/brutezip">
Expand Down Expand Up @@ -60,19 +60,19 @@
<module name="for/imagen">
<description>Analicy forence to imagen</description>
</module>
<module name="bt/ftp">
<module name="fbt/ftp">
<description>Brute force to ftp</description>
</module>
<module name="bt/sql">
<module name="fbt/sql">
<description>Brute force to sql</description>
</module>
<module name="bt/ssh">
<module name="fbt/ssh">
<description>Brute force to ssh</description>
</module>
<module name="bt/pop3">
<module name="fbt/pop3">
<description>Brute force to pop3</description>
</module>
<module name="fz/ftp">
<module name="fzz/ftp">
<description>Fuzzer to ftp</description>
</module>
<module name="wifi/wpabtf">
Expand Down
Binary file modified core/ping.pyc
Binary file not shown.
30 changes: 11 additions & 19 deletions core/splash.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
#

from core import colors
import random
import subprocess
spa=random.randint(1,2)
subprocess.call('clear', shell=True)

splash2=colors.B+"""
mM@@MM@@MM@@MM@@MM@@MM@@@MMM@@MM@@@@Mm
mMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMm
Expand All @@ -18,18 +23,7 @@
@@MM@@MM@@MM@@MM@@MM@@MM@@MM@@MM@@Mm
"""+colors.GR

splash3="""

.-----------TTTT_-----_______
/'''''''(___O] ----------____ \____/]_
__'''\_ -- Q ___________@
|''' ._ ______=---------------
| \033[1mKTF\033[0m ..--''| l L |_l |
| .--'' . /-___j ' '
| . / , ' '
|--'' / \ -
L__' \ /
'-./"""
splash4="""
__ __
/\ \ /\ \__
Expand All @@ -38,11 +32,9 @@
\ \ \`\ /\ \L\.\_\ \ \_/\ \L\.\_/\ \/\ \/\ \L\.\_
\ \_\ \_\ \__/.\_\ \__\ \__/.\_\ \_\ \_\ \__/.\_
\/_/\/_/\/__/\/_/ \/__/\/__/\/_/\/_/\/_/\/__/\/_/"""
splash5="""
_______ _______ _______ _______ _______ _______
|\ /|\ /|\ /|\ /|\ /|\ /|
| +---+ | +---+ | +---+ | +---+ | +---+ | +---+ |
| | | | | | | | | | | | | | | | | | |
| |k | | |a | | |t | | |a | | |n | | |a | |
| +---+ | +---+ | +---+ | +---+ | +---+ | +---+ |
|/_____\|/_____\|/_____\|/_____\|/_____\|/_____\|"""

if spa==1:
print splash2
elif spa==2:
print splash4

Binary file modified core/splash.pyc
Binary file not shown.
Binary file modified core/updatekatana.pyc
Binary file not shown.
10 changes: 8 additions & 2 deletions doc/credits
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
Thanks to
thanks very much to:

(Daniel Carbajal) Ciscko black
(Sebastian Kopp) https://m.facebook.com/cerbfenix2
(Sebastian Kopp) Cah0s

-- AND ALL-BODY THAT HELP ME WITH PROGRMMATION AND IDEAS ---

Santi Vidal Royal - python
Nelson Sepúlveda - java

4 changes: 2 additions & 2 deletions doc/how to install
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Option 1 (Github)

Option 2 (Sourceforge)

#donwload project file of http://sourceforge.net/projects/katanas/
#download last version in http://sourceforge.net/projects/katanas/files/
#unzip katana(last version).zip
#cd katana(last version)
#sudo python install.py
#sudo python install.py
4 changes: 4 additions & 0 deletions doc/logs.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
--- LOG's ---

11/10/15 , 3:54
Changes in ktf.console - ktf.linker files
Loading

0 comments on commit 2bfa186

Please sign in to comment.