-
Notifications
You must be signed in to change notification settings - Fork 9
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
Brute Forcer for Puzzle 10 Does Not Work #8
Comments
C:\Users\ahack\AR_Puzzles\PZL10\Brute\NODEjs [main ≡ +0 ~1 -0 !]> python3 brute_pzl10.py Exception in thread Thread-2: Exception in thread Thread-4: Exception in thread Thread-5: Exception in thread Thread-3: Exception in thread Thread-6: Exception in thread Thread-7: Exception in thread Thread-8: |
Since I am using WSL in windows, this should run same as ubuntu |
ouufffff...
Well, it can be run on windows (but i written it for linux).... On windows
i guess you'd better reduce the butch size from 500 to something less....
20 or 50.... (and be sure that you have nodjs installed and accessible form
under command line)
and.... JS version is slow.... i guess i shoul add the GO version for the
10 on the github too...
…On Sun, Jun 16, 2024 at 6:37 AM Adrian Hacker ***@***.***> wrote:
Since I am using WSL in windows, this should run same as ubuntu
—
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATG2IU6ZGNZPCPVLKI6U6PDZHUI7PAVCNFSM6AAAAABJMIK7CCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNZRGA2DENRTG4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Tried on both Ubuntu and Windows. This is as far as the log file gets
15/06/2024 20:59:59: Reading the list of keys.....
15/06/2024 21:00:00: .........keys have been read.
15/06/2024 21:00:00: Reading the brutted answers.....
15/06/2024 21:00:00: .........brutted answers have been read.
15/06/2024 21:00:00: Preparing the list of answers....
15/06/2024 21:00:00: ............ answers list prepared
15/06/2024 21:00:00: 1048577 answers to be brutted, 0 skipped (already been brutted)
15/06/2024 21:00:00: Total size of the answers list is: 1048577
15/06/2024 21:00:00: 0: 0, 131072
15/06/2024 21:00:03: 1: 131073, 262145
15/06/2024 21:00:07: 2: 262146, 393218
15/06/2024 21:00:10: 3: 393219, 524291
15/06/2024 21:00:13: 4: 524292, 655364
15/06/2024 21:00:16: 5: 655365, 786437
15/06/2024 21:00:21: 6: 786438, 917510
15/06/2024 21:00:23: 7: 917511, 1048576
15/06/2024 21:10:42: Reading the list of keys.....
15/06/2024 21:10:43: .........keys have been read.
15/06/2024 21:10:43: Reading the brutted answers.....
15/06/2024 21:10:43: .........brutted answers have been read.
15/06/2024 21:10:43: Preparing the list of answers....
15/06/2024 21:10:43: ............ answers list prepared
15/06/2024 21:10:43: 1048577 answers to be brutted, 0 skipped (already been brutted)
15/06/2024 21:10:43: Total size of the answers list is: 1048577
15/06/2024 21:10:43: 0: 0, 1048576
15/06/2024 21:15:26: Reading the list of keys.....
15/06/2024 21:15:27: .........keys have been read.
15/06/2024 21:15:27: Reading the brutted answers.....
15/06/2024 21:15:27: .........brutted answers have been read.
15/06/2024 21:15:27: Preparing the list of answers....
15/06/2024 21:15:28: ............ answers list prepared
15/06/2024 21:15:28: 1048577 answers to be brutted, 0 skipped (already been brutted)
15/06/2024 21:15:28: Total size of the answers list is: 1048577
The text was updated successfully, but these errors were encountered: