728x90 ์ ์ฒด ๊ธ747 NGINX - ๋ฆฌ๋ฒ์ค ํ๋ก์ ์ค์ Nginx ๋ฆฌ๋ฒ์ค ํ๋ก์ ๊ฐ๋จ ์์ฝ1. ์ค์น bashsudo apt updatesudo apt install nginx2. ์ค์ ํ์ผ ์์ฑ bashsudo nano /etc/nginx/sites-available/example.com3. ๊ธฐ๋ณธ ์ค์ ์์ nginxserver { listen 80; server_name example.com www.example.com; location / { proxy_pass http://localhost:3000; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-.. 2025. 11. 20. ๋งฅ๋ถ High Sierra(๊ตฌ๋ฒ์ OS) "๋ณต๊ตฌ ์๋ฒ์ ์ฐ๊ฒฐํ ์ ์์ต๋๋ค" ํด๊ฒฐ โป์ฝ๊ธฐ ์ ์ ์ ๊น ์ธํฐ๋ท ์ฐ๊ฒฐ์ ํ์ธ ํ๋ ๊ฒ์ ๊ถ์ฅโป์์ดํ์ด ๋ฑ ์ธํฐ๋ท ์ฐ๊ฒฐ์ด ์ ์์ธ์ง ํ์ธํ๋ ๊ฒ์ด ์ข๋ค. ์ ํธ๋ฆฌํฐ์์ ํฐ๋ฏธ๋์ ์ฐ ๋ค์ ping 8.8.8.8 ํน์ curl http://www.apple.com/library/test/success.html ์ ์ ๋ ฅํด์ ์ธํฐ๋ท ์ฐ๊ฒฐ์ด ์๋๋์ง ์ฐ์ ํ์ธ ์ถ์ฒ: https://www.youtube.com/watch?v=ouNQS36dIBw 1. Window > Installer Log 2. Installer Log์์ OSISSoftwareUpdateController: Failed... URL ์ฃผ์ ๋ณต์ฌ 3. ์ ํธ๋ฆฌํฐ > ํฐ๋ฏธ๋ ์ด๊ธฐ 4. ํฐ๋ฏธ๋์ ๋ค์ ๋ช ๋ น์ด ์ ๋ ฅ(์ฃผ์ https๋ฅผ http๋ก ์์ ) nvram IASUCatalogURL="ht.. 2025. 11. 16. ์ ์ฑ์ฝ๋ - ๋๋กญํผ ๊ตฌํ(์คํ ํ์ผ ํฉ์น๊ธฐ) main.c#include #include #include "a_exe.h"#include "b_exe.h"// ์ด ๋ถ๋ถ์ ์ค์ A.exe์ B.exe์ ๋ฐ์ดํธ ๋ฐฐ์ด๋ก ๊ต์ฒดํด์ผ ํจextern unsigned char a_exe[];extern unsigned int a_exe_len;extern unsigned char b_exe[];extern unsigned int b_exe_len;// ํ์ผ๋ก ์ ์ฅํ๋ ํจ์void drop_file(const char *filename, const unsigned char *data, unsigned int len) { HANDLE hFile = CreateFileA(filename, GENERIC_WRITE, 0, NULL, CREATE_ALWAYS, FIL.. 2025. 11. 4. NAS - ์๋๋ก์ง ๋์ค HTTP/HTTPS ํฌํธ ๊ด๋ จ SSL ์ธ์ฆ์ ๋ฐ๊ธ ์ดํ TLS/SSL ํต์ ์ ํ๊ธฐ ์ํด์๋ 5001๋ฒ ํฌํธ๋ก ์ ๊ทผํด์ผ ํจHTTPHTTPS50005001 ์) http://mynas:5000 -> https://mynas:5001 2025. 10. 5. ์ํ์น - ํด๋ผ์ฐ๋ ํ๋ ์ด ์์ดํผ๋ง ์ ๊ทผ ํ์ฉ(.htaccess) nano /var/www/html/.htaccess deny from allallow from 173.245.48.0/20allow from 103.21.244.0/22allow from 103.22.200.0/22allow from 103.31.4.0/22allow from 141.101.64.0/18allow from 108.162.192.0/18allow from 190.93.240.0/20allow from 188.114.96.0/20allow from 197.234.240.0/22allow from 198.41.128.0/17allow from 162.158.0.0/15allow from 104.16.0.0/13allow from 104.24.0.0/14allow from 172.64.0.0/1.. 2025. 8. 27. ๋ฆฌ๋ ์ค - ssh ๋ก๊ทธ์ธ ํ์ ์ด๊ณผ IP ์ฐจ๋จ(fail2ban) fail2ban ํจํค์ง ์ค์นsudo apt updatesudo apt install fail2ban -y ์ค์ ํ์ผ ์์ (โปjail.conf๋ ๋ฐฑ์ ์ฉ, ์ค์ ์ค์ ์ jail.local)sudo cp /etc/fail2ban/jail.conf /etc/fail2ban/jail.local fail2ban ์ค์ sudo nano /etc/fail2ban/jail.local [sshd]enabled = trueport = sshfilter = sshdlogpath = /var/log/auth.logmaxretry = 3bantime = 48hfindtime = 10m maxretry: ํ์ฉํ ์ต๋ ๋ก๊ทธ์ธ ์คํจ ํ์bantime: ์ฐจ๋จ ์๊ฐ(100 = 100์ด, 10m = 10๋ถ, 1h = 1์๊ฐ)findtime.. 2025. 8. 20. ํด๋ผ์ฐ๋ ํ๋ ์ด ์ค์ ํ 522 ์๋ฌ ๋ฐ์ ์์ธ ์น ์๋ฒ์ SSL ์ธ์ฆ์ ์ง์ํ์ง ์๋ ๊ฒฝ์ฐ(HTTP/80๋ง ์ด์ฉ ์ค์ธ ๊ฒฝ์ฐ) ์น ์๋ฒ์ ํด๋ผ์ฐ๋ ํ๋ ์ด ์๋ก๊ฐ ์ค๋ฅ๊ฐ ์๊ธฐ๊ฒ ๋จ ํด๊ฒฐ) SSL/TLS ์ํธํ > ํ์ฌ ์ํธํ ๋ชจ๋๊ฐ "๊ฐ๋ณ"์ด์ด์ผ ํจ 2025. 8. 18. Flipper Zero - ํค์ (keygen.co) https://keygen.co/ keygenkeygen generates working, high-quality 3D-printable models of keys based on given parameters. Select a key type to get started. Please wait... keygen generates working, high-quality 3D-printable models of keys based on given parameters. To generate a key,keygen.co 2025. 8. 17. java.security.cert.certpathvalidatorexception trust anchor for certification ์๋ฌ ISRG Root X1 ํน์ ISRG Root X2 .pem ํ์ผ ์ค์นhttps://letsencrypt.org/certificates/ Chains of TrustThis page describes all of the current and relevant historical Certification Authorities operated by Let’s Encrypt. Note that a CA is most correctly thought of as a key and a name: any given CA may be represented by multiple certificates which all contailetsencrypt.org์ถ์ฒ: https://github.com/TeamNewPipe/Ne.. 2025. 8. 13. ๋ชจ๋ ์ธ์ฝ๋ฉ ๋์ฝ๋ฉ ๋ฌธ์ ํ์ธ ์ฌ์ดํธ(dencode.com) https://dencode.com/ DenCode | Encoding & Decoding Online ToolsEncoding and Decoding site. e.g. HTML Escape / URL Encoding / Base64 / MD5 / SHA-1 / CRC32 / and many other String, Number, DateTime, Color, Hash formats!dencode.com 2025. 8. 5. ๋ธ๋๋ฒ ๋ฆฌ - bar ์ค์น ๊ด๋ จ ๋งํฌ BAR ํ์ผ ์ค์น ํ๋ก๊ทธ๋จhttps://github.com/xsacha/Sachesi GitHub - xsacha/Sachesi: Firmware, extractor, searcher and installer for Blackberry 10Firmware, extractor, searcher and installer for Blackberry 10 - xsacha/Sachesigithub.com ํฐ๋ฏธ๋ ์ฑ(term-48) ์์นด์ด๋ธ ์ฃผ์https://archive.org/details/term-48_bb10 2025. 7. 30. ์ทจ์ฝ์ ๋ถ์ - CVE-2023-23397 CVE-2023-23397 ์ทจ์ฝ์ ์ ๋ณดCVE-2023-23397๋ Microsoft Windows ์ ์ฉ Outlook์ ์ฝ์์ ์๋ ค์ฃผ๋ ‘๋ฏธ๋ฆฌ ์๋ฆผ’ ๊ธฐ๋ฅ์ ์ฌ์ํ ์ฌ์ด๋ ํ์ผ์ ๋ถ๋ฌ์ค๊ธฐ ์ํด์ ๊ณต๊ฒฉ์์ SMB ์๋ฒ๋ก ์ธ์ฆํ๋ ๊ณผ์ ์ NTLM ์๊ฒฉ ์ฆ๋ช ์ ํ์ทจ๋๋ ๊ถํ ์์น ์ทจ์ฝ์ ์ ๋๋ค.ํด๋น ์ทจ์ฝ์ ์ ์ด์ฉํ์ฌ ๊ถํ ์์น์ด ์ด๋ฃจ์ด์ ธ ๋ ํฐ ํผํด๊ฐ ๋ฐ์ํ ์ ์์ ์ ๋๋ก ์ํ๋๋ ๋ค์ ๋์ ๊ฒ์ผ๋ก ์์๋ฉ๋๋ค.์กฐ์น ๋ฐฉ์์ผ๋ก Outlook์ Build 16130.20306 ์ด์์ผ๋ก ์ ๋ฐ์ดํธ๊ฐ ํ์ํ๋ฉฐ, SMB ์๋น์ค๋ฅผ ์ด์ฉํ์ง ์์ ๊ฒฝ์ฐ์๋ ํด๋น ์๋น์ค๋ฅผ ๋นํ์ฑํ ํ๊ฑฐ๋ SMB TCP/445 ํฌํธ ์์๋ฐ์ด๋๋ฅผ ์ฐจ๋จํฉ๋๋ค.CVE Number CVE-2023-23397CVSS Score9.8severity(์ฌ๊ฐ๋).. 2025. 7. 27. ์ด์ 1 2 3 4 ยทยทยท 63 ๋ค์ 728x90