-
Notifications
You must be signed in to change notification settings - Fork 18
/
web.nix
68 lines (66 loc) · 950 Bytes
/
web.nix
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Tools for working with web servers, web applications, APIs, etc.
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
# apachetomcatscanner
arjun
brakeman
# cameradar
cansina
cariddi
chopchop
clairvoyance
commix
crackql
crlfsuite
dalfox
dismap
dirstalk
dontgo403
forbidden
galer
gau
gospider
gotestwaf
gowitness
graphqlmaker
graphqlmap
graphw00f
hakrawler
python3Packages.hakuin
hey
httpx
nodePackages.hyperpotamus
jaeles
jsubfinder
jwt-hack
katana
kiterunner
mantra
mitmproxy2swagger
monsoon
nikto
nomore403
ntlmrecon
offat
photon
plecost
scraper
slowlorust
snallygaster
subjs
swaggerhole
uddup
wad
webanalyze
websecprobe
whatweb
wprecon
wpscan
wsrepl
wuzz
xcrawl3r
xnlinkfinder
xsubfind3r
];
}