From b90db75880b253bb9f93aec713c4be9c618cb5fb Mon Sep 17 00:00:00 2001 From: Jan Rude Date: Sat, 4 Jan 2020 01:52:26 +0000 Subject: [PATCH] Update README.md --- README.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 477298b..89f7cad 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ # Typo3Scan -=============== Typo3Scan is an open source penetration testing tool that I wrote to automate the process of detecting the [Typo3](https://typo3.org) CMS and it's installed [extensions](https://extensions.typo3.org/). It also has a database with known vulnerabilities for core and extensions. @@ -14,7 +13,6 @@ For these reasons this tool will probably *not receive further major releases*. ## Installation ----- You can download the latest tarball by clicking [here](https://github.com/whoot/Typo3Scan/tarball/master) or latest zipball by clicking [here](https://github.com/whoot/Typo3Scan/zipball/master). @@ -29,7 +27,6 @@ You can install all required packages with pip3: pip install -r requirements.txt ## Usage ----- To get a list of all options use: @@ -46,14 +43,11 @@ Or with a file with a list of domains: Example: python typo3scan.py -d http://dev001.vm-typo3.loc --vuln - -![core_vulns](/doc/core_vulns.jpg) - -![ext_vulns](/doc/ext_vulns.jpg) + + ## Bug Reporting ----- Bug reports are welcome! Please report all bugs on the [issue tracker](https://github.com/whoot/Typo3Scan/issues). @@ -63,14 +57,12 @@ I´m developing this in my spare time. If you like my work, please consider supp ## Links ----- * Download: [.tar.gz](https://github.com/whoot/Typo3Scan/tarball/master) or [.zip](https://github.com/whoot/Typo3Scan/archive/master.zip) * Changelog: [Here](https://github.com/whoot/Typo3Scan/blob/master/doc/CHANGELOG.md) * Issue tracker: [Here](https://github.com/whoot/Typo3Scan/issues) # License ----- Typo3Scan - Automatic Typo3 Enumeration Tool @@ -87,4 +79,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this program. If not, see [http://www.gnu.org/licenses/](http://www.gnu.org/licenses/) \ No newline at end of file +along with this program. If not, see [http://www.gnu.org/licenses/](http://www.gnu.org/licenses/)