Skip to content

Instantly share code, notes, and snippets.

@kvaps
Created January 24, 2016 21:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kvaps/14eb09eccd12f118e8b5 to your computer and use it in GitHub Desktop.
Save kvaps/14eb09eccd12f118e8b5 to your computer and use it in GitHub Desktop.
LIST: https://raw.githubusercontent.com/zapret-info/z-i/master/dump.csv
URL: cat dump.csv|iconv -f cp1251 -t utf8|tr ' |' ' '|tr ' ' ','|tr ';' ' '|awk '{print $3}'|grep http|tr ',' '~'|sed 's/~~~/ /'|tr ' ' '\n'|sort -u
IP: cat dump.csv|iconv -f cp1251 -t utf8|tr ' |' ' '|tr ' ' ','|tr ';' ' '|awk '{print $1}'|sed 's/,,,/=/g'|tr '=' '\n'|sort -u|sed '/Updated:/d'
DOMAIN: cat dump.csv|iconv -f cp1251 -t utf8|tr ' |' ' '|tr ' ' ','|tr ';' ' '|awk '{print $2}'|sort -u
UPDATE: cat dump.csv|iconv -f cp1251 -t utf8|grep "Updated:"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment