You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some time ago, I stumbled upon the OpenCPU server while examining the web application and found it vulnerable to unauthorized remote code execution out-of-the-box. I have no experience writing templates, but I wrote the draft to check for RCE. Is it possible to add this template to the nuclei-templates base, or it's too specific? Also, I'm open to discussions on how to improve this template.
user@host:~$ ~/go/bin/nuclei -u http://127.0.0.1:8004/ -id ocpu-rce __ _ ____ __ _______/ /__ (_) / __ \/ / / / ___/ / _ \/ / / / / / /_/ / /__/ / __/ //_/ /_/\__,_/\___/_/\___/_/ 2.7.9 projectdiscovery.io[WRN] Use with caution. You are responsible for your actions.[WRN] Developers assume no liability and are not responsible for any misuse or damage.[INF] Using Nuclei Engine 2.7.9 (latest)[INF] Using Nuclei Templates 9.2.7 (latest)[INF] Templates added in last update: 50[INF] Templates loaded for scan: 1[2022-11-12 23:39:45] [ocpu-rce] [http] [high] http://127.0.0.1:8004/ocpu/library/base/R/do.call/json
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hi everybody,
Some time ago, I stumbled upon the OpenCPU server while examining the web application and found it vulnerable to unauthorized remote code execution out-of-the-box. I have no experience writing templates, but I wrote the draft to check for RCE. Is it possible to add this template to the nuclei-templates base, or it's too specific? Also, I'm open to discussions on how to improve this template.
reference: SHELLS - BROUGHT TO YOU BY THE LETTER 'R'
curl request to check for RCE:
ocpu.yaml
nuclei output:
All reactions