mikemadden42 / rockyou2024

Quickly search the rockyou2024.txt file
MIT License
21 stars 9 forks source link

Error #2

Open uoqp opened 3 months ago

uoqp commented 3 months ago

┌──(root㉿kali)-[~/rockyou2024/build] └─# ./search Enter the keyword to search: Hunter02 Enter the filename to search in: input.txt
File does not exist: input.txt

┌──(root㉿kali)-[~/rockyou2024/build] └─# ls build.ninja CMakeCache.txt CMakeFiles cmake_install.cmake input.txt search Capture

mikemadden42 commented 3 months ago

@uoqp Please make sure you have the full zip and txt file available before you run the ln command or run the tool. The files are very large so they are not contained in the git repository.

$ ls -lh rockyou2024.txt rockyou2024.zip
-rw-rw-r-- 1 hulk hulk 146G Jun 25 19:20 rockyou2024.txt
-rw-r--r-- 1 hulk hulk  46G Jul  6 17:56 rockyou2024.zip

I'll add a comment in the README.md that you need to already have these files in place.