v0.4.5.1
This commit is contained in:
15
README.md
15
README.md
@@ -22,9 +22,9 @@ You might need to install following packages:
|
|||||||
* [Requests](https://pypi.python.org/pypi/requests/)
|
* [Requests](https://pypi.python.org/pypi/requests/)
|
||||||
* [Colorama](https://pypi.python.org/pypi/colorama)
|
* [Colorama](https://pypi.python.org/pypi/colorama)
|
||||||
|
|
||||||
On Debian/Ubuntu you can install the packages with apt-get:
|
You can install the packages with pip3 on Debian/Ubuntu and Windows:
|
||||||
|
|
||||||
apt-get install python3-requests python3-colorama
|
pip3 install requests colorama
|
||||||
|
|
||||||
On Redhat you can install all needed packages with easy_install:
|
On Redhat you can install all needed packages with easy_install:
|
||||||
|
|
||||||
@@ -39,23 +39,24 @@ Usage
|
|||||||
|
|
||||||
To get a list of all options use:
|
To get a list of all options use:
|
||||||
|
|
||||||
python3 typoenum.py -h
|
python3 typo3_enumerator.py -h
|
||||||
|
|
||||||
You can use Typo3-Enumerator with domains:
|
You can use Typo3-Enumerator with domains:
|
||||||
|
|
||||||
python3 typoenum.py -d DOMAIN [DOMAIN ...] [--top VALUE]
|
python3 typo3_enumerator.py -d DOMAIN [DOMAIN ...] [--top VALUE]
|
||||||
|
|
||||||
Or with a file with a list of domains:
|
Or with a file with a list of domains:
|
||||||
|
|
||||||
python3 typoenum.py -f FILE [--top VALUE]
|
python3 typo3_enumerator.py -f FILE [--top VALUE]
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
Test if Typo3 and top 200 downloaded extensions are installed on 192.168.0.24:
|
Test if Typo3 and top 200 downloaded extensions are installed on 192.168.0.24:
|
||||||
|
|
||||||
python3 typoenum.py -d 192.168.0.24/testsite --top 200
|
python3 typo3_enumerator.py -d 192.168.0.24/testsite --top 200
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
Bug Reporting
|
Bug Reporting
|
||||||
----
|
----
|
||||||
Bug reports are welcome! Please report all bugs on the [issue tracker](https://github.com/whoot/Typo-Enumerator/issues).
|
Bug reports are welcome! Please report all bugs on the [issue tracker](https://github.com/whoot/Typo-Enumerator/issues).
|
||||||
@@ -72,7 +73,7 @@ Links
|
|||||||
|
|
||||||
Typo3 Enumerator - Automatic Typo3 Enumeration Tool
|
Typo3 Enumerator - Automatic Typo3 Enumeration Tool
|
||||||
|
|
||||||
Copyright (c) 2016 Jan Rude
|
Copyright (c) 2015-2017 Jan Rude
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -1,3 +1,10 @@
|
|||||||
|
## Version 0.4.5.1
|
||||||
|
|
||||||
|
* Fixed error on launch when launching from different directory
|
||||||
|
* IP address restriction for backend login is now shown
|
||||||
|
* Code cleanup
|
||||||
|
* Suppress InsecureRequestWarning
|
||||||
|
|
||||||
## Version 0.4.5
|
## Version 0.4.5
|
||||||
|
|
||||||
* Version search for Typo3 v8
|
* Version search for Typo3 v8
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
# TODO
|
# TODO
|
||||||
|
|
||||||
|
* Newer Typo3 installations use /typo3/index.php?id=xxx
|
||||||
|
* Version search fix
|
||||||
* Stop extension enumeration with ctrl-c
|
* Stop extension enumeration with ctrl-c
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -94,10 +94,10 @@ test_uploaddependency
|
|||||||
jhe_dam_extender
|
jhe_dam_extender
|
||||||
dbreplace
|
dbreplace
|
||||||
spriteiconoverview
|
spriteiconoverview
|
||||||
eventmanagement
|
|
||||||
ms_fluid
|
|
||||||
abcconfig
|
abcconfig
|
||||||
|
eventmanagement
|
||||||
bb_easyforms
|
bb_easyforms
|
||||||
|
ms_fluid
|
||||||
ajax_report
|
ajax_report
|
||||||
smu_chc_ext
|
smu_chc_ext
|
||||||
ch_flash_carrousel
|
ch_flash_carrousel
|
||||||
@@ -112,18 +112,18 @@ p2_langfix_42
|
|||||||
clanbase
|
clanbase
|
||||||
ter_tests
|
ter_tests
|
||||||
meta_openoffice
|
meta_openoffice
|
||||||
rhu_events
|
|
||||||
st_validation_lpl
|
st_validation_lpl
|
||||||
|
rhu_events
|
||||||
t3info
|
t3info
|
||||||
ch_bramacproducts
|
ch_bramacproducts
|
||||||
sort_table
|
sort_table
|
||||||
organizacionacademica
|
organizacionacademica
|
||||||
alumnos
|
|
||||||
bonus
|
bonus
|
||||||
maja_condrequired
|
maja_condrequired
|
||||||
|
alumnos
|
||||||
lz_lp_dm_log_fe
|
lz_lp_dm_log_fe
|
||||||
hh_multipageform_example
|
|
||||||
dsxsyndication
|
dsxsyndication
|
||||||
|
hh_multipageform_example
|
||||||
zitatdt
|
zitatdt
|
||||||
ba_company
|
ba_company
|
||||||
svq_ebay
|
svq_ebay
|
||||||
@@ -133,10 +133,10 @@ contactformgenerator
|
|||||||
rg_links
|
rg_links
|
||||||
audio_conversion
|
audio_conversion
|
||||||
error
|
error
|
||||||
wow_raid
|
|
||||||
mbbrowserid
|
mbbrowserid
|
||||||
mf_trainmanagement
|
wow_raid
|
||||||
rg_usuarios
|
rg_usuarios
|
||||||
|
mf_trainmanagement
|
||||||
rg_patrocinio
|
rg_patrocinio
|
||||||
sp_newsteaserbox_hookexample
|
sp_newsteaserbox_hookexample
|
||||||
redirectlog
|
redirectlog
|
||||||
@@ -146,34 +146,34 @@ asvtiger
|
|||||||
belink_syslang
|
belink_syslang
|
||||||
buildtools
|
buildtools
|
||||||
rg_empresas
|
rg_empresas
|
||||||
|
rf_library
|
||||||
tc_fbconnect
|
tc_fbconnect
|
||||||
treppenpfosten_katalog
|
treppenpfosten_katalog
|
||||||
rf_library
|
|
||||||
ffunews
|
ffunews
|
||||||
dre_besearch
|
dre_besearch
|
||||||
elnews
|
elnews
|
||||||
ckeditor
|
|
||||||
reint_mailtask_example
|
|
||||||
jh_pwcomments_plugin
|
|
||||||
xdbmysql
|
|
||||||
tagger
|
|
||||||
tgm_kickstart
|
|
||||||
contentfce
|
|
||||||
og_base
|
|
||||||
visitorlist
|
|
||||||
moox_news_twitter
|
|
||||||
lo_backendhelper
|
|
||||||
ctefan_test
|
|
||||||
air_table
|
|
||||||
moox_news_geoinfo
|
|
||||||
boards
|
|
||||||
ft3_empty
|
ft3_empty
|
||||||
femanagerextended
|
femanagerextended
|
||||||
mr_base_config
|
|
||||||
ter_upload_test
|
|
||||||
fluidfoundationtheme
|
|
||||||
ecs_steam
|
ecs_steam
|
||||||
simplemvc_helloworld
|
moox_news_twitter
|
||||||
downloads
|
boards
|
||||||
|
reint_mailtask_example
|
||||||
|
xdbmysql
|
||||||
|
contentfce
|
||||||
|
ctefan_test
|
||||||
|
tagger
|
||||||
|
ckeditor
|
||||||
dbal_utility
|
dbal_utility
|
||||||
|
visitorlist
|
||||||
|
jh_pwcomments_plugin
|
||||||
|
og_base
|
||||||
|
moox_news_geoinfo
|
||||||
jh_extstatus
|
jh_extstatus
|
||||||
|
air_table
|
||||||
|
ter_upload_test
|
||||||
|
tgm_kickstart
|
||||||
|
simplemvc_helloworld
|
||||||
|
cabag_deploy
|
||||||
|
downloads
|
||||||
|
lo_backendhelper
|
||||||
|
mr_base_config
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
newloginbox
|
newloginbox
|
||||||
ter_update_check
|
ter_update_check
|
||||||
|
realurl
|
||||||
csh_de
|
csh_de
|
||||||
csh_nl
|
csh_nl
|
||||||
th_mailformplus
|
th_mailformplus
|
||||||
@@ -21,6 +22,7 @@ sr_rtehtmlarea_xpblue
|
|||||||
eco_gal
|
eco_gal
|
||||||
dmmjobcontrol
|
dmmjobcontrol
|
||||||
rte_conf
|
rte_conf
|
||||||
|
ws_sitemap
|
||||||
smile_workflow
|
smile_workflow
|
||||||
typo3_tut
|
typo3_tut
|
||||||
modern_skin
|
modern_skin
|
||||||
@@ -119,14 +121,14 @@ sg_fenewsedit
|
|||||||
csh_sk
|
csh_sk
|
||||||
cobwebphpadsnew
|
cobwebphpadsnew
|
||||||
dynbeedit
|
dynbeedit
|
||||||
glossarysearch
|
|
||||||
csh_gr
|
csh_gr
|
||||||
|
glossarysearch
|
||||||
csh_hk
|
csh_hk
|
||||||
csh_br
|
csh_br
|
||||||
dubletfinder
|
dubletfinder
|
||||||
prototypejs
|
prototypejs
|
||||||
wa_contentrenderinghook
|
|
||||||
hsapp_longerfeusername
|
hsapp_longerfeusername
|
||||||
|
wa_contentrenderinghook
|
||||||
de_contentorganizer
|
de_contentorganizer
|
||||||
danp_skinsupport
|
danp_skinsupport
|
||||||
alt_forms_field_title
|
alt_forms_field_title
|
||||||
@@ -183,8 +185,8 @@ localphpinclude
|
|||||||
tm_classes
|
tm_classes
|
||||||
fl_langtranslate
|
fl_langtranslate
|
||||||
danp_userlisttemplate
|
danp_userlisttemplate
|
||||||
tebay
|
|
||||||
cobweb_protector
|
cobweb_protector
|
||||||
|
tebay
|
||||||
rtehtmlarea_definitionlist
|
rtehtmlarea_definitionlist
|
||||||
yag_theme_perfectlightbox
|
yag_theme_perfectlightbox
|
||||||
eco_content
|
eco_content
|
||||||
@@ -193,8 +195,8 @@ csh_vn
|
|||||||
tm_minijoboffers
|
tm_minijoboffers
|
||||||
paysuite
|
paysuite
|
||||||
idaa_fe_utilies
|
idaa_fe_utilies
|
||||||
go_maps_ap
|
|
||||||
mailformplusplus
|
mailformplusplus
|
||||||
|
go_maps_ap
|
||||||
ak_mobile_device
|
ak_mobile_device
|
||||||
iwbase
|
iwbase
|
||||||
eu_correcturls
|
eu_correcturls
|
||||||
@@ -222,6 +224,7 @@ stfl_startendtime
|
|||||||
completebackup
|
completebackup
|
||||||
speedy
|
speedy
|
||||||
sav_library_extends
|
sav_library_extends
|
||||||
|
tinysource
|
||||||
mm_forum_news
|
mm_forum_news
|
||||||
flow4t3
|
flow4t3
|
||||||
browser_tut_ajax_en
|
browser_tut_ajax_en
|
||||||
@@ -239,8 +242,8 @@ smile_form_archive
|
|||||||
tagpackprovider
|
tagpackprovider
|
||||||
dfluess
|
dfluess
|
||||||
doc_core_tca
|
doc_core_tca
|
||||||
jhe_adventcalender
|
|
||||||
redirection
|
redirection
|
||||||
|
jhe_adventcalender
|
||||||
sav_library_example5
|
sav_library_example5
|
||||||
maag_imagerotator
|
maag_imagerotator
|
||||||
xliff
|
xliff
|
||||||
@@ -253,8 +256,8 @@ st_readmore
|
|||||||
mak_randlistnum
|
mak_randlistnum
|
||||||
extended_sys_note
|
extended_sys_note
|
||||||
static_info_tables_ga
|
static_info_tables_ga
|
||||||
advancedform
|
|
||||||
delete_staticfile_by_3party
|
delete_staticfile_by_3party
|
||||||
|
advancedform
|
||||||
ics_errorhandler
|
ics_errorhandler
|
||||||
ods_workspace_mail
|
ods_workspace_mail
|
||||||
extend_dcdgooglemap
|
extend_dcdgooglemap
|
||||||
@@ -262,18 +265,18 @@ tm_gallery
|
|||||||
ttnews_href_marker
|
ttnews_href_marker
|
||||||
doc_tut_editors
|
doc_tut_editors
|
||||||
st_metatags
|
st_metatags
|
||||||
doc_guide_security
|
|
||||||
doc_core_skinning
|
doc_core_skinning
|
||||||
|
doc_guide_security
|
||||||
ics_templavoila_mirgation_tool
|
ics_templavoila_mirgation_tool
|
||||||
ttnewscacheexpire
|
ttnewscacheexpire
|
||||||
form4_contentpagination
|
form4_contentpagination
|
||||||
realurl_autoconf_autodelete
|
realurl_autoconf_autodelete
|
||||||
paymentlib_dibs
|
paymentlib_dibs
|
||||||
paymentlib_quickpay_dk
|
paymentlib_quickpay_dk
|
||||||
smile_jumpurl_fix
|
|
||||||
tgm_gallery
|
tgm_gallery
|
||||||
tm_cssfilelinks
|
smile_jumpurl_fix
|
||||||
tsincludeorder
|
tsincludeorder
|
||||||
|
tm_cssfilelinks
|
||||||
tgmv_gallery
|
tgmv_gallery
|
||||||
tm_import
|
tm_import
|
||||||
nc_videostatistics
|
nc_videostatistics
|
||||||
@@ -283,32 +286,34 @@ dialogcentral
|
|||||||
dscentral
|
dscentral
|
||||||
jb_metaexec_doc
|
jb_metaexec_doc
|
||||||
maag_cenoshop
|
maag_cenoshop
|
||||||
mm_forum_blog
|
|
||||||
moox_feusers
|
|
||||||
form4_tags
|
|
||||||
wt_spamshield_formhandler
|
|
||||||
browser_tut_map_en
|
|
||||||
lvrandfiles
|
lvrandfiles
|
||||||
coreupdate
|
|
||||||
barscheduler
|
|
||||||
jh_ter_announcer
|
|
||||||
form4_pages
|
|
||||||
form4_filecache
|
|
||||||
dyncss_turbine
|
dyncss_turbine
|
||||||
|
barscheduler
|
||||||
coo_facebook
|
coo_facebook
|
||||||
uploadtest
|
|
||||||
attachmentdelete
|
|
||||||
external_link_parameter
|
|
||||||
moox_flexisel
|
|
||||||
form4_teaser
|
|
||||||
filedeletion
|
|
||||||
browser_manual_ootb_en
|
browser_manual_ootb_en
|
||||||
view
|
browser_tut_map_en
|
||||||
form4_realurl
|
moox_flexisel
|
||||||
|
fluidfoundationtheme
|
||||||
|
onm_redirect_linkhandling
|
||||||
|
coreupdate
|
||||||
|
moox_feusers
|
||||||
|
form4_pages
|
||||||
ajax_calendar
|
ajax_calendar
|
||||||
layersliderlight
|
|
||||||
form4_faq
|
|
||||||
fluidcontent_fed
|
|
||||||
dyncss_phpsass
|
|
||||||
moox_slider
|
|
||||||
form4_pages_counter
|
form4_pages_counter
|
||||||
|
view
|
||||||
|
moox_slider
|
||||||
|
form4_filecache
|
||||||
|
form4_teaser
|
||||||
|
uploadtest
|
||||||
|
form4_realurl
|
||||||
|
layersliderlight
|
||||||
|
attachmentdelete
|
||||||
|
jh_ter_announcer
|
||||||
|
mm_forum_blog
|
||||||
|
form4_faq
|
||||||
|
external_link_parameter
|
||||||
|
wt_spamshield_formhandler
|
||||||
|
dyncss_phpsass
|
||||||
|
fluidcontent_fed
|
||||||
|
filedeletion
|
||||||
|
form4_tags
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -2,7 +2,7 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
# Typo3 Enumerator - Automatic Typo3 Enumeration Tool
|
# Typo3 Enumerator - Automatic Typo3 Enumeration Tool
|
||||||
# Copyright (c) 2016 Jan Rude
|
# Copyright (c) 2014-2017 Jan Rude
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@@ -27,13 +27,12 @@ from lib.output import Output
|
|||||||
class Typo3_Installation:
|
class Typo3_Installation:
|
||||||
"""
|
"""
|
||||||
This class checks, if Typo3 is used on the domain with different approaches.
|
This class checks, if Typo3 is used on the domain with different approaches.
|
||||||
If Typo3 is used, a link to the login page is shown.
|
If Typo3 is used, a link to the default login page is shown.
|
||||||
"""
|
"""
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def run(domain):
|
def run(domain):
|
||||||
root = Typo3_Installation.check_root(domain)
|
check_on_root = Typo3_Installation.check_root(domain)
|
||||||
check_installation = Typo3_Installation.check_installation(domain)
|
if not check_on_root:
|
||||||
if not root:
|
|
||||||
default_files = Typo3_Installation.check_default_files(domain)
|
default_files = Typo3_Installation.check_default_files(domain)
|
||||||
if not default_files:
|
if not default_files:
|
||||||
typo = Typo3_Installation.check_404(domain)
|
typo = Typo3_Installation.check_404(domain)
|
||||||
@@ -42,58 +41,46 @@ class Typo3_Installation:
|
|||||||
This method requests the root page
|
This method requests the root page
|
||||||
and searches for a specific string in the response.
|
and searches for a specific string in the response.
|
||||||
Usually there are some TYPO3 notes in the HTML comments.
|
Usually there are some TYPO3 notes in the HTML comments.
|
||||||
"""
|
|
||||||
@staticmethod
|
|
||||||
def check_root(domain):
|
|
||||||
try:
|
|
||||||
response = Request.get_request(domain.get_name(), '/')
|
|
||||||
regex = re.compile('[Tt][Yy][Pp][Oo]3 (\d{1,2}\.\d{1,2}\.?[0-9]?[0-9]?)')
|
|
||||||
searchVersion = regex.search(response[0])
|
|
||||||
version = searchVersion.groups()[0]
|
|
||||||
domain.set_typo3()
|
|
||||||
domain.set_typo3_version(version)
|
|
||||||
return True
|
|
||||||
except:
|
|
||||||
return False
|
|
||||||
|
|
||||||
"""
|
If found, it searches for a Typo3 path reference
|
||||||
This method requests the homepage
|
|
||||||
and searches for a Typo3 path reference
|
|
||||||
in order to determine the Typo3 installation path.
|
in order to determine the Typo3 installation path.
|
||||||
"""
|
"""
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def check_installation(domain):
|
def check_root(domain):
|
||||||
response = Request.get_request(domain.get_name(), '/')
|
response = Request.get_request(domain.get_name(), '/')
|
||||||
if not response:
|
if re.search('[Tt][Yy][Pp][Oo]3', response[0]):
|
||||||
exit(-1)
|
|
||||||
headers = Request.interesting_headers(response[1], response[2])
|
|
||||||
for key in headers:
|
|
||||||
domain.set_interesting_headers(key, headers[key])
|
|
||||||
try:
|
|
||||||
path = re.search('(href|src|content)=(.{0,35})(typo3temp/|typo3conf/)', response[0])
|
|
||||||
if not (path.groups()[1] == '"' or '"../' in path.groups()[1]):
|
|
||||||
real_path = (path.groups()[1].split('"')[1])
|
|
||||||
if 'http' in real_path:
|
|
||||||
domain.set_name(real_path[0:len(real_path)-1])
|
|
||||||
else:
|
|
||||||
domain.set_name(domain.get_name() + real_path[0:len(real_path)-1])
|
|
||||||
domain.set_path(real_path[0:len(real_path)-1])
|
|
||||||
domain.set_typo3()
|
domain.set_typo3()
|
||||||
|
headers = Request.interesting_headers(response[1], response[2])
|
||||||
|
for key in headers:
|
||||||
|
domain.set_interesting_headers(key, headers[key])
|
||||||
|
|
||||||
|
try:
|
||||||
|
path = re.search('(href|src|content)=(.{0,35})(typo3temp/|typo3conf/)', response[0])
|
||||||
|
if not (path.groups()[1] == '"' or '"../' in path.groups()[1]):
|
||||||
|
real_path = (path.groups()[1].split('"')[1])
|
||||||
|
if 'http' in real_path:
|
||||||
|
domain.set_name(real_path[0:len(real_path)-1])
|
||||||
|
else:
|
||||||
|
domain.set_name(domain.get_name() + real_path[0:len(real_path)-1])
|
||||||
|
domain.set_path(real_path[0:len(real_path)-1])
|
||||||
|
except:
|
||||||
|
pass
|
||||||
return True
|
return True
|
||||||
except:
|
else:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
"""
|
"""
|
||||||
This method requests different files, which are generated on installation.
|
This method requests different files, which are generated on installation.
|
||||||
Usually they are not deleted by admins
|
Usually they are not deleted by admins
|
||||||
and can be used as an idicator of a TYPO3 installation.
|
and can be used as an indicator of a TYPO3 installation.
|
||||||
"""
|
"""
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def check_default_files(domain):
|
def check_default_files(domain):
|
||||||
files = {'/README.md':'[Tt][Yy][Pp][Oo]3 [Cc][Mm][Ss]',
|
files = {'/typo3_src/README.md':'[Tt][Yy][Pp][Oo]3 [Cc][Mm][Ss]',
|
||||||
'/README.txt':'[Tt][Yy][Pp][Oo]3 [Cc][Mm][Ss]',
|
'/typo3_src/README.txt':'[Tt][Yy][Pp][Oo]3 [Cc][Mm][Ss]',
|
||||||
'/INSTALL.txt':'INSTALLING [Tt][Yy][Pp][Oo]3',
|
'/typo3_src/INSTALL.txt':'INSTALLING [Tt][Yy][Pp][Oo]3',
|
||||||
'/typo3_src/LICENSE.txt':'The [Tt][Yy][Pp][Oo]3 licensing conditions'
|
'/typo3_src/INSTALL.md':'INSTALLING [Tt][Yy][Pp][Oo]3',
|
||||||
|
'/typo3_src/LICENSE.txt':'[Tt][Yy][Pp][Oo]3'
|
||||||
}
|
}
|
||||||
|
|
||||||
for path, regex in files.items():
|
for path, regex in files.items():
|
||||||
@@ -138,10 +125,17 @@ class Typo3_Installation:
|
|||||||
regex = re.compile('<title>(.*)</title>', re.IGNORECASE)
|
regex = re.compile('<title>(.*)</title>', re.IGNORECASE)
|
||||||
searchTitle = regex.search(response[0])
|
searchTitle = regex.search(response[0])
|
||||||
title = searchTitle.groups()[0]
|
title = searchTitle.groups()[0]
|
||||||
if ('TYPO3' in title) or ('TYPO3 CMS' in response[0]) or (response[3] == 403):
|
|
||||||
domain.set_typo3()
|
login_text = Fore.GREEN + domain.get_name() + '/typo3/index.php' + Fore.RESET
|
||||||
domain.set_login_found()
|
login_text += '\n | Accessible?'.ljust(30)
|
||||||
return True
|
|
||||||
|
if ('TYPO3 Backend access denied: The IP address of your client' in response[0]) or (response[3] == 403):
|
||||||
|
login_text += (Fore.YELLOW + ' Forbidden (IP Address Restriction)' + Fore.RESET)
|
||||||
|
elif ('TYPO3 Login' in title):
|
||||||
|
login_text += Fore.GREEN + ' Yes' + Fore.RESET
|
||||||
|
else:
|
||||||
|
login_text = Fore.RED + 'Could not be found' + Fore.RESET
|
||||||
|
domain.set_login_found(login_text)
|
||||||
|
return True
|
||||||
except:
|
except:
|
||||||
pass
|
return False
|
||||||
return False
|
|
||||||
@@ -1 +1 @@
|
|||||||
{"timeout": 10, "agent": "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0", "threads": 5}
|
{"agent": "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0", "timeout": 10, "threads": 5}
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
# Typo3 Enumerator - Automatic Typo3 Enumeration Tool
|
# Typo3 Enumerator - Automatic Typo3 Enumeration Tool
|
||||||
# Copyright (c) 2016 Jan Rude
|
# Copyright (c) 2014-2017 Jan Rude
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@@ -36,7 +36,7 @@ class Domain(object):
|
|||||||
self.__name = name
|
self.__name = name
|
||||||
self.__typo3 = False
|
self.__typo3 = False
|
||||||
self.__typo3_version = ''
|
self.__typo3_version = ''
|
||||||
self.__login_found = False
|
self.__login_found = ''
|
||||||
self.__path = ''
|
self.__path = ''
|
||||||
self.__extension_config = [ext_state, top]
|
self.__extension_config = [ext_state, top]
|
||||||
self.__extensions = None
|
self.__extensions = None
|
||||||
@@ -88,8 +88,8 @@ class Domain(object):
|
|||||||
def get_login_found(self):
|
def get_login_found(self):
|
||||||
return self.__login_found
|
return self.__login_found
|
||||||
|
|
||||||
def set_login_found(self):
|
def set_login_found(self, path):
|
||||||
self.__login_found = True
|
self.__login_found = path
|
||||||
|
|
||||||
def set_interesting_headers(self, header_key, header_value):
|
def set_interesting_headers(self, header_key, header_value):
|
||||||
self.__interesing_header[header_key] = header_value
|
self.__interesing_header[header_key] = header_value
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
# Typo3 Enumerator - Automatic Typo3 Enumeration Tool
|
# Typo3 Enumerator - Automatic Typo3 Enumeration Tool
|
||||||
# Copyright (c) 2016 Jan Rude
|
# Copyright (c) 2014-2017 Jan Rude
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@@ -28,9 +28,10 @@ class Extensions:
|
|||||||
"""
|
"""
|
||||||
Extension class
|
Extension class
|
||||||
"""
|
"""
|
||||||
def __init__(self, ext_state, top):
|
def __init__(self, ext_state, top, path):
|
||||||
self.__ext_state = ext_state
|
self.__ext_state = ext_state
|
||||||
self.__top = top
|
self.__top = top
|
||||||
|
self.__path = path
|
||||||
|
|
||||||
def load_extensions(self):
|
def load_extensions(self):
|
||||||
"""
|
"""
|
||||||
@@ -40,10 +41,10 @@ class Extensions:
|
|||||||
extensions = []
|
extensions = []
|
||||||
for state in self.__ext_state:
|
for state in self.__ext_state:
|
||||||
ext_file = state + '_extensions'
|
ext_file = state + '_extensions'
|
||||||
if not os.path.isfile(os.path.join('extensions', ext_file)):
|
if not os.path.isfile(os.path.join(self.__path, 'extensions', ext_file)):
|
||||||
raise Exception("\n\nCould not find extension file " + ext_file + '!\nTry --update')
|
raise Exception("\n\nCould not find extension file " + ext_file + '!\nTry --update')
|
||||||
|
|
||||||
with open(os.path.join('extensions', ext_file), 'r') as f:
|
with open(os.path.join(self.__path, 'extensions', ext_file), 'r') as f:
|
||||||
count = 0
|
count = 0
|
||||||
for extension in f:
|
for extension in f:
|
||||||
if not(self.__top is None):
|
if not(self.__top is None):
|
||||||
@@ -62,7 +63,7 @@ class Extensions:
|
|||||||
/typo3/ext/: Global installation path (not used atm)
|
/typo3/ext/: Global installation path (not used atm)
|
||||||
/typo3/sysext/: Extensions shipped with core (not used atm)
|
/typo3/sysext/: Extensions shipped with core (not used atm)
|
||||||
"""
|
"""
|
||||||
config = json.load(open('lib/config.json'))
|
config = json.load(open(os.path.join(self.__path, 'lib', 'config.json')))
|
||||||
thread_pool = ThreadPool()
|
thread_pool = ThreadPool()
|
||||||
for ext in extensions:
|
for ext in extensions:
|
||||||
thread_pool.add_job((Request.head_request, (domain.get_name(), '/typo3conf/ext/' + ext)))
|
thread_pool.add_job((Request.head_request, (domain.get_name(), '/typo3conf/ext/' + ext)))
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
# Typo3 Enumerator - Automatic Typo3 Enumeration Tool
|
# Typo3 Enumerator - Automatic Typo3 Enumeration Tool
|
||||||
# Copyright (c) 2016 Jan Rude
|
# Copyright (c) 2014-2017 Jan Rude
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@@ -33,7 +33,7 @@ class Output:
|
|||||||
Additionally, if the version search was successful, the version and a link to cvedetails is given.
|
Additionally, if the version search was successful, the version and a link to cvedetails is given.
|
||||||
"""
|
"""
|
||||||
print('')
|
print('')
|
||||||
print('[+] Typo3 backend login:'.ljust(30) + Fore.GREEN + domain.get_name() + '/typo3/index.php' + Fore.RESET)
|
print('[+] Typo3 backend login:'.ljust(30) + domain.get_login_found())
|
||||||
if (domain.get_typo3_version() != 'could not be determined'):
|
if (domain.get_typo3_version() != 'could not be determined'):
|
||||||
print('[+] Typo3 version:'.ljust(30) + Fore.GREEN + domain.get_typo3_version() + Fore.RESET)
|
print('[+] Typo3 version:'.ljust(30) + Fore.GREEN + domain.get_typo3_version() + Fore.RESET)
|
||||||
print(' | known vulnerabilities:'.ljust(30) + Fore.GREEN + 'http://www.cvedetails.com/version-search.php?vendor=&product=Typo3&version=' + domain.get_typo3_version() + Fore.RESET)
|
print(' | known vulnerabilities:'.ljust(30) + Fore.GREEN + 'http://www.cvedetails.com/version-search.php?vendor=&product=Typo3&version=' + domain.get_typo3_version() + Fore.RESET)
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
# Typo3 Enumerator - Automatic Typo3 Enumeration Tool
|
# Typo3 Enumerator - Automatic Typo3 Enumeration Tool
|
||||||
# Copyright (c) 2016 Jan Rude
|
# Copyright (c) 2014-2017 Jan Rude
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@@ -21,8 +21,9 @@
|
|||||||
import re
|
import re
|
||||||
import json
|
import json
|
||||||
import requests
|
import requests
|
||||||
|
from requests.packages.urllib3.exceptions import InsecureRequestWarning
|
||||||
|
requests.packages.urllib3.disable_warnings(InsecureRequestWarning)
|
||||||
from colorama import Fore
|
from colorama import Fore
|
||||||
requests.packages.urllib3.disable_warnings()
|
|
||||||
from lib.output import Output
|
from lib.output import Output
|
||||||
|
|
||||||
class Request:
|
class Request:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
# Typo3 Enumerator - Automatic Typo3 Enumeration Tool
|
# Typo3 Enumerator - Automatic Typo3 Enumeration Tool
|
||||||
# Copyright (c) 2016 Jan Rude
|
# Copyright (c) 2014-2017 Jan Rude
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
# Typo3 Enumerator - Automatic Typo3 Enumeration Tool
|
# Typo3 Enumerator - Automatic Typo3 Enumeration Tool
|
||||||
# Copyright (c) 2016 Jan Rude
|
# Copyright (c) 2014-2017 Jan Rude
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
# Typo3 Enumerator - Automatic Typo3 Enumeration Tool
|
# Typo3 Enumerator - Automatic Typo3 Enumeration Tool
|
||||||
# Copyright (c) 2016 Jan Rude
|
# Copyright (c) 2014-2017 Jan Rude
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
# along with this program. If not, see [http://www.gnu.org/licenses/](http://www.gnu.org/licenses/)
|
# along with this program. If not, see [http://www.gnu.org/licenses/](http://www.gnu.org/licenses/)
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
|
|
||||||
import os, sys, gzip, urllib.request
|
import os, sys, gzip, urllib.request, inspect
|
||||||
from collections import OrderedDict
|
from collections import OrderedDict
|
||||||
import xml.etree.ElementTree as ElementTree
|
import xml.etree.ElementTree as ElementTree
|
||||||
|
|
||||||
@@ -29,8 +29,9 @@ class Update:
|
|||||||
It will download the extension file from the official repository,
|
It will download the extension file from the official repository,
|
||||||
unpack it and sort the extensions in different files
|
unpack it and sort the extensions in different files
|
||||||
"""
|
"""
|
||||||
def __init__(self):
|
def __init__(self, path):
|
||||||
print('')
|
print('')
|
||||||
|
self.__path = path
|
||||||
self.download_ext()
|
self.download_ext()
|
||||||
self.generate_list()
|
self.generate_list()
|
||||||
|
|
||||||
@@ -54,7 +55,7 @@ class Update:
|
|||||||
with gzip.open('extensions.gz', 'rb') as f:
|
with gzip.open('extensions.gz', 'rb') as f:
|
||||||
file_content = f.read()
|
file_content = f.read()
|
||||||
f.close()
|
f.close()
|
||||||
outF = open('extensions.xml', 'wb')
|
outF = open('/extensions.xml', 'wb')
|
||||||
outF.write(file_content)
|
outF.write(file_content)
|
||||||
outF.close()
|
outF.close()
|
||||||
os.remove('extensions.gz')
|
os.remove('extensions.gz')
|
||||||
@@ -110,32 +111,32 @@ class Update:
|
|||||||
sorted_allExt = sorted(allExt.items(), key=lambda x: int(x[1]), reverse=True)
|
sorted_allExt = sorted(allExt.items(), key=lambda x: int(x[1]), reverse=True)
|
||||||
|
|
||||||
print ('[+] Generating files...')
|
print ('[+] Generating files...')
|
||||||
f = open(os.path.join('extensions', 'experimental_extensions'),'w')
|
f = open(os.path.join(self.__path, 'extensions', 'experimental_extensions'), 'w')
|
||||||
for i in range(0,len(sorted_experimental)):
|
for i in range(0,len(sorted_experimental)):
|
||||||
f.write(sorted_experimental[i][0]+'\n')
|
f.write(sorted_experimental[i][0]+'\n')
|
||||||
f.close()
|
f.close()
|
||||||
|
|
||||||
f = open(os.path.join('extensions', 'alpha_extensions'),'w')
|
f = open(os.path.join(self.__path, 'extensions', 'alpha_extensions'), 'w')
|
||||||
for i in range(0,len(sorted_alpha)):
|
for i in range(0,len(sorted_alpha)):
|
||||||
f.write(sorted_alpha[i][0]+'\n')
|
f.write(sorted_alpha[i][0]+'\n')
|
||||||
f.close()
|
f.close()
|
||||||
|
|
||||||
f = open(os.path.join('extensions', 'beta_extensions'),'w')
|
f = open(os.path.join(self.__path, 'extensions', 'beta_extensions'),'w')
|
||||||
for i in range(0,len(sorted_beta)):
|
for i in range(0,len(sorted_beta)):
|
||||||
f.write(sorted_beta[i][0]+'\n')
|
f.write(sorted_beta[i][0]+'\n')
|
||||||
f.close()
|
f.close()
|
||||||
|
|
||||||
f = open(os.path.join('extensions', 'stable_extensions'),'w')
|
f = open(os.path.join(self.__path, 'extensions', 'stable_extensions'), 'w')
|
||||||
for i in range(0,len(sorted_stable)):
|
for i in range(0,len(sorted_stable)):
|
||||||
f.write(sorted_stable[i][0]+'\n')
|
f.write(sorted_stable[i][0]+'\n')
|
||||||
f.close()
|
f.close()
|
||||||
|
|
||||||
f = open(os.path.join('extensions', 'outdated_extensions'),'w')
|
f = open(os.path.join(self.__path, 'extensions', 'outdated_extensions'), 'w')
|
||||||
for i in range(0,len(sorted_outdated)):
|
for i in range(0,len(sorted_outdated)):
|
||||||
f.write(sorted_outdated[i][0]+'\n')
|
f.write(sorted_outdated[i][0]+'\n')
|
||||||
f.close()
|
f.close()
|
||||||
|
|
||||||
f = open(os.path.join('extensions', 'all_extensions'),'w')
|
f = open(os.path.join(self.__path, 'extensions', 'all_extensions'), 'w')
|
||||||
for i in range(0,len(sorted_allExt)):
|
for i in range(0,len(sorted_allExt)):
|
||||||
f.write(sorted_allExt[i][0]+'\n')
|
f.write(sorted_allExt[i][0]+'\n')
|
||||||
f.close()
|
f.close()
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
# Typo3 Enumerator - Automatic Typo3 Enumeration Tool
|
# Typo3 Enumerator - Automatic Typo3 Enumeration Tool
|
||||||
# Copyright (c) 2016 Jan Rude
|
# Copyright (c) 2014-2017 Jan Rude
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
# Typo3 Enumerator - Automatic Typo3 Enumeration Tool
|
# Typo3 Enumerator - Automatic Typo3 Enumeration Tool
|
||||||
# Copyright (c) 2016 Jan Rude
|
# Copyright (c) 2014-2017 Jan Rude
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
# along with this program. If not, see [http://www.gnu.org/licenses/](http://www.gnu.org/licenses/)
|
# along with this program. If not, see [http://www.gnu.org/licenses/](http://www.gnu.org/licenses/)
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
|
|
||||||
__version__ = '0.4.5'
|
__version__ = '0.4.5.1'
|
||||||
__program__ = 'Typo-Enumerator'
|
__program__ = 'Typo-Enumerator'
|
||||||
__description__ = 'Automatic Typo3 enumeration tool'
|
__description__ = 'Automatic Typo3 enumeration tool'
|
||||||
__author__ = 'https://github.com/whoot'
|
__author__ = 'https://github.com/whoot'
|
||||||
@@ -28,6 +28,7 @@ import os.path
|
|||||||
import datetime
|
import datetime
|
||||||
import argparse
|
import argparse
|
||||||
import json
|
import json
|
||||||
|
import inspect
|
||||||
from colorama import Fore, init, deinit, Style
|
from colorama import Fore, init, deinit, Style
|
||||||
from lib.check_installation import Typo3_Installation
|
from lib.check_installation import Typo3_Installation
|
||||||
from lib.version_information import VersionInformation
|
from lib.version_information import VersionInformation
|
||||||
@@ -41,10 +42,11 @@ class Typo3:
|
|||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.__domain_list = []
|
self.__domain_list = []
|
||||||
self.__extensions = None
|
self.__extensions = None
|
||||||
|
self.__path = path = os.path.dirname(os.path.abspath(__file__))
|
||||||
|
|
||||||
def print_help():
|
def print_help():
|
||||||
print(
|
print(
|
||||||
"""\nUsage: python3 typoenum.py [options]
|
"""\nUsage: python3 typo3_enumerator.py [options]
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
-h, --help Show this help message and exit
|
-h, --help Show this help message and exit
|
||||||
@@ -106,7 +108,7 @@ Options:
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
if args.update:
|
if args.update:
|
||||||
Update()
|
Update(self.__path)
|
||||||
return True
|
return True
|
||||||
|
|
||||||
if args.tor:
|
if args.tor:
|
||||||
@@ -131,7 +133,7 @@ Options:
|
|||||||
self.__domain_list.append(Domain(line.strip('\n'), args.ext_state, args.top))
|
self.__domain_list.append(Domain(line.strip('\n'), args.ext_state, args.top))
|
||||||
|
|
||||||
config = {'threads':args.threads, 'agent':args.agent, 'timeout':args.timeout}
|
config = {'threads':args.threads, 'agent':args.agent, 'timeout':args.timeout}
|
||||||
json.dump(config, open('lib/config.json', 'w'))
|
json.dump(config, open(os.path.join(self.__path, 'lib', 'config.json'), 'w'))
|
||||||
|
|
||||||
for domain in self.__domain_list:
|
for domain in self.__domain_list:
|
||||||
print('\n\n' + Fore.CYAN + Style.BRIGHT + '[ Checking ' + domain.get_name() + ' ]' + '\n' + '-'* 73 + Fore.RESET + Style.RESET_ALL)
|
print('\n\n' + Fore.CYAN + Style.BRIGHT + '[ Checking ' + domain.get_name() + ' ]' + '\n' + '-'* 73 + Fore.RESET + Style.RESET_ALL)
|
||||||
@@ -141,29 +143,22 @@ Options:
|
|||||||
if not domain.get_typo3():
|
if not domain.get_typo3():
|
||||||
print(Fore.RED + '\n[x] It seems that Typo3 is not used on this domain' + Fore.RESET)
|
print(Fore.RED + '\n[x] It seems that Typo3 is not used on this domain' + Fore.RESET)
|
||||||
else:
|
else:
|
||||||
if len(domain.get_typo3_version()) <= 3:
|
version = VersionInformation()
|
||||||
version = VersionInformation()
|
version.search_typo3_version(domain)
|
||||||
version.search_typo3_version(domain)
|
|
||||||
login = Typo3_Installation.search_login(domain)
|
login = Typo3_Installation.search_login(domain)
|
||||||
Output.typo3_installation(domain)
|
Output.typo3_installation(domain)
|
||||||
if not login:
|
# Loading extensions
|
||||||
print(Fore.YELLOW + '[!] Backend login not found')
|
if (self.__extensions is None):
|
||||||
print(' | Extension search would fail')
|
ext = Extensions(args.ext_state, args.top, self.__path)
|
||||||
print(' | Skipping...')
|
self.__extensions = ext.load_extensions()
|
||||||
print(Fore.RESET)
|
# copy them in domain object
|
||||||
else:
|
if (domain.get_extensions() is None):
|
||||||
# Loading extensions
|
domain.set_extensions(self.__extensions)
|
||||||
if (self.__extensions is None):
|
# search
|
||||||
ext = Extensions(args.ext_state, args.top)
|
print ('\n[ Searching', len(self.__extensions), 'extensions ]')
|
||||||
self.__extensions = ext.load_extensions()
|
ext.search_extension(domain, self.__extensions)
|
||||||
# copy them in domain object
|
ext.search_ext_version(domain, domain.get_installed_extensions())
|
||||||
if (domain.get_extensions() is None):
|
Output.extension_output(domain.get_path(), domain.get_installed_extensions())
|
||||||
domain.set_extensions(self.__extensions)
|
|
||||||
# search
|
|
||||||
print ('\n[ Searching', len(self.__extensions), 'extensions ]')
|
|
||||||
ext.search_extension(domain, self.__extensions)
|
|
||||||
ext.search_ext_version(domain, domain.get_installed_extensions())
|
|
||||||
Output.extension_output(domain.get_path(), domain.get_installed_extensions())
|
|
||||||
|
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
print('\nReceived keyboard interrupt.\nQuitting...')
|
print('\nReceived keyboard interrupt.\nQuitting...')
|
||||||
|
|||||||
Reference in New Issue
Block a user