v0.5.1
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
# along with this program. If not, see [http://www.gnu.org/licenses/](http://www.gnu.org/licenses/)
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
__version__ = '0.5'
|
||||
__version__ = '0.5.1'
|
||||
__program__ = 'Typo3Scan'
|
||||
__description__ = 'Automatic Typo3 enumeration tool'
|
||||
__author__ = 'https://github.com/whoot'
|
||||
@@ -145,7 +145,7 @@ Options:
|
||||
check.search_typo3_version()
|
||||
|
||||
# Search extensions
|
||||
print(' [+] Extension Search')
|
||||
print('\n [+] Extension Search')
|
||||
if not self.__extensions:
|
||||
conn = sqlite3.connect(database)
|
||||
c = conn.cursor()
|
||||
|
||||
Reference in New Issue
Block a user