User Tools

Site Tools


os:linux:debian_pentest

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
os:linux:debian_pentest [2021/05/16 13:55] ebaeros: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:
 </code> </code>
  
 +==== Max Sources ====
 +
 +
 +<file bash source.list>
 +#------------------------------------------------------------------------------#
 +#                   OFFICIAL DEBIAN REPOS                    
 +#------------------------------------------------------------------------------#
 +
 +###### Debian Main Repos
 +deb http://deb.debian.org/debian/ testing main contrib non-free
 +deb-src http://deb.debian.org/debian/ testing main contrib non-free
 +
 +deb http://deb.debian.org/debian/ testing-updates main contrib non-free
 +deb-src http://deb.debian.org/debian/ testing-updates main contrib non-free
 +
 +deb http://deb.debian.org/debian-security testing-security main
 +deb-src http://deb.debian.org/debian-security testing-security main
 +
 +#------------------------------------------------------------------------------#
 +#                      UNOFFICIAL  REPOS                       
 +#------------------------------------------------------------------------------#
 +
 +###### 3rd Party Binary Repos
 +###Ghostwriter
 +#deb http://ppa.launchpad.net/wereturtle/ppa/ubuntu bionic main 
 +#deb-src http://ppa.launchpad.net/wereturtle/ppa/ubuntu bionic main
 +
 +###muCommander
 +deb http://apt.mucommander.com stable main non-free contrib
 +
 +###Nextcloud Client
 +deb [arch=amd64,i386] http://download.opensuse.org/repositories/home:/ivaradi/Debian_9.0/ /
 +
 +###Sublime Text
 +deb https://download.sublimetext.com/ apt/stable/
 +
 +###Typora
 +deb https://typora.io/linux ./
 +
 +###Visual Studio Code
 +deb [arch=amd64] https://packages.microsoft.com/repos/vscode/ stable main
 +
 +###Vivaldi Browser
 +deb [arch=i386,amd64] http://repo.vivaldi.com/stable/deb/ stable main
 +
 +deb [arch=amd64] https://download.virtualbox.org/virtualbox/debian groovy contrib
 +
 +deb http://http.kali.org/kali kali-rolling main contrib non-free
 +deb http://http.kali.org/kali kali-bleeding-edge main contrib non-free
 +
 +</file>
 +
 +
 +==== Preferences ====
  
 <code bash> <code bash>
os/linux/debian_pentest.1621166158.txt.gz · Last modified: 2021/05/16 13:55 by ebaer

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki