Hacker Newsnew | past | comments | ask | show | jobs | submit | shiftyck's commentslogin

Thanks ChatGPT!


Eh idk Cloud Run is much better suited to long running instances than Lambda. You would use Cloud Functions for those types of workloads in GCP.


For those who don't know, AWS Lambda functions have a hard limit of 15 minutes.


April Fools joke/release for my test prep business https://crucialexams.com/.

Hoping it will get some viral sharing and lead to some good quality backlinks.


Hi! This year I quit my corporate job to work full time on https://crucialexams.com/. This month I am working on expanding our new offerings at https://pmpready.com/ and https://vitalnursingexams.com/. Our platform provides a fun way for students to test their readiness for industry certification exams like the PMP, BCEN, CompTIA, AWS and more. Written in ASP.NET, MySQL as backend and good old Javascript/Bootstrap for the frontend. Nothing fancy, works great!


This is great, I'm currently studying for Security+ and will be using this. Where are the practice questions from?

Thank you!


MySQL with .NET instead of MSSQL?


Hi, I am interested in the DevOps role but I don't see it listed at the link to apply


I wrote a script today to try and exploit this on our Grafana 8.1.2 instance but couldn't. Using Oauth for auth and only got 302 redirects back to the login page. Anyone else able to exploit this with Oauth?


It might be because of path normalization by your http client. For example, with `curl` you will also need to use `--path-as-is` to correctly test traversal. Another reason could be path normalization by the reverse proxy/WAF.

> --path-as-is

> Tell curl to not handle sequences of /../ or /./ in the given URL path. Normally curl will squash or merge

> them according to standards but with

>this option set you tell it not to do that.

> Added in 7.42.0.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: