From kate at comparitech.ltd Wed Aug 7 10:02:49 2019 From: kate at comparitech.ltd (Kate Chapman) Date: Wed, 7 Aug 2019 14:02:49 +0000 Subject: [omaha] Python ethical hacking resource? Message-ID: <36200015.or_mail@comparitech.ltd> Hi, Kate here from Comparitech. I noticed you?ve shared LearnPython.org - http://www.omahapython.org/blog/slides-repos-links - and thought I?d send a quick email to highlight something we?ve just published. My colleague Aimee created a guide to learning Python in the context of ethical hacking. Here?s the link - https://comparite.ch/python-courses My thinking was that it will supplement LearnPython and other resources and prove useful for anyone learning Python with security/ethical hacking in mind. Would you consider mentioning the guide on your page? Please let me know your thoughts. Thanks, Kate P.S. If you're not the right person to contact about this, just reply to this email and let me know. Kate Chapman Comparitech - tech compared and reviewed Comparitech is owned and operated by Comparitech Limited, company no. 09962280, Kings Lodge, London Road,?West Kingsdown,?Sevenoaks, Kent,?TN15 6AR?United Kingdom. Telephone +44(0)333 577 0163 From wes.turner at gmail.com Wed Aug 7 10:53:45 2019 From: wes.turner at gmail.com (Wes Turner) Date: Wed, 7 Aug 2019 10:53:45 -0400 Subject: [omaha] Python ethical hacking resource? In-Reply-To: <36200015.or_mail@comparitech.ltd> References: <36200015.or_mail@comparitech.ltd> Message-ID: AFAIU, there's not an OPUG general purpose wiki. The omahapython/datascience project has a wiki. You could publish a tutorial or suggest a lightning talk topic Any of the awesome-python or awesome- ethical hacking lists might be helpful for acconplishing your objectives. - There is a "Gray Hat Python" (2009) book. - The vulnerable docker container for "Pwning OWASP Juice Shop" doesn't say much about ethical hacking (i.e. maintaining record of authorization and responsible disclosure,) but could be approached with Python: https://bkimminich.gitbooks.io/pwning-owasp-juice-shop/content/ https://en.wikipedia.org/wiki/Hacker_ethic#Teaching_Ethical_Hacking - Responsible disclosure https://en.wikipedia.org/wiki/Responsible_disclosure - Difference between a vulnerability, an exploit, and a threat model. Buildings have windows - Classic InfoSec triad: Confidentiality, Integrity, Availability - Someone gets to fix these issues with the helpfully shared information https://en.wikipedia.org/wiki/Certified_Ethical_Hacker (~$950) On Wednesday, August 7, 2019, Kate Chapman via Omaha wrote: > Hi, > > Kate here from Comparitech. > > I noticed you?ve shared LearnPython.org - http://www.omahapython.org/ > blog/slides-repos-links - and thought I?d send a quick email to highlight > something we?ve just published. > > My colleague Aimee created a guide to learning Python in the context of > ethical hacking. Here?s the link - https://comparite.ch/python-courses > > My thinking was that it will supplement LearnPython and other resources > and prove useful for anyone learning Python with security/ethical hacking > in mind. Would you consider mentioning the guide on your page? > > Please let me know your thoughts. > > Thanks, > Kate > > P.S. If you're not the right person to contact about this, just reply to > this email and let me know. > > > Kate Chapman > > Comparitech - tech compared and reviewed > > > > Comparitech is owned and operated by Comparitech Limited, company no. > 09962280, Kings Lodge, London Road, West Kingsdown, Sevenoaks, Kent, TN15 > 6AR United Kingdom. Telephone +44(0)333 577 0163 > _______________________________________________ > Omaha Python Users Group mailing list > Omaha at python.org > https://mail.python.org/mailman/listinfo/omaha > http://www.OmahaPython.org >