-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accented Character Encoding Problems When Using Chameleon with PowerShell #8
Comments
Resolved! I changed the function:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I have this function to enable rules in the firewall.
The rules are written in Brazilian Portuguese (PT-BR) and contain accented characters. When the function is run directly in PowerShell, it works correctly and the rules are enabled without any problems. However, when using Chameleon (with the command
python .\chameleon --base64 -t r file.ps -o file1.ps1
), the rules stop working because the accented characters are not interpreted correctly at the PowerShell prompt, resulting in distortions in the text.Rule already enabled: Compartilhamento de Arquivo e Impressora (SMB-Entrada)
AVISO: Rule not found: Coordenador de Transações DistribuÃÂdas (RPC)
AVISO: Rule not found: Coordenador de Transações DistribuÃÂdas (RPC-EPMAP)
AVISO: Rule not found: Coordenador de transações distribuÃÂdas (TCP-Entrada)
Rule already enabled: Gerenciamento Remoto de Tarefas Agendadas (RPC)
Rule already enabled: Gerenciamento Remoto de Tarefas Agendadas (RPC-EPMAP)
AVISO: Rule not found: Gerenciamento de Volumes Remoto - Carregador de Serviço de Disco Virtual (RPC)
The text was updated successfully, but these errors were encountered: