Ciro Santilli OurBigBook.com  Sponsor 中国独裁统治 China Dictatorship 新疆改造中心、六四事件、法轮功、郝海东、709大抓捕、2015巴拿马文件 邓家贵、低端人口、西藏骚乱
cia-2010-covert-communication-websites/cdx-post-js.sh
#!/usr/bin/env bash
# Post process the output of cdx.sh to enrich IDs even futher, and reconstruct easier to Web Archive inspect domain names.
grep -a -P -e '\)/[^/]+.js' "$1" | awk '$7 >= 2720 && $7 <= 3670' |
  sed -r 's/\).*//' | awk -F, '{ printf("%s.%s\n", $2, $1) }' | uniq -c | awk '$1 == 1{ print $2 }' | tee $1.postjs