chromepass
chromepass copied to clipboard
Chromepass - Hacking Chrome Saved Passwords
[+] Building Server Compiling proc-macro2 v1.0.28 Compiling syn v1.0.74 Compiling winapi v0.3.9 Compiling memchr v2.4.0 Compiling futures-core v0.3.16 Compiling proc-macro-hack v0.5.19 Compiling log v0.4.14 Compiling futures-sink v0.3.16 Compiling lazy_static v1.4.0...
I've built the most recent version and the client and server are working perfectly but no emails are received. Is there any way to check on the client to check...
I had this running great. I would double click the client, I would see the connection to the server and then the text files would generate. Then all of a...
An error occurred while building the client. Although server was built successfully. ``` error[E0793]: reference to packed field is unaligned --> C:\Users\user\.cargo\registry\src\github.com-1ecc6299db9ec823\ntapi-0.3.6\src\ntexapi.rs:2785:52 | 2785 | *tick_count.QuadPart_mut() = read_volatile(&(*USER_SHARED_DATA).u.TickCountQuad); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
the compile finished with no error but when I run the app nothing get sent to my email
Bumps [h2](https://github.com/hyperium/h2) from 0.3.13 to 0.3.17. Release notes Sourced from h2's releases. v0.3.17 What's Changed Add Error::is_library() method to check if the originated inside h2. Add max_pending_accept_reset_streams(usize) option to client...
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.33 to 0.10.48. Release notes Sourced from openssl's releases. openssl v0.10.48 What's Changed Fix LibreSSL version checking in openssl/ by @alex in sfackler/rust-openssl#1851 Skip a test that...
Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.7.0 to 3.12.0. Changelog Sourced from bumpalo's changelog. 3.12.0 Released 2023-01-17. Added Added the bumpalo::boxed::Box::bump and bumpalo::collections::String::bump getters to get the underlying Bump that a string or...
Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.6.1 to 3.12.0. Changelog Sourced from bumpalo's changelog. 3.12.0 Released 2023-01-17. Added Added the bumpalo::boxed::Box::bump and bumpalo::collections::String::bump getters to get the underlying Bump that a string or...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...