File: control

package info (click to toggle)
turbosearch 0.1.34-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,756 kB
  • sloc: python: 2,313; makefile: 10
file content (34 lines) | stat: -rw-r--r-- 1,302 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Source: turbosearch
Section: net
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-python,
               jdupes,
               python3-all,
               python3-colorama,
               python3-requests,
               python3-setuptools,
               python3-bs4,
Standards-Version: 4.7.2
Homepage: https://github.com/helviojunior/turbosearch
Vcs-Browser: https://salsa.debian.org/python-team/packages/turbosearch
Vcs-Git: https://salsa.debian.org/python-team/packages/turbosearch.git

Package: turbosearch
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Description: 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.