-
Notifications
You must be signed in to change notification settings - Fork 87
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
Executable runs very slow, < 1000/s #55
Comments
Using the same setup i reached really more than that can you share the command you are using please ? |
Here's the command:
|
If I use this command, I get about the same speed: If I put a simple password on a PDF, I can get it to work, so I know the cracking attempts are valid and can be successful It's just too slow to be useful for me. |
You need to specify the number of cores too. Please try pdfrip -f Andy.pdf -n 8 range 00000 99999. Where 8 is the number of threads. I can see that this information is not mentioned clearly in the ReadMe. You can change the number of threads till you get the maximum OPS. |
2025-01-24T15:24:31.290Z INFO engine > Starting password cracking job... Still under 1000/s. There were reports of 50k/sec. Is my processor simply that slow? |
Try a bruteforce with default-query instead of wordlist and check the OPS. If the default-query gives much better results this might be a disk issue |
No love. pdfrip -f Andy.pdf -n 8 default-query --max-length 8 2025-01-24T15:31:37.949Z INFO engine > Starting password cracking job... 200k years! That's a long time! |
Well the operations per second that matters. This is a CPU issue if your CPU is already at 100% check what other apps are concurring on computing time. I have the same CPU and I got better results this can only means that something is blocking your process from getting all CPU it needs |
PDF Rip is taking 72% of CPU, which seems to max out at 75% total. Hmmm, I wonder if I've throttled it for some reason. |
maybe I'll restart and try again. I'll look at the BIOS settings. |
Okay and try with lower thread numbers i guess this CPU have 4 logical cores so having 8 might be more than needed try with 4 threads too. |
I am getting sub 1000 attempts/sec. How can I speed it up? I have tried various number of threads, but it doesn't speed up above 1000.
Example:
.___ _____ .__
______ | _// _____||____
____ \ / __ |\ \ __ \ ___
| |> > // | | | | | / | |> >
| /_ | || || || /
|| / || 2.0.1
2025-01-22T15:35:05.118Z INFO engine > Starting password cracking job...
⠦ [00:03:35] [░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 80000/100000000 0% 857/s ETA: 3d
I have an older laptop. Core i7-6820 at 2.4GHz. w/ 16GB memory.
The text was updated successfully, but these errors were encountered: