forked from PowerScript/KatanaFramework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Default.py
executable file
·46 lines (45 loc) · 1.49 KB
/
Default.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
#!/usr/bin/env python
#HEAD#########################################################
#
# Katana Framework | Default parameters
# Last Modified: 23/12/2016
#
#########################################################HEAD#
# DEFAULT VARIABLES
"""Names of main files"""
KTFCONSOLE ="ktf.console"
KTFLINKER ="ktf.linker"
KTFRUN ="ktf.run"
KTFLAB ="ktf.lab"
KTFGUI ="ktf.gui"
"""References"""
FOLDER_KATANA ="/usr/share/KatanaFramework/"
KTF_REPO ="https://github.com/PowerScript/KatanaFramework/"
KTF_LINCENSE ="https://github.com/PowerScript/KatanaFramework/blob/master/doc/LICENCE"
TABLE_FOLDER_ADMIN ="files/db/commons-dir-admin.tbl"
TABLE_SUBDOMAIN ="files/db/commons_subdomain.lst"
DITIONARY_PASSWORDS="files/db/pass.dicc"
AGENTS_BROWSER ="files/db/headersbrowser.list"
PATCH_INTALL ="/usr/share/"
NMAP_PATH ="/usr/bin/nmap"
"""Commons"""
LOCAL_IP ="127.0.0.1"
INTERFACE_ETHERNET ="eth0"
INTERFACE_DEVICE ="wlan0"
INTERFACE_MONITOR ="wlan0mon"
MAC_TARGET ="AA:A1:BB:B2:CC:C1"
CHANNEL_TARGET ="9"
ESSID_TARGET ="FUCK-ME"
MY_IP ="192.168.1.225"
GATEWAY ="192.168.1.254"
EMAIL ="root@localhost"
USERNAME ="root"
PASSWORD ="toor"
"""Ports"""
FTP_PORT ="21"
HTTP_PORT ="80"
POP_PORT ="110"
SQL_PORT ="3306"
SSH_PORT ="22"
SMTP_PORT ="25"
# END DEFAULT VARIABLES