var $ = cheerio.load(post.text);

  $('img').attr('','').attr('onload','');

  $('script').remove();


이런식으로 뚫린 케이스 다 걸려주면 끝나. ㅋㅋㅋ