Source: arjun
Section: misc
Priority: optional
Maintainer: Kali Developers <devel@kali.org>
Uploaders: Sophie Brun <sophie@offensive-security.com>
Build-Depends: debhelper-compat (= 13), dh-python, python3-all
Standards-Version: 4.5.0
Homepage: https://github.com/s0md3v/Arjun
Vcs-Browser: https://gitlab.com/kalilinux/packages/arjun
Vcs-Git: https://gitlab.com/kalilinux/packages/arjun.git
Rules-Requires-Root: no

Package: arjun
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: HTTP parameter discovery suite
 This package contains tools to find query parameters for URL enpoints. 
 .
 Web applications use parameters (or queries) to accept user input, take the
 following example into consideration:
 http://api.example.com/v1/userinfo?id=751634589
 This URL seems to load user information for a specific user id, but what if
 there exists a parameter named admin which when set to True makes the endpoint
 provide more information about the user? This is what Arjun does, it finds
 valid HTTP parameters with a huge default dictionary of 25,980 parameter
 names.
