os:linux:debian_pentest
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| os:linux:debian_pentest [2021/05/16 13:55] – ebaer | os:linux:debian_pentest [2021/05/16 13:58] (current) – ebaer | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Debian Kali ====== | ====== Debian Kali ====== | ||
| + | |||
| + | ===== Apt ===== | ||
| + | |||
| + | ==== Minimal Sources ==== | ||
| <code bash> | <code bash> | ||
| Line 12: | Line 16: | ||
| </ | </ | ||
| + | ==== Max Sources ==== | ||
| + | |||
| + | |||
| + | <file bash source.list> | ||
| + | # | ||
| + | # | ||
| + | # | ||
| + | |||
| + | ###### Debian Main Repos | ||
| + | deb http:// | ||
| + | deb-src http:// | ||
| + | |||
| + | deb http:// | ||
| + | deb-src http:// | ||
| + | |||
| + | deb http:// | ||
| + | deb-src http:// | ||
| + | |||
| + | # | ||
| + | # UNOFFICIAL | ||
| + | # | ||
| + | |||
| + | ###### 3rd Party Binary Repos | ||
| + | ### | ||
| + | #deb http:// | ||
| + | #deb-src http:// | ||
| + | |||
| + | ### | ||
| + | deb http:// | ||
| + | |||
| + | ### | ||
| + | deb [arch=amd64, | ||
| + | |||
| + | ###Sublime Text | ||
| + | deb https:// | ||
| + | |||
| + | ###Typora | ||
| + | deb https:// | ||
| + | |||
| + | ###Visual Studio Code | ||
| + | deb [arch=amd64] https:// | ||
| + | |||
| + | ###Vivaldi Browser | ||
| + | deb [arch=i386, | ||
| + | |||
| + | deb [arch=amd64] https:// | ||
| + | |||
| + | deb http:// | ||
| + | deb http:// | ||
| + | |||
| + | </ | ||
| + | |||
| + | |||
| + | ==== Preferences ==== | ||
| <code bash> | <code bash> | ||
os/linux/debian_pentest.1621166158.txt.gz · Last modified: 2021/05/16 13:55 by ebaer
