Usr6 Posted August 18, 2014 Report Posted August 18, 2014 ~# python>>> import urllib>>> from bs4 import BeautifulSoup>>> url = urllib.urlopen("http://www.primalsecurity.net")>>> output = BeautifulSoup(url.read(), 'lxml')>>> output.title<title>Primal Security Podcast</title>>>>This tutorial series is designed for those who don’t come from a programming background. Each tutorial will cover common use cases for Python scripting geared for InfoSec professionals. From “Hello World” to custom Python malware, and exploits:0×0 – Getting Started0×1 – Port Scanner0×2 – Reverse Shell0×3 – Fuzzer0×4 – Python to EXE0×5 – Web Requests0×6 – Spidering0×7 – Web Scanning and Exploitation 0×8 – Whois Automation0×9 – Command Automation0xA – Python for Metasploit Automation0xB – Pseudo-Terminal 0xC – Python MalwarePython Tutorials ? Primal Security Podcast Quote