βοΈOracle APEX
Basics
APEX URL Synthax
Application ID:Page ID:Session ID:Request:Debug:Clear Cache:Item Names:Item Values:Printer FriendlyInteresting endpoints
# admin interfaces
/apex/apex_admin
/i/apex_admin
/pls/apex/apex_admin
/ords/<workspace_name>/builder
# dev URL
/apex/wwv_flow.show?P_FLOW_ID=APP_ID
# web service
/apex/APP_ALIAS/wwv_flow.ajax
/apex/APP_ALIAS/wwv_flow.file_upload
/apex/APP_ALIAS/wwv_flow.accept
# misc
/apex/f?p=13000:1 # Packaged applications
/apex/f?p=4700 # Application Builder
/apex/f?p=4000:4500 # Team Development
/apex/f?p=4350 # SQL Workshop
/apex/f?p=4950 # Administration ServicesInfo Leak
Testing Authorization and Authentification
Testing IDOR
Burp Intruder
Testing SQLi
sqlmap
Last updated