A simple tool to know about the permissions, protection level.
REQUIREMENT:
- Linux Environment with internet access
- python 2.7.6
- python beautifulsoup module:
- check module exist command: pydoc modules | grep bs4
- install module: apt-get install python-bs4 (for Python 2) (official doc: https://www.crummy.com/software/BeautifulSoup/bs4/doc/ )