Table of Contents

Installation on XUbuntu

Python 2

sudo pip install xlrd xlwt xlutils

Python 3

sudo apt-get install python3 python3-pip python3-setuptools ipython3 ipython3-qtconsole ipython3-notebook

Regular expressions

Websites

You can use those websites to validate your regex:

Useful regex

HTTP Header Connection
'Connection:\s[a-zA-Z-]+'

FAQ