
Sparty - Инструмент аудита MS Sharepoint и Frontpage [Неофициальный]
Sparty — это инструмент с открытым исходным кодом, написанный на python для аудита веб-приложений, использующих архитектуру sharepoint и frontpage. Мотивация создания этого инструмента — предоставить простой и надёжный способ проверки конфигураций безопасности веб-приложений на основе sharepoint и frontpage. Из-за сложности этих программ веб-администрирования требуется простой и эффективный инструмент, который собирает информацию, проверяет права доступа, извлекает критическую информацию из файлов по умолчанию и выполняет автоматическую эксплуатацию при обнаружении рисков безопасности. Ряд автоматических сканеров не справляется с этим, и Sparty — решение этой проблемы.
Эта версия использует следующие библиотеки: import urllib2 import re import os, sys import optparse import httplib
Требуется Python 2.6.
Пожалуйста, примите это во внимание:
---------------------------------------------------------------
_|_|_| _|_|_| _|_| _|_|_| _|_|_|_|_| _| _|
_| _| _| _| _| _| _| _| _| _|
_|_| _|_|_| _|_|_|_| _|_|_| _| _|
_| _| _| _| _| _| _| _|
_|_|_| _| _| _| _| _| _| _|
SPARTY : Sharepoint/Frontpage Security Auditing Tool!
Authored by: Aditya K Sood |{0kn0ck}@secniche.org | 2013
Twitter: @AdityaKSood
--------------------------------------------------------------
Usage: sparty.py [options]
Options: --version show program's version number and exit -h, --help show this help message and exit
Frontpage:: -f FRONTPAGE, --frontpage=FRONTPAGE <FRONTPAGE = pvt | bin> -- to check access permissions on frontpage standard files in vti or bin directory!
Sharepoint:: -s SHAREPOINT, --sharepoint=SHAREPOINT <SHAREPOINT = forms | layouts | catalog> -- to check access permissions on sharepoint standard files in forms or layouts or catalog directory!
Mandatory:: -u URL, --url=URL target url to scan with proper structure
Information Gathering and Exploit:: -v FINGERPRINT, --http_fingerprint=FINGERPRINT <FINGERPRINT = ms_sharepoint | ms_frontpage> -- fingerprint sharepoint or frontpage based on HTTP headers! -d DUMP, --dump=DUMP <DUMP = dump | extract> -- dump credentials from default sharepoint and frontpage files (configuration errors and exposed entries)! -l DIRECTORY, --list=DIRECTORY <DIRECTORY = list | index> -- check directory listing and permissions! -e EXPLOIT, --exploit=EXPLOIT EXPLOIT = <rpc_version_check | file_upload | config_check> -- exploit vulnerable installations by checking RPC querying and file uploading -i SERVICES, --services=SERVICES SERVICES = <serv | services> -- checking exposed services ! services !
Authentication [devalias.net]: -a AUTHENTICATION, --auth-type=AUTHENTICATION AUTHENTICATION = -- Authenticate with NTLM user/pass !
General:: -x EXAMPLES, --examples=EXAMPLES running usage examples !