-
Notifications
You must be signed in to change notification settings - Fork 77
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
Problem accent windows client #765
Comments
Is the include defined client side? Another way to workaround this issue is to define your include server-side. |
It is defined server side. By cons, I currently use the option "include_glob": - / include_glob = C:/Users//Desktop |
Yes sorry, I meant |
Hello, I have a file. incexc / profile_poste_windows_standard include_glob = C:/Users//Desktop exclude_regex="C:/Users/Administrateur" exclude_regex = /PrivÃe/ exclude_regex = /ImapMail/ strip_vss = 1 Here is an attachment of the client's backup file: |
Am i oblige to do it manually for this client include_blog = C:/Users/Rémi/Desktop |
Do you run the burp client with the appropriate permissions? |
it's Task Scheduler |
If you open a cmd as admin then run |
I was wondering if there was not an influence if the server was in utf8 or not? |
If you have I don't have any Windows client anymore at hand so I can't give it a proper look, but if you have some time to troubleshoot your issue I'm available on IRC as usual. |
Tomorrow for IRC server side logWARNING: Could not stat C:/Users/RÃmi/AppData/Roaming/Mozilla: Unknown error Client side log /a/Roaming/Mozilla: Unknown error |
I have everything I need to do tests. Just tell me what you need as information. |
Sorry, I had a busy day yesterday and haven't had a chance to have a look at your issue. I'm available on IRC now if you like. |
After I can do a mklink but it's a little ugly. But it seems to work mklink / d "C: \ Users \ Remi" "C: \ Users \ Rémi" |
@grke I just troubleshooted the issue wirh @jacky35 and my guess is the glob evaluation is generating an include list that is not properly handled by Windows. I don't have any Windows development environment anymore (neither the Windows client nor the .exe build tools) so it might take some time for me to give it a proper look. In the meantime I proposed a workaround with the use of |
OK, thanks for the effort and the workaround. |
@jacky35 encoding the burp.conf with utf-8. |
The windows glob stuff uses the windows functions FindFirstFileA and FindNextFileA. Haven't had a chance to prove it yet, but I've got better at understanding this particular brand of windows madness recently, so I might come up with something soon-ish. |
Hello,
I have a problem with a user who uses accents in his name.
The Burp Client refuses to make a backup.
2018-10-15 18:19:09 +0200: burp[13091] Backup started
2018-10-15 18:19:09 +0200: burp[13091] Client version: 2.2.12
2018-10-15 18:19:28 +0200: burp[13091] WARNING: Could not stat C:/Users/Rémi/Desktop: Unknown error
2018-10-15 18:19:28 +0200: burp[13091] WARNING: Could not stat C:/Users/Rémi/Documents: Unknown error
The text was updated successfully, but these errors were encountered: