Snippets and notes from https://www.udemy.com/course/learn-python-and-ethical-hacking-from-scratch/
Kali for this course https://zsecurity.org/download-custom-kali/
List of linux commands https://www.mediacollege.com/linux/command/linux-command.html
Subprocess https://docs.python.org/2/library/subprocess.html
Variables tutorialspoint.com/python/python_variable_types.htm
Strings https://www.tutorialspoint.com/python/python_strings.htm
Functions https://docs.python.org/2/library/functions.html#raw_input
Opt parse https://docs.python.org/2/library/optparse.html
Desigion Making https://www.tutorialspoint.com/python/python_decision_making.htm
Files:
Version 1 = mac.py
Version 2 = mac1.py
Variation 1 = st3g3xtract.py
Check_call() https://docs.python.org/2/library/subprocess.html
Regular expressions https://www.tutorialspoint.com/python/python_reg_expressions.htm
Regular expressions https://pythex.org/
Re module https://docs.python.org/2/library/re.html
Files: