Pete Freitag's Homepage
Remove the Server Header in any IIS Version
December 5, 2023
Removing the Server Header as of IIS 10 (the version of IIS installed by default on Windows Server 2016, 2019 or 2022) is now much easier than it had been with prior versions of IIS....
Self Signed Certificates in Edge on Windows 2022
November 9, 2023
When setting up a server for training purposes I wanted to create a self signed certificate for app1.example.com and trust it in Edge on Windows Server 2022....
The newline cat mystery
November 8, 2023
I ran into a really strange problem today, whenever I would write a file it would show up as empty on my file system....
Ticket to ColdFusion Summit 2023
September 13, 2023
The Adobe ColdFusion Summit is coming up in October. I will be speaking at the conference, and my company Foundeo is also one of the conference sponsors....
Into The Box 2023 Slides
May 23, 2023
I'm back from Houston Texas after another great Into the Box conference. Slides for my talk Taming the top 25 Most Dangerous Software Weaknesses can be found here....
File Created Date Time in ColdFusion / CFML
March 9, 2023
Today I needed to get the time that a file was created from within some CFML code. I had first thought that cfdirectory or directoryList would return this, but it only returns the date the a file was modified, not the date that it was created....
Speaking at ColdFusion Summit Online Next Week
December 1, 2022
I will be giving my talk Taming the Top 25 Most Dangerous Software Weaknesses (for ColdFusion Developers) next Tuesday, December 6th 2022 at 1pm US Eastern Time. You will need to register with Adobe to join, it's free....
OpenSSL and ColdFusion / Lucee / Tomcat
November 2, 2022
I've had a several people asking me about the openssl vulnerabilities that were patched this week: CVE-2022-3602 and CVE-2022-3786 aka Spooky SSL....
ColdFusion Security Training Class December 2022
November 1, 2022
Early bird registration is open for my ColdFusion Security Training deep dive class in December. If you've ever attended one of my conference sessions on ColdFusion Security at Adobe ColdFusion Summit or Into The Box (or even cf....
How Long Has Your ColdFusion Server Been Running?
October 24, 2022
Someone asked on the CFML slack recently how can you find out how long your ColdFusion (or Lucee) server has been running via code.
How long has the server been running?
createObject("java", "java.lang.management....
How long has the server been running?
createObject("java", "java.lang.management....
Adding CloudFlare Turnstile CAPTCHAs to CFML Sites
October 7, 2022
CloudFlare recently released a new CAPTCHA service called Turnstile, which aims to provide a better user experience for CAPTCHA's. At the worst case the user will have to click a checkbox, rather than train a machine learning model solving a puzzle....
ColdFusion Summit 2022 Slides
October 6, 2022
I'm back from another excellent CFSummit. So many great presentations and conversations. This I gave a presentation on the 25 Most Dangerous Software Weaknesses and how they relate to ColdFusion. My company Foundeo Inc....