This aims at being an alternative version of Slowloris built on top of the Scapy library for Python.
Be sure to have scapy installed:
pip install scapy
Run the following command the make sure the Kernel won't drop packets generated by scapy:
iptables -A OUTPUT -p tcp --tcp-flags RST RST -j DROP