shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
socialite.brannanatkinson.com
/
node_modules
/
tailwindcss
/
src
/
util
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
flattenColorPalette.js
const flattenColorPalette = (colors) => Object.assign( {}, ...Object.entries(colors ?? {}).flatMap(([color, values]) => typeof values == 'object' ? Object.entries(flattenColorPalette(values)).map(([number, hex]) => ({ [color + (number === 'DEFAULT' ? '' : `-${number}`)]: hex, })) : [{ [`${color}`]: values }] ) ) export default flattenColorPalette
© 2026 UnknownSec