모의해킹
워드프레스 진단
우와해커
2020. 8. 3. 22:41
모음: https://developer.wordpress.org/rest-api/reference/
1. 사용자 목록 조회
URL/wp-json/wp/v2/Users
2. 사용자가 올린 글
URL/author/1에서찾은놈name
3. 세팅 관련
URL/wp-json/wp/v2/settings
걍 아래놈들 한번씩은 ㄱㄱ
REST API Developer Endpoint Reference #REST API Developer Endpoint Reference
ResourceBase Route
Posts | /wp/v2/posts |
Post Revisions | /wp/v2/revisions |
Categories | /wp/v2/categories |
Tags | /wp/v2/tags |
Pages | /wp/v2/pages |
Comments | /wp/v2/comments |
Taxonomies | /wp/v2/taxonomies |
Media | /wp/v2/media |
Users | /wp/v2/users |
Post Types | /wp/v2/types |
Post Statuses | /wp/v2/statuses |
Settings | /wp/v2/settings |