turbosearch 0.1.31-2 source package in Ubuntu

Changelog

turbosearch (0.1.31-2) unstable; urgency=medium

  * Source-only upload to allow testing migration

 -- Josenilson Ferreira da Silva <email address hidden>  Wed, 02 Aug 2023 05:59:45 -0300

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
turbosearch_0.1.31-2.dsc 2.0 KiB 05fbb743c191a69aeca39086ed44a668ae129fa4bce5233f414e547abfdb52a8
turbosearch_0.1.31.orig.tar.gz 1.1 MiB 4e215601a5f4aa7a2f96e8ba6c23a2f7965fe18f159b3e8fd0dedb1b22636cae
turbosearch_0.1.31-2.debian.tar.xz 2.4 KiB a37aa0fa3760c3780d442606199bd9a00fe2a7b6969d3cf2ac8680d4e73945da

Available diffs

No changes file available.

Binary packages built by this source

turbosearch: 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.