
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
5ch 用スクリプト集だよ
$ npm install chch
$ npm install chch -g
# or
$ npx chch
Returns an Thread
Thread object with:
title (string)url (string)postCount (number) - count of postssize (string) - thread page total size 10KBposts (Post[])
number (number) - res numbername (string) -userId (string) - IDtimestamp (number) - Unix Epochcomma (number) - comma of timestampmessage (string) -Returns Thread[] (without posts field)
post message
$ npm install chch
スレッド情報とレス一覧の取得
$ chch dump https://hebi.5ch.net/test/read.cgi/news4vip/1562153470/
{
"title": "プログラム「a=a+b」←こいつwwwwww",
"url": "https://hebi.5ch.net/test/read.cgi/news4vip/1562479977/",
"postCount": null,
"posts": [
{
"number": "1",
"name": "以下、5ちゃんねるからVIPがお送りします",
"userId": "",
"timestamp": 1562479977678,
"comma": 678,
"message": "算数もできないのかよ……"
},
{
"number": "2",
...
$ chch dump https://hebi.5ch.net/test/read.cgi/news4vip/1562153470/ |jq '.posts[].comma'
678
133
487
517
787
...
スレッド一覧の dump
$ chch dump-threads
# スレタイ検索
$ chch dump-threads |jq -r '.threads[] | "\(.title)\t\(.url)"' |peco
スレの監視と新着ポストの標準出力
$ chch watch [url] [command]
# 受取時に音を出す
$ chch watch https://hebi.5ch.net/test/read.cgi/news4vip/1562153470/ -c "say got"
$ chch hosyu http://hebi.5ch.net/test/read.cgi/news4vip/1556625403
保守スタート
新・保守時間目安表 (休日用)
00:00-02:00 10分以内
02:00-04:00 20分以内
04:00-09:00 40分以内
09:00-16:00 15分以内
16:00-19:00 10分以内
19:00-00:00 5分以内
新・保守時間の目安 (平日用)
00:00-02:00 15分以内
02:00-04:00 25分以内
04:00-09:00 45分以内
09:00-16:00 25分以内
16:00-19:00 15分以内
19:00-00:00 5分以内
posted: Sat May 11 2019 15:21:55 GMT+0900 (GMT+09:00) next: 15min
posted: Sat May 11 2019 15:06:53 GMT+0900 (GMT+09:00) next: 15min
トリップの採掘
$ chch trip-dig [prefix] [regex] [start | "a"] [interval | 100]
# 正規表現
$ chch trip-dig p____ "[0-9]+vip(vi)+$"
# ゆっくり
$ chch trip-dig p____ "^vip" aaaaaaa 10
# ガンガン採掘
$ chch trip-dig p____ "^vip" aaaaaaa 10000
FAQs
5ch 用スクリプト集だよ
We found that chch demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.