File: control

package info (click to toggle)
sucrack 1.2.3-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 656 kB
  • sloc: sh: 3,197; ansic: 1,445; makefile: 15
file content (24 lines) | stat: -rw-r--r-- 1,059 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
Source: sucrack
Section: admin
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders: Sophie Brun <sophie@freexian.com>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://labs.portcullis.co.uk/tools/sucrack/
Vcs-Git: https://salsa.debian.org/pkg-security-team/sucrack.git
Vcs-Browser: https://salsa.debian.org/pkg-security-team/sucrack

Package: sucrack
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: multithreaded su bruteforcer
 sucrack is a multithreaded Linux/UNIX tool for cracking local
 user accounts via wordlist bruteforcing su. This tool comes in
 handy when you've gained access to a low-privilege user account
 but are allowed to su to other users. Many su implementations
 require a pseudo terminal to be attached in order to take the
 password from the user. This can't be easily achieved with a
 simple shell script. This tool, written in C, is highly
 efficient and can attempt multiple logins at the same time.