hacking - ovigia/distrosnetinstall GitHub Wiki

hacking

página dedicada às distros de hacking, pentesting, forensics etc |DistroWatch.com

BlackArch Linux

links

dicas

What should my sources.list look like?

/etc/apt/sources.list should be EMPTY

/etc/apt/sources.list.d/parrot.list should contain the following content

deb http://deb.parrotsec.org/parrot stable main contrib non-free
#deb-src http://deb.parrotsec.org/parrot stable main contrib non-free

apt-get install git

.bash_aliases

alias ls='ls --color=always -rthla'

function apt-updater {
	apt-get update &&
	apt-get dist-upgrade -Vy &&
	apt-get autoremove -y &&
	apt-get autoclean &&
	apt-get clean &&
	reboot
	}

terminal multiplexer

apt install tmux screen tilix

Tilix: A tiling terminal emulator

Install Your Favorite Hacking Tools

Aircrack-ng: Wireless WEP/WPA cracking utilities.
BeEF: Browser exploitation framework via web applications.
Burp Suite: Graphical application designed for web application security.
Hydra: Login password brute-forcing utility.
Nikto: Web server security scanner.
Maltego: Open-source forensics and intelligence gathering.
Nmap: Port scanner and network mapper.
Wireshark: Graphical application for network traffic analysis.

apt-get install maltego metasploit-framework burpsuite wireshark aircrack-ng hydra nmap beef-xss nikto