Discontinued WYSIWYG HTML editor and website administration tool from Microsoft for Windows.
Nmap Scripts
IP=x.x.x.x
ls -la /usr/share/nmap/scripts/*frontpage*
nmap $IP -p 80 --script=http-frontpage-login
nmap $IP -p 80 --script=http-frontpage-login --script-args=http-frontpage-login.path=/
Sparty
Audit tool for Microsoft FrontPage and Microsoft SharePoint.
Installation
See GitHub
git clone https://github.com/adityaks/sparty.git
cd sparty/sparty_v_0.1
chmod u+x sparty_v_0.1.py
Modification for Python 2.7
Supports Python 2.6 only. To run on Kali with Python 2.7:
Change first line
#!/usr/bin/python2
Change the Python version in def check_python()
#if version[:2] != (2,6):
if version[:2] != (2,7):
Help
./sparty_v_0.1.py -h
Scan
./sparty_v_0.1.py --frontpage=pvt --url="http://x.x.x.x" --services=services