hacking - ovigia/distrosnetinstall GitHub Wiki
hacking
página dedicada às distros de hacking, pentesting, forensics etc |DistroWatch.com
- Kali Linux | Penetration Testing and Ethical Hacking Linux Distribution
- Parrot Project - The best choice for security experts, developers and crypto-addicted people.
- BlackArch Linux - Penetration Testing Distribution
links
- Top 50 InfoSec Blogs You Should Be Reading | Digital Guardian
- LionSec/katoolin: Automatically install all Kali linux tools
- HackerSploit - YouTube
- How to Monitor a Network in Real-Time - Shodan Help Center
- Screetsec/LALIN: this script automatically install any package for pentest with uptodate tools , and lazy command for run the tools like lazynmap , install another and update to new #actually for lazy people hahaha #and Lalin is remake the lazykali with fixed bugs , added new features and uptodate tools . It's compatible with the latest release of Kali (Rolling)
- SSTec Tutorials - YouTube
- Search the Web Privately with Your Own Locally Hosted Searx Instance - YouTube
- Null Byte - YouTube
- SSTec Tutorials - YouTube
- Penetration Testing Tools - Kali Linux
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
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