見た目と中身がズレるわけ 文字化けの正体とUTF-8・CRLF入門 - Qiita

はじめに 開発中に「見た目は同じなのに差分が崩れる」「Windowsで作ったテキストをLinuxで開くと一行になる」「絵文字だけ位置が合わない」といった小さな不具合に出会うことがあります。原因を押さえておくと、レビューやデータ受け渡しで無駄な往復を減らせます。 また、最後...

Qiita

Many people gave feedback, too many sites would not accept "just LF" in http headers, and Richard Hipp changed the proposal:

https://fossil-scm.org/home/ext/stop-requiring-crlf.md

#cr #lf #nl #crlf #SQLite

Fossil: Stop Requiring CRLF Line Endings

Call to action by Richard Hipp, best known as creator of #SQLite, to stop using the carriage-return/linefeed (CRLF) sequence alltogether. Linefeed (LF) is never used as "just a linefeed", we better rename the U+000a character to what it is really used for: Newline (NL). Carriage return (CR) should only be used to overwrite on the same line.

He substantiates his point here:
https://fossil-scm.org/home/ext/crlf-harmful.md

#cr #lf #nl #crlf

@diazona @izalia @jscholes

> If some other program (on Windows) is having a problem parsing or manipulating the pyproject.tom
>l file because it insists on using only plain newlines as line endings, that's almost certainly a bug in that tool.

It would also be a #bug in a #Linux/#Unix tool if it couldn't handle #CRLF endings in such files.

But knowing this doesn't help the OP, who wants Unix line endings on a #Windows platform. A lot of tools don't make allowance for that.

1/2

crlf.ninja (already blocked), fsebugoutzone.org (from sierdy's fedinuke list)

crlf.ninja (already blocked), fsebugoutzone.org (from... #crlf #fse

https://kbin.run/m/[email protected]er0.com/t/413999

crlf.ninja (already blocked), fsebugoutzone.org (from sierdy's fedinuke list) - Fediblock - kbin.run

H/T https://pleroma.envs.net/objects/22c48e87-2744-4b1e-ba9b-82019ee0195b...

Der Fairness halber muss ich sagen, dass es nix mit dem #C17 von #Microsoft zu tun hatte. Am Ende des Tages provozierte #Windows mit seinem #CRLF statt #LF am Ende von Zeilen in Textdateien eine Crashkette. Alle OS kompilieren das jetzt ab #C99...

Aber ich konnte #Fefe mit der Sache "triggern"...😂 - und wir haben gestern 6x hin und her gemailt...
Der ist ja schon ein "Sauhund" aber ich mag und schätze ihn sehr!
Von ihm: "Du kannst doch Microsoft nicht anscheißen..." - war am geilsten... 🤭

Found a great #opensource tool to scan sites for a laundry list of vulnerabilities https://github.com/h4r5h1t/webcopilot.

Just used it to scan all my company domains, works great!

The tools integrated into this single app are the same tools "security researchers" use to scan sites for #xss #SQLi #ssrf #crlf #lfi #subdomaintakeover #openredirect, etc. vulnerabilities - into a single CLI tool.

Can also help avoid/confirm those "beg-bounty" situations where a simple misconfiguration is touted as a "critical vulnerability" because someone use a quick scanning tool to determine that sub-domain take-over is possible (very common, not critical, easy to fix), or missing DMARC records are present (which 98% of all Internet sites have issues with, and is very easy to fix) to demand a cash reward so they can "share additional critical vulnerabilities" that aren't a thing - they just want money.

Have fun!

GitHub - h4r5h1t/webcopilot: An automation tool that enumerates subdomains then filters out xss, sqli, open redirect, lfi, ssrf and rce parameters and then scans for vulnerabilities.

An automation tool that enumerates subdomains then filters out xss, sqli, open redirect, lfi, ssrf and rce parameters and then scans for vulnerabilities. - h4r5h1t/webcopilot

GitHub
CRLF Injection Shenanigans

Place to store my thoughts on all things information-security related. Hopefully you find something of interest. Ramblings are my own. Charlton Smith

MOOPINGER
SMTP Smuggling 的安全漏洞 (LF 的問題),以及 Postfix 被無視的問題

在 Hacker News 上看到「SMTP Smuggling – Spoofing Email Worldwide (sec-consult.com)」這個攻擊,原文在「SMTP Smuggling - Spoofing E-Mails Worldwide」。 開頭的圖片把大方向解釋出來了,這是利用不同的 SMTP server 實作上對怎麼結束 DATA 的處理方式不同,這個問題會出現在兩組 SMTP server 丟信件時: 更細節的說,是遇到對於非 \r\n.

Gea-Suan Lin's BLOG

Line feed always happened before carriage return.
History is rewritten by the electronics.

#ascii #crlf