分類: php

php, 資安, 防禦

PHP 遠端程式碼執行 (CVE-2024-4577)

之前devcore的orange發現了這個漏洞,會直接影響所有版本的 XAMPP for Windows 安裝 […]

Be the First to comment. Read More
php

在linux上用curl上傳檔案到伺服器

curl -X POST -F “file=@./download.pdf” http […]

Be the First to comment. Read More
php

php使用mqtt client 發布跟訂閱

chatgpt寫MQTT

基本上Mqtt的 SERVER(Broker)建議不要用php來稿,實在太吃力不討好了。 直接用Mosquit […]

Be the First to comment. Read More
php

php MJPEG串流轉出

這是一個為了防止cross-site問題搞得程式碼,把別人的mjpeg串流重新擷取再送一次,這樣就變成自己伺服 […]

Be the First to comment. Read More
php

[php]將HEX 轉成32bit的float (IEEE-754規範)

將十六進製字符串轉換為 32 位 IEEE 754 浮點數。這個函數比下面的十六進製到 32 位函數快 2 倍 […]

Be the First to comment. Read More