pkgbase = aegis-pentest
	pkgdesc = AI-driven web penetration testing orchestrator (PTES + OWASP WSTG)
	pkgver = 0.11.0
	pkgrel = 1
	url = https://github.com/glorybnat/aegis-pentest
	arch = any
	license = MIT
	makedepends = python-build
	makedepends = python-installer
	makedepends = python-hatchling
	makedepends = python-wheel
	depends = python>=3.12
	depends = python-pip
	depends = python-typer
	depends = python-rich
	depends = python-httpx
	depends = python-pydantic
	depends = python-sqlmodel
	depends = python-structlog
	depends = python-jinja
	depends = python-anyio
	depends = python-yaml
	depends = python-dnspython
	depends = python-dateutil
	depends = python-aiosqlite
	depends = python-packaging
	optdepends = nmap: port scanning
	optdepends = nuclei: vulnerability scanning (go install)
	optdepends = subfinder: subdomain enumeration (go install)
	optdepends = httpx: HTTP probing (go install)
	optdepends = ffuf: content discovery (AUR: ffuf)
	optdepends = gobuster: content discovery (AUR: gobuster)
	optdepends = whatweb: web fingerprinting (BlackArch)
	optdepends = wpscan: WordPress scanning (AUR: wpscan)
	optdepends = testssl.sh: TLS analysis (AUR: testssl.sh)
	optdepends = sqlmap: SQL injection testing (BlackArch)
	optdepends = nikto: web server scanner (BlackArch)
	optdepends = katana: web crawler (go install)
	optdepends = amass: OSINT subdomain enum (AUR: amass)
	optdepends = gitleaks: secret scanning (go install)
	optdepends = trufflehog: secret scanning (go install)
	optdepends = gowitness: screenshot tool (go install)
	optdepends = sslscan: SSL/TLS scanner
	optdepends = arjun: HTTP parameter discovery (pipx)
	optdepends = droopescan: Drupal scanner (pipx)
	optdepends = wappalyzer-cli: tech detection (npm)
	optdepends = impacket: Active Directory tooling (pipx)
	optdepends = kerbrute: AD pre-auth user enum (go install)
	optdepends = bloodhound-python: AD path collector (pipx)
	optdepends = certipy: AD CS ESC1..ESC11 enum (pipx)
	optdepends = scoutsuite: multi-cloud config audit (pipx)
	optdepends = cloudsplaining: AWS IAM analysis (pipx)
	optdepends = kube-bench: CIS Kubernetes Benchmark
	optdepends = kube-hunter: K8s vulnerability scan (pipx)
	source = aegis-pentest-0.11.0.tar.gz::https://github.com/glorybnat/aegis-pentest/archive/v0.11.0.tar.gz
	sha256sums = 127e09b7476ac80f229330aeb5a30993658bd1d09e5c8869b899baf9c8fd724a

pkgname = aegis-pentest
