Handler on Duty: Xavier Mertens
Threat Level: green
Podcast Detail
MacOS IR Beyond LaunchAgents; Dissecting CVE-2017-11882 Exploit; Portsmash, Edge Vuln
If you are not able to play the podcast using the player below: Use this direct link to the audio file: https://chrt.fm/track/2748D7/https://traffic.libsyn.com/securitypodcast/6240.mp3
My Next Class
Network Monitoring and Threat Detection In-Depth | Singapore | Nov 18th - Nov 23rd 2024 |
Application Security: Securing Web Apps, APIs, and Microservices | Washington | Dec 13th - Dec 18th 2024 |
Interested in Internet Storm Center stickers? Check here if there are still some available for today.
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
Network Monitoring and Threat Detection In-Depth | Singapore | Nov 18th - Nov 23rd 2024 |
Application Security: Securing Web Apps, APIs, and Microservices | Washington | Dec 13th - Dec 18th 2024 |
Application Security: Securing Web Apps, APIs, and Microservices | Online | US Eastern | Jan 27th - Feb 1st 2025 |
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.