<div dir="ltr">Please expand. How would you recommend I go about to learn this (not in a formal setting)? I can not afford to take classes and because of a head injury doubt I could complete it successfully anyways.<div><br></div><div>In your list I notice you do not mention learning any programming language. Why is that?</div><div><br></div><div>What do you mean by "OS shell integration"?  Is that saying I need to learn BASH as opposed to Python?</div><div><br></div><div>"string operations must mean BASH....</div><div><br></div><div>when you say "regular expressions"  is this a good resource <a href="http://www.aboutlinux.info/2006/01/learn-how-to-use-regular-expressions.html">here</a>? Would I use this with BASH or Python or both?</div><div><br></div><div>I notice that in <a href="http://learnpythonthehardway.org/">http://learnpythonthehardway.org/</a> there is a section that covers using Python with websites so handling and forming automated web requests is probably covered in more advanced  Python tutorials.</div><div><br></div><div>So to sum it up I think I need to learn Python and BASH. Is this correct? I also need to learn XML,  JSON  (what do you mean when you say "from xml.dom import minidom ; import json") and SQL<br clear="all"><div><div class="gmail_signature">:-)~MIKE~(-:</div></div>
<br><div class="gmail_quote">---------- Forwarded message ----------<br><br><div dir="ltr"><div><div><div><div><div><div><div>For all the pen testing and hacker stuff I went through (7 some odd years ago), here's what you'll want to know how to do, in approximate order of priority:<br><br></div>xml and json parsing (from xml.dom import minidom ; import json)<br></div></div>connecting to and using a database (learn enough SQL to be able to navigate around one here too), learning sqlalchemy will be enough to land you a job in the field<br></div>OS shell integration (import os)<br></div>string operations <br></div>regular expressions (import re)<br>handling and forming automated web requests</div></div><div class=""><div class="h5"><div class="gmail_extra"><br></div></div></div></div></div></div>