-
Notifications
You must be signed in to change notification settings - Fork 38
/
control
734 lines (701 loc) · 15 KB
/
control
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
Source: parrot-tools
Priority: optional
Maintainer: Parrot Team <team@parrotsec.org>
Uploaders:
Lorenzo "Palinuro" Faletra <palinuro@parrotsec.org>
Nong Hoang "Dmknght" Tu <dmknght@parrotsec.org>
Standards-Version: 4.5.1
Section: metapackages
Build-Depends: debhelper (>= 12)
Build-Depends-Indep: pkg-config
Homepage: https://www.parrotsec.org/
Package: parrot-meta-crypto
Architecture: all
Depends: zulucrypt-cli, zulucrypt-gui, zulumount-gui, zulupolkit
Recommends: gpa, sirikali, gocryptfs, cryfs, encryptpad
Suggests: parrot-privacy
Section: metapackages
Priority: optional
Homepage: https://www.parrotsec.org
Description: Parrot Encryption Tools
This is Parrot Security,
a security focused GNU/Linux distribution.
.
This metapackage provides the cryptographic tools.
Package: parrot-meta-privacy
Architecture: any
Depends: anonsurf, tor, torbrowser-launcher
Recommends: nyx, mat2, anonsurf-gtk, anonsurf-cli, onionshare
Suggests: parrot-crypto, onioncircuits
Provides: parrot-anon
Section: metapackages
Priority: optional
Homepage: https://www.parrotsec.org
Description: Parrot Privacy Protection Tools
This is Parrot Security,
a security focused GNU/Linux distribution.
.
This metapackage provides the privacy protection tools.
Package: parrot-meta-devel
Architecture: all
Depends: geany
Recommends: codium, git, python3, python3-pip, python3-venv, neovim
Suggests: parrot-meta-devel-tools, parrot-meta-devel-extra
Section: metapackages
Priority: optional
Homepage: https://www.parrotsec.org
Description: Parrot Development Tools (IDEs & utilities)
This is Parrot Security,
a security focused GNU/Linux distribution.
.
This metapackage provides the development environments for
various programming languages.
Package: parrot-meta-devel-tools
Architecture: all
Depends: gcc, g++, python3, python3-pip
Recommends: default-jdk, cargo, php-cli, golang, nodejs, npm, ruby, git-cola, meld, dbeaver, sqlitebrowser
Suggests: parrot-meta-devel-extra
Section: metapackages
Priority: optional
Homepage: https://www.parrotsec.org
Description: Parrot Development tools (compilers & tools)
This is Parrot Security,
a security focused GNU/Linux distribution.
.
This metapackage provides the compilers, interpreters and tools
for various programming languages.
Package: parrot-meta-devel-extra
Architecture: all
Depends: parrot-meta-devel-tools
Recommends: parrot-meta-devel-node, mono-devel, mono-runtime, perl6, qtcreator, qtbase5-dev, qt5-default, qt5-qmake, cython3, edb-debugger, jad, flasm, nasm, cmake, valgrind, devscripts, build-essential
Suggests: gdb, clang
Section: metapackages
Priority: optional
Homepage: https://www.parrotsec.org
Description: Parrot Development tools (extra tools)
This is Parrot Security,
a security focused GNU/Linux distribution.
.
This metapackage provides the compilers, interpreters and tools
for various programming languages.
Package: parrot-meta-devel-python
Architecture: all
Depends: python3, python3-pip
Recommends: cython3, python3-virtualenv, python3-aiohttp, python3-requests, python3-matplotlib, python3-keras, python3-opencv, python3-django, python3-flask
Section: metapackages
Priority: optional
Homepage: https://www.parrotsec.org
Description: Parrot Development kit for Python
This metapackage provides a ready to use set of tools to work with python.
Package: parrot-meta-devel-node
Architecture: all
Depends: nodejs, npm
Suggests: chromium
Section: metapackages
Priority: optional
Homepage: https://www.parrotsec.org
Description: Parrot Development kit for NodeJS
This metapackage provides a ready to use set of tools to work with nodejs.
Package: parrot-meta-devel-dotnet
Architecture: all
Depends: mono-devel, mono-runtime, powershell
Recommends: mono-complete, mono-tools
Section: metapackages
Priority: optional
Homepage: https://www.parrotsec.org
Description: Parrot Development kit for .NET/MONO
This metapackage provides a ready to use set of tools to work with Microsoft .NET and MONO.
Package: parrot-meta-devel-nim
Architecture: all
Depends: nim
Recommends: libnim-gintro-dev
Section: metapackages
Priority: optional
Homepage: https://www.parrotsec.org
Description: Parrot Development kit for Nim lang
This metapackage provides a ready to use set of tools to work with the NIM programming language.
Package: parrot-meta-devel-golang
Architecture: all
Depends: golang-go
Recommends: golang, golang-src, golang-doc,
golang-easyjson, golang-github-gin-gonic-gin-dev, golang-github-go-chef-chef-dev,
golang-github-go-errors-errors-dev, golang-github-go-kit-kit-dev, golang-github-go-ini-ini-dev,
golang-github-go-ldap-ldap-dev, golang-github-go-logfmt-logfmt-dev, golang-github-go-redis-redis-dev,
golang-github-gorhill-cronexpr-dev, golang-github-gorilla-context-dev, golang-github-gorilla-csrf-dev,
golang-github-boj-redistore-dev, golang-github-gorilla-handlers-dev, golang-github-gorilla-mux-dev,
golang-github-gorilla-pat-dev, golang-github-gorilla-rpc-dev, golang-github-gorilla-securecookie-dev,
golang-github-gorilla-sessions-dev, golang-github-gorilla-websocket-dev, golang-github-gotk3-gotk3-dev,
golang-golang-x-crypto-dev, golang-golang-x-image-dev, golang-golang-x-mod-dev, golang-golang-x-net-dev,
golang-golang-x-sys-dev, golang-golang-x-time-dev, golang-golang-x-tools-dev,
Section: metapackages
Priority: optional
Homepage: https://www.parrotsec.org
Description: Parrot Development kit for Go (Golang)
This metapackage provides a ready to use set of tools to work with the Go programming language (Golang).
Package: vscodium
Architecture: all
Depends: codium
Replaces: vscodium (< 1.35)
Breaks: vscodium (< 1.35)
Section: metapackages
Priority: optional
Homepage: https://www.vscodium.com
Description: Free/Libre Open Source Software Binaries of VSCode
Transitional package. Moved to codium.
.
This metapackage provides the compilers, interpreters and tools
for various programming languages.
Package: parrot-tools-infogathering
Architecture: all
Recommends:
arp-scan,
0trace,
amap,
arping,
braa,
thc-ipv6,
dmitry,
dnsenum,
dnsmap,
enum4linux,
etherape,
fping,
gobuster,
hping3,
ike-scan,
intrace,
irpas,
lbd,
maltego,
masscan,
nbtscan,
netdiscover,
nmap,
onesixtyone,
p0f,
recon-ng,
smbclient,
smbmap,
smtp-user-enum,
snmpcheck,
ssldump,
sslh,
sslscan,
sslyze,
swaks,
theharvester,
unicornscan,
ismtp,
python3-shodan,
emailharvester,
instaloader,
inspy,
sherlock,
nmapsi4,
Section: metapackages
Priority: optional
Description: Pentest tools for information gathering
Reconnaissance against a target to gather as much information
as possible to be utilized when penetrating the target during
the vulnerability assessment and exploitation phases.
Package: parrot-tools-vuln
Architecture: all
Recommends:
afl,
doona,
dhcpig,
enumiax,
gvm,
iaxflood,
inviteflood,
dsniff,
ohrwurm,
protos-sip,
rtpbreak,
rtpflood,
rtpinsertsound,
rtpmixsound,
sipp,
slowhttptest,
spike,
sipvicious,
thc-ssl-dos,
unix-privesc-check,
voiphopper,
yersinia,
siparmyknife,
sctpscan,
cisco-ocs,
cisco-torch,
copy-router-config,
Section: metapackages
Priority: optional
Description: Pentest tools for vulnerability analysis
Discovering flaws in systems and applications which can be
leveraged by an attacker. These flaws can range anywhere
from host and service misconfiguration, or insecure
application design.
Package: parrot-tools-web
Architecture: all
Recommends:
burpsuite,
commix,
davtest,
dirb,
dirbuster,
gobuster,
joomscan,
jsql-injection,
nikto,
padbuster,
skipfish,
wfuzz,
whatweb,
wig,
wpscan,
xsser,
zaproxy,
wafw00f,
parsero,
Section: metapackages
Priority: optional
Description: Pentest tools for web analysis
Discovering information and flaws in web applications
layer.
Package: parrot-tools-pwn
Architecture: all
Recommends:
armitage,
beef-xss,
commix,
thc-ipv6,
jsql-injection,
king-phisher,
mdbtools,
metasploit-framework,
oscanner,
pompem,
set,
shellnoob,
sidguesser,
sqldict,
sqlitebrowser,
sqlmap,
sqlninja,
sqlsus,
websploit,
unicorn-magic,
backdoor-factory,
kerberoast,
mimikatz,
netexec,
powershell,
powershell-empire,
evil-winrm,
Section: metapackages
Priority: optional
Description: Pentest tools for exploitation
Establishing access to a system or resource
by bypassing security restrictions.
Package: parrot-tools-maintain
Architecture: all
Recommends:
ncat-w32,
powercat,
dns2tcp,
hyperion,
iodine,
laudanum,
nishang,
proxychains,
proxytunnel,
ptunnel,
pwnat,
sbd,
shellter,
socat,
sslh,
stunnel4,
udptunnel,
webacoo,
weevely,
windows-binaries,
backdoor-factory,
webshells,
powershell,
powershell-empire,
evil-winrm,
Section: metapackages
Priority: optional
Description: Pentest tools for maintaining access
A collection of tools used for maintaining access once
a connection has been established.
Package: parrot-tools-postexploit
Architecture: all
Recommends:
mimikatz,
powersploit,
passing-the-hash,
wce,
xspy,
lynis,
linux-exploit-suggester
Section: metapackages
Priority: optional
Description: Pentest tools for post exploitation
Determine the value of the machine compromised and
to maintain control of the machine for later use.
Package: parrot-tools-password
Architecture: all
Recommends:
brutespray,
cewl,
changeme,
chntpw,
cmospwd,
crackle,
crunch,
fcrackzip,
hashcat,
hashid,
hydra,
john,
johnny,
pack,
medusa,
onesixtyone,
ophcrack-cli,
ophcrack,
pdfcrack,
pipal,
pixiewps,
rainbowcrack,
rarcrack,
rcracki-mt,
rsmangler,
samdump2,
sipcrack,
sucrack,
thc-pptp-bruter,
truecrack,
twofi,
wordlists,
device-pharmer,
statsprocessor,
Section: metapackages
Priority: optional
Description: Pentest tools for password attack
A collection of tools used for password attacks such as
creating wordlists, brute force.
Package: parrot-tools-wireless
Architecture: all
Recommends:
aircrack-ng,
airgeddon,
asleap,
bluelog,
blueranger,
bluesnarfer,
btscanner,
bluez-hcidump,
bully,
cowpatty,
crackle,
eapmd5pass,
fern-wifi-cracker,
hackrf,
inspectrum,
king-phisher,
mdk3,
mfcuk,
mfoc,
mfterm,
libfreefare-bin,
libnfc-bin,
pixiewps,
reaver,
redfang,
rfcat,
rtlsdr-scanner,
ubertooth,
wifi-honey,
wifite,
yersinia,
Section: metapackages
Priority: optional
Description: Pentest tools for wireless exploitation
A collection of tools used for wireless audits, attacks and exploits.
Package: parrot-tools-sniff
Architecture: all
Recommends:
bettercap,
chaosreader,
darkstat,
dnschef,
dsniff,
sniffjoke,
tcpflow,
driftnet,
etherape,
ettercap-graphical,
thc-ipv6,
fiked,
hamster-sidejack,
hexinject,
isr-evilgrade,
mitmproxy,
netsniff-ng,
rebind,
responder,
sslsniff,
sslsplit,
tcpreplay,
wifi-honey,
wireshark,
yersinia,
Section: metapackages
Priority: optional
Description: Pentest tools for network sniffing
A collection of tools used for monitoring and sniffing
the data flowing over computer networks.
Package: parrot-tools-forensics
Architecture: all
Recommends:
afflib-tools,
dumpzilla,
extundelete,
rifiuti,
ewf-tools,
cabextract,
autopsy,
binwalk,
sleuthkit,
dc3dd,
dcfldd,
ddrescue,
dex2jar,
ewf-tools,
extundelete,
foremost,
galleta,
gtkhash,
guymager,
hashdeep,
magicrescue,
missidentify,
pasco,
pdf-parser,
pdfid,
pev,
recoverjpeg,
reglookup,
regripper,
rifiuti,
rifiuti2,
safecopy,
scalpel,
scrounge-ntfs,
vinetto,
xplico,
rsync,
inetsim,
forensic-artifacts,
galleta,
gpp-decrypt,
guymager,
smartmontools,
yara,
Section: metapackages
Priority: optional
Description: Pentest tools for forensics
A Collection of tools used for identification, collection,
preservation, acquisition, investigation, analysis and reporting
of digital devices and data.
Package: parrot-tools-automotive
Architecture: all
Recommends: can-utils,
parrot-meta-sdr,
gscanbus,
can-utils,
scantool,
ow-tools,
ow-shell,
Section: metapackages
Priority: optional
Description: Pentest tools for vehicle hacking
A collection of tools for testing and exploiting
vulnerabilities in car-hacking/automotive.
Package: parrot-tools-reversing
Architecture: all
Recommends:
clang,
dex2jar,
edb-debugger,
gdb,
ghidra,
javasnoop,
rizin,
rizin-cutter,
smali,
firmware-mod-kit
Section: metapackages
Priority: optional
Description: Pentest tools for reverse engineering
A collection of tools used for reverse engineering
software and binaries
Package: parrot-tools-reporting
Architecture: all
Recommends:
eyewitness,
Section: metapackages
Priority: optional
Description: Pentest tools for reporting
A collection of tools used for gathering data and reports
when performing pentests.
Package: parrot-tools-full
Architecture: any
Recommends: parrot-tools,
parrot-tools-infogathering,
parrot-tools-vuln,
parrot-tools-web,
parrot-tools-pwn,
parrot-tools-maintain,
parrot-tools-postexploit,
parrot-tools-password,
parrot-tools-wireless,
parrot-tools-sniff,
parrot-tools-forensics,
parrot-tools-automotive,
parrot-tools-reversing,
parrot-tools-reporting,
parrot-tools-cloud,
parrot-meta-crypto,
vokoscreen,
impacket-scripts,
ngrep,
netsed,
osslsigncode,
arpwatch,
vlan,
Section: metapackages
Priority: optional
Description: Metapackage that installs a full penetration testing environment
This is Parrot Security OS,
a security focused GNU/Linux distribution.
.
This metapackage depends on ALL the packages that are installed by default
on a FULL Parrot system.
Package: parrot-tools-cloud
Architecture: any
Recommends: aircrack-ng,
arping,
crunch,
davtest,
dc3dd,
dhcpig,
dirb,
dirbuster,
dmitry,
dns2tcp,
dnschef,
dnsenum,
dnsmap,
dos2unix,
eapmd5pass,
enumiax,
ethtool,
fcrackzip,
fping,
hashcat,
hping3,
iaxflood,
impacket-scripts,
iodine,
isr-evilgrade,
john,
joomscan,
laudanum,
links,
lynis,
maskprocessor,
medusa,
metasploit-framework,
miredo,
miredo-server,
mitmproxy,
nasm,
nbtscan,
ncrack,
netdiscover,
nikto,
nmap,
openssh-server,
ophcrack-cli,
oscanner,
p0f,
powersploit,
proxychains,
proxytunnel,
ptunnel,
pwnat,
crackmapexec,
netexec,
rainbowcrack,
sbd,
set,
sfuzz,
siege,
skipfish,
smbclient,
smbmap,
smtp-user-enum,
snmpcheck,
socat,
spiderfoot,
sqldict,
sqlmap,
sqlninja,
sqlsus,
websploit,
ssldump,
sslscan,
sslsniff,
tcpdump,
t50,
thc-ipv6,
thc-ssl-dos,
theharvester,
traceroute,
whois,
truecrack,
udptunnel,
unix-privesc-check,
webacoo,
webshells,
websploit,
weevely,
whatweb,
etherwake,
wpscan,
xprobe,
xsser,
yersinia,
beef-xss [amd64 i386],
hexinject,
cloud-enum,
azure-cli,
godoh,
s3scanner,
s3backer,
node-aws4,
awscli,
cloudbrute,
rsync,
netexec,
evil-winrm,
rclone
Section: metapackages
Priority: optional
Description: Pentest tools for cloud environments
A collection of headless tools that can be useful in
a remotely controlled cloud environment.