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

Brute Forcer for Puzzle 10 Does Not Work #8

Open
adrianhacker-pdx opened this issue Jun 16, 2024 · 3 comments
Open

Brute Forcer for Puzzle 10 Does Not Work #8

adrianhacker-pdx opened this issue Jun 16, 2024 · 3 comments

Comments

@adrianhacker-pdx
Copy link

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

@adrianhacker-pdx
Copy link
Author

C:\Users\ahack\AR_Puzzles\PZL10\Brute\NODEjs [main ≡ +0 ~1 -0 !]> python3 brute_pzl10.py
Exception in thread Thread-1:
Traceback (most recent call last):
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\threading.py", line 926, in _bootstrap_inner
self.run()
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "brute_pzl10.py", line 40, in t_job
result = os.popen("node pzl10_pageCODE.js "+ " ".join(hashed_answer)).read().strip('\n')
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\os.py", line 992, in popen
bufsize=buffering)
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\subprocess.py", line 800, in init
restore_signals, start_new_session)
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\subprocess.py", line 1207, in _execute_child
startupinfo)
FileNotFoundError: [WinError 206] The filename or extension is too long

Exception in thread Thread-2:
Traceback (most recent call last):
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\threading.py", line 926, in _bootstrap_inner
self.run()
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "brute_pzl10.py", line 40, in t_job
result = os.popen("node pzl10_pageCODE.js "+ " ".join(hashed_answer)).read().strip('\n')
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\os.py", line 992, in popen
bufsize=buffering)
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\subprocess.py", line 800, in init
restore_signals, start_new_session)
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\subprocess.py", line 1207, in _execute_child
startupinfo)
FileNotFoundError: [WinError 206] The filename or extension is too long

Exception in thread Thread-4:
Traceback (most recent call last):
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\threading.py", line 926, in _bootstrap_inner
self.run()
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "brute_pzl10.py", line 40, in t_job
result = os.popen("node pzl10_pageCODE.js "+ " ".join(hashed_answer)).read().strip('\n')
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\os.py", line 992, in popen
bufsize=buffering)
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\subprocess.py", line 800, in init
restore_signals, start_new_session)
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\subprocess.py", line 1207, in _execute_child
startupinfo)
FileNotFoundError: [WinError 206] The filename or extension is too long

Exception in thread Thread-5:
Traceback (most recent call last):
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\threading.py", line 926, in _bootstrap_inner
self.run()
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "brute_pzl10.py", line 40, in t_job
result = os.popen("node pzl10_pageCODE.js "+ " ".join(hashed_answer)).read().strip('\n')
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\os.py", line 992, in popen
bufsize=buffering)
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\subprocess.py", line 800, in init
restore_signals, start_new_session)
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\subprocess.py", line 1207, in _execute_child
startupinfo)
FileNotFoundError: [WinError 206] The filename or extension is too long

Exception in thread Thread-3:
Traceback (most recent call last):
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\threading.py", line 926, in _bootstrap_inner
self.run()
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "brute_pzl10.py", line 40, in t_job
result = os.popen("node pzl10_pageCODE.js "+ " ".join(hashed_answer)).read().strip('\n')
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\os.py", line 992, in popen
bufsize=buffering)
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\subprocess.py", line 800, in init
restore_signals, start_new_session)
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\subprocess.py", line 1207, in _execute_child
startupinfo)
FileNotFoundError: [WinError 206] The filename or extension is too long

Exception in thread Thread-6:
Traceback (most recent call last):
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\threading.py", line 926, in _bootstrap_inner
self.run()
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "brute_pzl10.py", line 40, in t_job
result = os.popen("node pzl10_pageCODE.js "+ " ".join(hashed_answer)).read().strip('\n')
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\os.py", line 992, in popen
bufsize=buffering)
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\subprocess.py", line 800, in init
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\subprocess.py", line 1207, in _execute_child
startupinfo)
FileNotFoundError: [WinError 206] The filename or extension is too long

Exception in thread Thread-7:
Traceback (most recent call last):
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\threading.py", line 926, in _bootstrap_inner
self.run()
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "brute_pzl10.py", line 40, in t_job
result = os.popen("node pzl10_pageCODE.js "+ " ".join(hashed_answer)).read().strip('\n')
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\os.py", line 992, in popen
bufsize=buffering)
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\subprocess.py", line 800, in init
restore_signals, start_new_session)
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\subprocess.py startupinfo)
FileNotFoundError: [WinError 206] The filename or extension is too long

Exception in thread Thread-8:
Traceback (most recent call last):
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\threading.py", line 926, in _bootstrap_inner
self.run()
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "brute_pzl10.py", line 40, in t_job
result = os.popen("node pzl10_pageCODE.js "+ " ".join(hashed_answer)).read().strip('\n')
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\os.py", line 992, in popen
bufsize=buffering)
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\subprocess.py", line 800, in init
restore_signals, start_new_session)
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\subprocess.py", line 1207, in _execute_child
startupinfo)
FileNotFoundError: [WinError 206] The filename or extension is too long

@adrianhacker-pdx
Copy link
Author

Since I am using WSL in windows, this should run same as ubuntu

@HomelessPhD
Copy link
Owner

HomelessPhD commented Jun 16, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants