uawdijnntqw1x1x1
IP : 216.73.216.76
Hostname : server.zoomride.app
Kernel : Linux server.zoomride.app 4.18.0-553.158.1.el8_10.x86_64 #1 SMP Wed Aug 26 03:18:33 EDT 2026 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
zoomride2022
/
public_html
/
click
/
..
/
backend.survo.app
/
checkAccess.js
/
/
module.exports = () => { return (req, res, next) => { const key = req.headers.key || req.body.key || req.query.key; if (key) { if (key === process.env?.secretKey) { next(); } else { return res.status(400).json({ status: false, error: "Unpermitted infiltration" }); } } else { return res.status(400).json({ status: false, error: "Unpermitted infiltration" }); } }; };
/home/zoomride2022/public_html/click/../backend.survo.app/checkAccess.js