MacOS IR Beyond LaunchAgents; Dissecting CVE-2017-11882 Exploit; Portsmash, Edge Vuln
My Next Class
Defending Web Applications Security Essentials | Online | US Pacific | Mar 15th - Mar 20th 2021 |
Intrusion Detection In-Depth | Online | US Eastern | Apr 26th - May 1st 2021 |
Beyond good ol' LaunchAgents
https://isc.sans.edu/forums/diary/Beyond+good+ol+LaunchAgent+part+1/24274/
Dissecting a CVE-2017-11882 Exploit
https://isc.sans.edu/forums/diary/Dissecting+a+CVE201711882+Exploit/24272/
Microsoft Edge Exploit About to Be Released
https://twitter.com/Yux1xi
Portsmash Vulnerability
https://github.com/bbbrumley/portsmash
RC4 (Arcfour) Depreciation in SSH
https://tools.ietf.org/html/draft-ietf-curdle-rc4-die-die-die-12
https://isc.sans.edu/forums/diary/Beyond+good+ol+LaunchAgent+part+1/24274/
Dissecting a CVE-2017-11882 Exploit
https://isc.sans.edu/forums/diary/Dissecting+a+CVE201711882+Exploit/24272/
Microsoft Edge Exploit About to Be Released
https://twitter.com/Yux1xi
Portsmash Vulnerability
https://github.com/bbbrumley/portsmash
RC4 (Arcfour) Depreciation in SSH
https://tools.ietf.org/html/draft-ietf-curdle-rc4-die-die-die-12
Discussion
0
down vote
favorite
I am new to web-service development but have been learning python and wanted to try my hand at a project. I was able to get a simple site up and running using web.py
Now that I have this going I am trying to raising the complexity from basically just a website that makes simple decisions based on input into something more advanced.
Part of this is to get proper SOAP and WSDL
I was trying to use this tutorial : WhatStatus.co
but soaplib seems to be defunct. I found an old copy of it but couldn't get that off the ground, so I suspect I need to migrate to a different lib. Any advice would be greatly appreciated.
New Discussions closed for all Podcasts older than two(2) weeks
Please send your comments to our Contact Form
Defending Web Applications Security Essentials | Online | US Pacific | Mar 15th - Mar 20th 2021 |
Intrusion Detection In-Depth | Online | US Eastern | Apr 26th - May 1st 2021 |
Intrusion Detection In-Depth | Online | British Summer Time | May 24th - May 29th 2021 |
Defending Web Applications Security Essentials | Online | Central European Summer Time | Jun 14th - Jun 19th 2021 |
0
down vote
favorite
I am new to web-service development but have been learning python and wanted to try my hand at a project. I was able to get a simple site up and running using web.py
Now that I have this going I am trying to raising the complexity from basically just a website that makes simple decisions based on input into something more advanced.
Part of this is to get proper SOAP and WSDL
I was trying to use this tutorial : http://whatstatus.co
but soaplib seems to be defunct. I found an old copy of it but couldn't get that off the ground, so I suspect I need to migrate to a different lib. Any advice would be greatly appreciated.