Skip to content
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

process cannot access the file because it is being used by another process. #233

Closed
doge-dog opened this issue Jul 31, 2023 · 7 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@doge-dog
Copy link

[ERROR] [main.go:55,func1] open : The system cannot find the file specified.
[ERROR] [main.go:55,func1] open C:\Users\Administrator\AppData\Local\Google\Chrome\User Data\Default\Network\Cookies: The process cannot access the file because it is being used by another process.
[NOTICE] [browsingdata.go:72,Output] output to file results/chrome_def_sessionstorage.csv success
[ERROR] [main.go:55,func1] open : The system cannot find the file specified.
[NOTICE] [browsingdata.go:72,Output] output to file results/firefox_default_bookmark.csv success
[NOTICE] [browsingdata.go:72,Output] output to file results/firefox_default_history.csv success

@moonD4rk moonD4rk self-assigned this Aug 4, 2023
@moonD4rk moonD4rk added the bug Something isn't working label Aug 4, 2023
@kuA35sSaasd
Copy link

[ERROR] [main.go:55,func1] open C:\Users\xxx\AppData\Local\Google\Chrome\User Data\Default\Network\Cookies: The process cannot access the file because it is being used by another process.

+1

@doge-dog
Copy link
Author

原因:由于新版本chrome对cookies文件做了lock操作,导致读取失败

@doge-dog
Copy link
Author

通过创建卷影成功提取Cookies文件,可参考写成自动化

@23jdn
Copy link

23jdn commented Aug 15, 2023

通过创建卷影成功提取Cookies文件,可参考写成自动化

如何进行卷影复制,有相关文章链接吗? 类似与对该文件创建快照吗

@doge-dog
Copy link
Author

通过创建卷影成功提取Cookies文件,可参考写成自动化

如何进行卷影复制,有相关文章链接吗? 类似与对该文件创建快照吗

跟操作ntds一样的原理,做个快照把文件拷出来解析

@doge-dog
Copy link
Author

已找到平替方法,通过rawcopy一样可以实现cookies文件的copy,https://github.com/kmahyyg/go-rawcopy

@moonD4rk
Copy link
Owner

moonD4rk commented Jan 9, 2024

Discuss the specific solution to this issue in this ISSUSE. 👇↳

#243

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants