Binary package “turbosearch” in ubuntu mantic

wordlist url search tool

 TurboSearch is a Python script, brute-force style, that searches text files
 for keywords and returns lines containing those keywords.
 .
 It is designed to help find relevant information in large and complex files
 such as log files or configuration files.
 .
 The program uses regular expressions to find lines that match the specified
 keywords and returns the line number and file name.
 .
 The tool also supports multi-threading, allowing simultaneous connections,
 speeding up the search process.