-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathPipxfile
More file actions
28 lines (21 loc) · 706 Bytes
/
Copy pathPipxfile
File metadata and controls
28 lines (21 loc) · 706 Bytes
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
# Pipxfile — CLI tools managed by pipx
# Format: one package per line. Comments (#) and blank lines are ignored.
# Managed by f5 and install.sh — mirrors the Brewfile pattern.
#
# Install all: pipx install <package>
# Upgrade all: pipx upgrade-all
# Cleanup extra: handled automatically by f5
# Penetration testing — web fuzzing and parameter discovery
arjun
# Penetration testing — WAF detection
wafw00f
# HTTP client — CLI for direct HTTP requests with HTTP/2 support
httpx[cli,http2]
# Packet crafting and network analysis
scapy
# Windows/AD protocol suite: SMB, Kerberos, NTLM, LDAP
impacket
# Knowledge graph generation from any input
graphifyy
# Python linter and formatter
ruff