2014-08-04 21:29:52 +03:00
## Awesome Penetration Testing
2014-08-04 02:13:53 +03:00
2016-01-20 02:36:50 -02:00
Uma coleção de recursos para testes de penetração impressionante, ferramentas e outras coisas brilhantes.
## Índice
- [Recursos Online ](#recursos-online )
- [Teste de Penetração ](#teste-de-penetração )
- [Desenvolvimento de Shellcode ](#desenvolvimento-de-shellcode )
- [Engenharia Social ](#engenharia-social )
- [Lock Picking (Arte das Fechaduras) ](#lock-picking )
- [Ferramentas ](#ferramentas )
- [Distribuiçoes para Teste de Penetração ](#distribuições-para-teste-de-penetração )
- [Ferramentas Básicas para Teste de Penetração ](#ferramentas-básicas-para-teste-de-penetração )
- [Scanners de Vulnerabilidade ](#scanners-de-vulnerabilidades )
- [Ferramentas para Rede ](#ferramentas-para-rede )
- [Ferramentas para Rede Wireless ](#ferramentas-para-rede-wireless )
- [Ferramentas para Análise de SSL ](#ferramentas-para-análise-de-ssl )
- [Editores Hexadecimal ](#editores-hexadecimal )
2014-09-16 10:50:48 +03:00
- [Crackers ](#crackers )
2014-08-06 11:17:27 +03:00
- [Windows Utils ](#windows-utils )
2016-01-20 02:36:50 -02:00
- [Ferramentas para DDoS ](#ferramentas-para-ddos )
- [Ferramentas para Engenharia Social ](#ferramentas-para-engenharia-social )
- [Ferramentas para OSInt (Levantar de Informações) ](#ferramentas-para-osint )
- [Ferramentas para Anonimato ](#ferramentas-para-anonimato )
- [Ferramentas para Engenharia Reversa ](#ferramentas-para-engenharia-reversa )
- [Livros ](#livros )
- [Livros sobre Teste de Penetração ](#livros-sobre-teste-de-penetração )
- [Manuais Hackers ](#manuais-hackers )
- [Livros sobre Análise de Redes ](#livros-sobre-análise-de-redes )
- [Livros sobre Engenharia Reversa ](#livros-sobre-engenharia-reversa )
- [Livros sobre Análise de Malware ](#livros-sobre-análise-de-malware )
- [Livros sobre Windows ](#livros-sobre-windows )
- [Livros sobre Engenharia Social ](#livros-sobre-engenharia-social )
- [Livros sobre Lock Picking ](#livros-sobre-lock-picking )
- [Banco de Dados de Vulnerabilidades ](#banco-de-dados-de-vulnerabilidades )
- [Cursos de Segurança da Informação ](#cursos-de-segurança-da-informação )
- [Conferências sobre Segurança da Informação ](#conferências-sobre-segurança-da-informação )
- [Revistas sobre Segurança da Informação ](#revistas-sobre-segurança-da-informação )
- [Listas Impressionantes ](#listas-impressionantes )
- [Contribuição ](#contribuição )
- [Licença ](#licença )
2014-08-05 00:28:22 +03:00
2016-01-18 22:13:45 -02:00
### Recursos online
2016-01-20 02:36:50 -02:00
#### Teste de Penetração
2016-01-18 22:13:45 -02:00
* [Metasploit Unleashed ](http://www.offensive-security.com/metasploit-unleashed/ ) - Curso grátis de segurança ofenssiva com metasploit
* [PTES ](http://www.pentest-standard.org/ ) - Execução de teste de penetração padrão
* [OWASP ](https://www.owasp.org/index.php/Main_Page ) - Projeto aberto de segurança em Aplicações web
2014-08-05 03:29:30 +03:00
2016-01-20 02:36:50 -02:00
#### Desenvolvimento de Shellcode
2016-01-18 22:31:50 -02:00
* [Shellcode Examples ](http://shell-storm.org/shellcode/ ) - Database de shellcodes
2014-09-16 11:08:43 +03:00
2016-01-20 02:36:50 -02:00
#### Engenharia Social
2016-01-19 09:56:07 -02:00
* [Framework para engenharia social ](http://www.social-engineer.org/framework/ ) - Uma fonte de informação para os engenheiros sociais
2014-08-04 17:50:13 +03:00
2016-01-20 02:36:50 -02:00
#### Lock Picking
2016-01-18 22:31:50 -02:00
* [Schuyler Towne channel ](http://www.youtube.com/user/SchuylerTowne/ ) - Videos e palestras sobre Lockpicking
2016-01-19 21:21:35 -02:00
* [Lockpicking ](https://www.reddit.com/r/lockpicking ) - Recursos para apredizagem de lockpicking, equipamentos e recomendações.
2014-08-04 17:50:13 +03:00
2016-01-18 22:31:50 -02:00
### Ferramentas
2016-01-20 02:36:50 -02:00
#### Distribuições para Teste de Penetração
2016-01-19 21:21:35 -02:00
* [Kali ](http://www.kali.org/ ) - Uma distribuição linux projeta para testes de penetração e forense.
2016-01-19 09:56:07 -02:00
* [BlackArch ](http://www.blackarch.org/ ) - Distribuição baseada em Arch Linux para testes de penetração e pesquisadores de segurança.
* [NST ](http://networksecuritytoolkit.org/ ) - Distribuição Toolkit para segurança em redes.
* [Pentoo ](http://www.pentoo.ch/ ) - Focado em segurança, baseado em Gentoo.
* [BackBox ](http://www.backbox.org/ ) - Distribuição baseada em Ubuntu para testes de penetração e avaliações de segurança.
2014-08-10 02:54:57 +03:00
2016-01-20 02:36:50 -02:00
#### Ferramentas Básicas para Teste de Penetração
2016-01-19 21:38:53 -02:00
* [Metasploit Framework ](http://www.metasploit.com/ ) - Framework mais usado do mundo para teste de penetração.
* [Burp Suite ](http://portswigger.net/burp/ ) -Uma plataforma integrada para a realização de testes de segurança de aplicações web.
* [ExploitPack ](http://exploitpack.com/ ) - Ferramenta gráfica para testes de penetração com um monte de exploits.
2016-01-20 02:36:50 -02:00
#### Scanners de Vulnerabilidades
2016-01-19 21:38:53 -02:00
* [Netsparker ](https://www.netsparker.com/communityedition/ ) - Scanner de segurança para aplicações web.
* [Nexpose ](https://www.rapid7.com/products/nexpose/ ) - Vulnerabilidade management e software de gestão de risco.
* [Nessus ](http://www.tenable.com/products/nessus ) - Vulnerabilidade, configuração e avaliação de conformidade.
* [Nikto ](https://cirt.net/nikto2 ) - Scanner de vulnerabilidade para aplicações web.
* [OpenVAS ](http://www.openvas.org/ ) - Scanner de vulnerabilidade Open Source.
2016-01-20 18:00:11 -02:00
* [ScanPy ](https://github.com/DevIgor/ScanPy ) - Mapeamento de Hosts, Portas e Serviços.
2016-01-19 21:38:53 -02:00
* [OWASP Zed Attack Proxy ](https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project ) - Ferramenta para testes de penetração em aplicações web.
* [Secapps ](https://secapps.com/ ) - Ambiente integrado de testes de segurança em aplicações web.
* [w3af ](https://github.com/andresriancho/w3af ) - Ataques a aplicações web e quadro de auditoria.
* [Wapiti ](http://wapiti.sourceforge.net/ ) - Scanner de vulnerabilidades de aplicações web.
* [WebReaver ](http://www.webreaver.com/ ) - Scanner de vulnerabilidades de aplicações web para Mac OS X.
2014-08-04 21:28:29 +03:00
2016-01-20 02:36:50 -02:00
#### Ferramentas para Rede
2014-08-10 02:27:48 +03:00
* [nmap ](http://nmap.org/ ) - Free Security Scanner For Network Exploration & Security Audits
* [tcpdump/libpcap ](http://www.tcpdump.org/ ) - A common packet analyzer that runs under the command line
* [Wireshark ](http://www.wireshark.org/ ) - A network protocol analyzer for Unix and Windows
2014-11-08 08:57:42 +06:00
* [Network Tools ](http://network-tools.com/ ) - Different network tools: ping, lookup, whois, etc
2014-08-10 04:44:00 +03:00
* [netsniff-ng ](https://github.com/netsniff-ng/netsniff-ng ) - A Swiss army knife for for network sniffing
2014-11-15 12:08:29 +06:00
* [Intercepter-NG ](http://intercepter.nerf.ru/ ) - a multifunctional network toolkit
2015-01-21 07:52:46 +06:00
* [SPARTA ](http://sparta.secforce.com/ ) - Network Infrastructure Penetration Testing Tool
2014-08-04 21:28:29 +03:00
2016-01-20 02:36:50 -02:00
#### Ferramentas para Rede Wireless
2015-02-06 03:45:03 +02:00
* [Aircrack-ng ](http://www.aircrack-ng.org/ ) - a set of tools for auditing wireless network
2015-02-11 12:37:23 -07:00
* [Kismet ](https://kismetwireless.net/ ) - Wireless network detector, sniffer, and IDS
2015-03-09 05:10:32 +02:00
* [Reaver ](https://code.google.com/p/reaver-wps/ ) - Brute force attack against Wifi Protected Setup
2015-02-06 03:45:03 +02:00
2016-01-20 02:36:50 -02:00
#### Ferramentas para Análise de SSL
2014-10-29 12:55:48 +11:00
* [SSLyze ](https://github.com/nabla-c0d3/sslyze ) - SSL configuration scanner
2015-01-29 20:42:44 +06:00
* [sslstrip ](http://www.thoughtcrime.org/software/sslstrip/ ) - a demonstration of the HTTPS stripping attacks
2014-10-29 12:55:48 +11:00
2016-01-20 02:36:50 -02:00
#### Editores Hexadecimal
2014-08-10 02:27:48 +03:00
* [HexEdit.js ](http://hexed.it/ ) - Browser-based hex editing
2014-08-04 23:55:09 +03:00
2014-09-16 10:47:27 +03:00
#### Crackers
2014-09-16 10:50:48 +03:00
* [John the Ripper ](http://www.openwall.com/john/ ) - Fast password cracker
* [Online MD5 cracker ](http://www.md5crack.com/ ) - Online MD5 hash Cracker
2014-09-16 10:47:27 +03:00
2014-08-05 00:28:22 +03:00
#### Windows Utils
2014-08-04 23:55:09 +03:00
* [Sysinternals Suite ](http://technet.microsoft.com/en-us/sysinternals/bb842062 ) - The Sysinternals Troubleshooting Utilities
2014-11-15 12:08:29 +06:00
* [Windows Credentials Editor ](http://www.ampliasecurity.com/research/windows-credentials-editor/ ) - security tool to list logon sessions and add, change, list and delete associated credentials
2015-02-20 17:20:06 +06:00
* [mimikatz ](http://blog.gentilkiwi.com/mimikatz ) - Credentials extraction tool for Windows OS
2014-08-04 23:55:09 +03:00
2016-01-20 02:36:50 -02:00
#### Ferramentas para DDoS
2014-08-10 02:27:48 +03:00
* [LOIC ](https://github.com/NewEraCracker/LOIC/ ) - An open source network stress tool for Windows
* [JS LOIC ](http://metacortexsecurity.com/tools/anon/LOIC/LOICv1.html ) - JavaScript in-browser version of LOIC
2014-08-04 23:55:09 +03:00
2016-01-20 02:36:50 -02:00
#### Ferramentas para Engenharia Social
2014-08-04 23:55:09 +03:00
* [SET ](https://github.com/trustedsec/social-engineer-toolkit ) - The Social-Engineer Toolkit from TrustedSec
2016-01-20 02:36:50 -02:00
#### Ferramentas para OSInt
2015-02-11 12:20:40 -07:00
* [Maltego ](http://www.paterva.com/web6/products/maltego.php ) - Proprietary software for open source intelligence and forensics, from Paterva.
2016-01-20 02:36:50 -02:00
#### Ferramentas para Anonimato
2014-08-10 02:27:48 +03:00
* [Tor ](https://www.torproject.org/ ) - The free software for enabling onion routing online anonymity
2014-08-04 23:55:09 +03:00
* [I2P ](https://geti2p.net ) - The Invisible Internet Project
2016-01-20 02:36:50 -02:00
#### Ferramentas para Engenharia Reversa
2014-08-10 02:27:48 +03:00
* [IDA Pro ](https://www.hex-rays.com/products/ida/ ) - A Windows, Linux or Mac OS X hosted multi-processor disassembler and debugger
2015-01-13 15:06:14 +06:00
* [IDA Free ](https://www.hex-rays.com/products/ida/support/download_freeware.shtml ) - The freeware version of IDA v5.0
2014-08-10 02:27:48 +03:00
* [WDK/WinDbg ](http://msdn.microsoft.com/en-us/windows/hardware/hh852365.aspx ) - Windows Driver Kit and WinDbg
2014-08-04 22:36:04 +03:00
* [OllyDbg ](http://www.ollydbg.de/ ) - An x86 debugger that emphasizes binary code analysis
2015-01-27 16:02:40 +06:00
* [Radare2 ](http://rada.re/r/index.html ) - Opensource, crossplatform reverse engineering framework.
2015-02-16 23:55:57 +01:00
* [x64_dbg ](http://x64dbg.com/ ) - An open-source x64/x32 debugger for windows.
2015-02-16 23:50:46 +01:00
* [Pyew ](http://code.google.com/p/pyew/ ) - A Python tool for static malware analysis.
2015-02-16 23:51:52 +01:00
* [Bokken ](https://inguma.eu/projects/bokken ) - GUI for Pyew Radare2.
2015-03-07 07:49:48 +02:00
* [Immunity Debugger ](http://debugger.immunityinc.com/ ) - A powerful new way to write exploits and analyze malware
2015-02-17 01:00:23 +01:00
* [Evan's Debugger ](http://www.codef00.com/projects#debugger ) - OllyDbg-like debugger for Linux
2014-08-04 22:36:04 +03:00
2014-08-04 21:28:29 +03:00
2016-01-20 02:36:50 -02:00
### Livros
#### Livros sobre Teste de Penetração
2014-08-04 21:26:20 +03:00
* [The Art of Exploitation by Jon Erickson, 2008 ](http://www.nostarch.com/hacking2.htm )
* [Metasploit: The Penetration Tester's Guide by David Kennedy and others, 2011 ](http://www.nostarch.com/metasploit )
* [Penetration Testing: A Hands-On Introduction to Hacking by Georgia Weidman, 2014 ](http://www.nostarch.com/pentesting )
2014-08-04 22:11:49 +03:00
* [Rtfm: Red Team Field Manual by Ben Clark, 2014 ](http://www.amazon.com/Rtfm-Red-Team-Field-Manual/dp/1494295504/ )
* [The Hacker Playbook by Peter Kim, 2014 ](http://www.amazon.com/The-Hacker-Playbook-Practical-Penetration/dp/1494932636/ )
2014-08-05 02:02:50 +03:00
* [The Basics of Hacking and Penetration Testing by Patrick Engebretson, 2013 ](https://www.elsevier.com/books/the-basics-of-hacking-and-penetration-testing/engebretson/978-1-59749-655-1 )
* [Professional Penetration Testing by Thomas Wilhelm, 2013 ](https://www.elsevier.com/books/professional-penetration-testing/wilhelm/978-1-59749-993-4 )
* [Advanced Penetration Testing for Highly-Secured Environments by Lee Allen,2012 ](http://www.packtpub.com/advanced-penetration-testing-for-highly-secured-environments/book )
2014-08-04 21:49:17 +03:00
* [Violent Python by TJ O'Connor, 2012 ](http://www.elsevier.com/books/violent-python/unknown/978-1-59749-957-6 )
2014-09-17 19:47:55 +03:00
* [Fuzzing: Brute Force Vulnerability Discovery by Michael Sutton, Adam Greene, Pedram Amini, 2007 ](http://www.fuzzing.org/ )
2015-01-09 21:56:56 +06:00
* [Black Hat Python: Python Programming for Hackers and Pentesters, 2014 ](http://www.amazon.com/Black-Hat-Python-Programming-Pentesters/dp/1593275900 )
2015-01-21 08:13:58 +06:00
* [Penetration Testing: Procedures & Methodologies (EC-Council Press),2010 ](http://www.amazon.com/Penetration-Testing-Procedures-Methodologies-EC-Council/dp/1435483677 )
2014-08-04 21:49:17 +03:00
2016-01-20 02:36:50 -02:00
#### Manuais Hackers
2014-08-05 00:32:07 +03:00
* [The Shellcoders Handbook by Chris Anley and others, 2007 ](http://wiley.com/WileyCDA/WileyTitle/productCd-047008023X.html )
* [The Web Application Hackers Handbook by D. Stuttard, M. Pinto, 2011 ](http://wiley.com/WileyCDA/WileyTitle/productCd-1118026470.html )
* [iOS Hackers Handbook by Charlie Miller and others, 2012 ](http://wiley.com/WileyCDA/WileyTitle/productCd-1118204123.html )
* [Android Hackers Handbook by Joshua J. Drake and others, 2014 ](http://wiley.com/WileyCDA/WileyTitle/productCd-111860864X.html )
* [The Browser Hackers Handbook by Wade Alcorn and others, 2014 ](http://wiley.com/WileyCDA/WileyTitle/productCd-1118662091.html )
2015-05-23 00:40:59 +02:00
* [The Mobile Application Hackers Handbook by Dominic Chell and others, 2015 ](http://wiley.com/WileyCDA/WileyTitle/productCd-1118958500.html )
2014-08-04 22:05:33 +03:00
2016-01-20 02:36:50 -02:00
#### Livros sobre Análise de Redes
2014-08-04 21:49:17 +03:00
* [Nmap Network Scanning by Gordon Fyodor Lyon, 2009 ](http://nmap.org/book/ )
2014-08-04 22:38:17 +03:00
* [Practical Packet Analysis by Chris Sanders, 2011 ](http://www.nostarch.com/packet2.htm )
2014-08-04 21:49:17 +03:00
* [Wireshark Network Analysis by by Laura Chappell, Gerald Combs, 2012 ](http://www.wiresharkbook.com/ )
2014-08-04 21:28:29 +03:00
2016-01-20 02:36:50 -02:00
#### Livros sobre Engenharia Reversa
2014-11-12 10:27:58 +02:00
* [Reverse Engineering for Beginners by Dennis Yurichev (free!) ](http://beginners.re/ )
2014-08-04 22:36:04 +03:00
* [The IDA Pro Book by Chris Eagle, 2011 ](http://www.nostarch.com/idapro2.htm )
* [Practical Reverse Engineering by Bruce Dang and others, 2014 ](http://wiley.com/WileyCDA/WileyTitle/productCd-1118787315.html )
2014-11-11 07:33:50 +06:00
* [Reverse Engineering for Beginners ](http://beginners.re/ )
2014-08-04 22:36:04 +03:00
2016-01-20 02:36:50 -02:00
#### Livros sobre Análise de Malware
2014-08-04 22:36:04 +03:00
* [Practical Malware Analysis by Michael Sikorski, Andrew Honig, 2012 ](http://www.nostarch.com/malware )
* [The Art of Memory Forensics by Michael Hale Ligh and others, 2014 ](http://wiley.com/WileyCDA/WileyTitle/productCd-1118825098.html )
2015-02-11 12:37:46 -07:00
* [Malware Analyst's Cookbook and DVD by Michael Hale Ligh and others, 2010 ](http://www.wiley.com/WileyCDA/WileyTitle/productCd-0470613033.html )
2014-08-04 22:36:04 +03:00
2016-01-20 02:36:50 -02:00
#### Livros sobre Windows
2014-08-04 20:57:51 +03:00
* [Windows Internals by Mark Russinovich, David Solomon, Alex Ionescu ](http://technet.microsoft.com/en-us/sysinternals/bb963901.aspx )
2014-08-04 21:28:29 +03:00
2016-01-20 02:36:50 -02:00
#### Livros sobre Engenharia Social
2014-08-04 20:29:04 +03:00
* [The Art of Deception by Kevin D. Mitnick, William L. Simon, 2002 ](http://wiley.com/WileyCDA/WileyTitle/productCd-0471237124.html )
* [The Art of Intrusion by Kevin D. Mitnick, William L. Simon, 2005 ](http://wiley.com/WileyCDA/WileyTitle/productCd-0764569597.html )
* [Ghost in the Wires by Kevin D. Mitnick, William L. Simon, 2011 ](http://www.hachettebookgroup.com/titles/kevin-mitnick/ghost-in-the-wires/9780316134477/ )
* [No Tech Hacking by Johnny Long, Jack Wiles, 2008 ](http://www.elsevier.com/books/no-tech-hacking/mitnick/978-1-59749-215-7 )
* [Social Engineering: The Art of Human Hacking by Christopher Hadnagy, 2010 ](http://wiley.com/WileyCDA/WileyTitle/productCd-0470639539.html )
* [Unmasking the Social Engineer: The Human Element of Security by Christopher Hadnagy, 2014 ](http://wiley.com/WileyCDA/WileyTitle/productCd-1118608577.html )
2015-02-11 12:38:08 -07:00
* [Social Engineering in IT Security: Tools, Tactics, and Techniques by Sharon Conheady, 2014 ](http://www.mhprofessional.com/product.php?isbn=0071818464 )
2014-08-04 20:29:04 +03:00
2016-01-20 02:36:50 -02:00
#### Livros sobre Lock Picking
2014-08-05 02:02:50 +03:00
* [Practical Lock Picking by Deviant Ollam, 2012 ](https://www.elsevier.com/books/practical-lock-picking/ollam/978-1-59749-989-7 )
* [Keys to the Kingdom by Deviant Ollam, 2012 ](https://www.elsevier.com/books/keys-to-the-kingdom/ollam/978-1-59749-983-5 )
2015-02-11 12:30:03 -07:00
* [CIA Lock Picking Field Operative Training Manual ](http://www.scribd.com/doc/7207/CIA-Lock-Picking-Field-Operative-Training-Manual )
* [Lock Picking: Detail Overkill by Solomon ](https://www.dropbox.com/s/y39ix9u9qpqffct/Lockpicking%20Detail%20Overkill.pdf?dl=0 )
* [Eddie the Wire books ](https://www.dropbox.com/sh/k3z4dm4vyyojp3o/AAAIXQuwMmNuCch_StLPUYm-a?dl=0 )
2014-08-05 02:02:50 +03:00
2014-08-10 02:43:20 +03:00
2016-01-20 02:36:50 -02:00
### Banco de Dados de Vulnerabilidades
2014-08-10 02:27:48 +03:00
* [NVD ](http://nvd.nist.gov/ ) - US National Vulnerability Database
* [CERT ](http://www.us-cert.gov/ ) - US Computer Emergency Readiness Team
2014-08-10 02:47:59 +03:00
* [OSVDB ](http://osvdb.org/ ) - Open Sourced Vulnerability Database
2014-08-10 02:43:20 +03:00
* [Bugtraq ](http://www.securityfocus.com/ ) - Symantec SecurityFocus
* [Exploit-DB ](http://www.exploit-db.com/ ) - Offensive Security Exploit Database
* [Fulldisclosure ](http://seclists.org/fulldisclosure/ ) - Full Disclosure Mailing List
* [MS Bulletin ](https://technet.microsoft.com/security/bulletin/ ) - Microsoft Security Bulletin
* [MS Advisory ](https://technet.microsoft.com/security/advisory/ ) - Microsoft Security Advisories
* [Inj3ct0r ](http://1337day.com/ ) - Inj3ct0r Exploit Database
* [Packet Storm ](http://packetstormsecurity.com/ ) - Packet Storm Global Security Resource
* [SecuriTeam ](http://www.securiteam.com/ ) - Securiteam Vulnerability Information
* [CXSecurity ](http://cxsecurity.com/ ) - CSSecurity Bugtraq List
* [Vulnerability Laboratory ](http://www.vulnerability-lab.com/ ) - Vulnerability Research Laboratory
* [ZDI ](http://www.zerodayinitiative.com/ ) - Zero Day Initiative
2014-08-04 20:57:51 +03:00
2016-01-20 02:36:50 -02:00
### Cursos de Segurança da Informação
2014-08-10 02:18:33 +03:00
* [Offensive Security Training ](http://www.offensive-security.com/information-security-training/ ) - Training from BackTrack/Kali developers
* [SANS Security Training ](http://www.sans.org/ ) - Computer Security Training & Certification
2014-12-28 06:23:25 +06:00
* [Open Security Training ](http://opensecuritytraining.info/ ) - Training material for computer security classes
* [CTF Field Guide ](https://trailofbits.github.io/ctf/ ) - everything you need to win your next CTF competition
2015-02-03 21:22:36 +06:00
* [Cybrary ](https://www.cybrary.it/ ) - online IT and Cyber Security training platform
2014-08-10 02:18:33 +03:00
2016-01-20 02:36:50 -02:00
### Conferências sobre Segurança da Informação
2014-08-10 02:27:48 +03:00
* [DEF CON ](https://www.defcon.org/ ) - An annual hacker convention in Las Vegas
* [Black Hat ](http://www.blackhat.com/ ) - An annual security conference in Las Vegas
* [BSides ](http://www.securitybsides.com/ ) - A framework for organising and holding security conferences
* [CCC ](http://events.ccc.de/congress/ ) - An annual meeting of the international hacker scene in Germany
* [DerbyCon ](https://www.derbycon.com/ ) - An annual hacker conference based in Louisville
* [PhreakNIC ](http://phreaknic.info/ ) - A technology conference held annually in middle Tennessee
* [ShmooCon ](http://www.shmoocon.org/ ) - An annual US east coast hacker convention
* [CarolinaCon ](http://www.carolinacon.org/ ) - An infosec conference, held annually in North Carolina
* [HOPE ](http://hope.net/ ) - A conference series sponsored by the hacker magazine 2600
* [SummerCon ](http://www.summercon.org/ ) - One of the oldest hacker conventions, held during Summer
* [Hack.lu ](http://hack.lu/ ) - An annual conference held in Luxembourg
* [HITB ](http://conference.hitb.org/ ) - Deep-knowledge security conference held in Malaysia and The Netherlands
* [Troopers ](https://www.troopers.de ) - Annual international IT Security event with workshops held in Heidelberg, Germany
* [Hack3rCon ](http://hack3rcon.org/ ) - An annual US hacker conference
* [ThotCon ](http://thotcon.org/ ) - An annual US hacker conference held in Chicago
* [LayerOne ](http://www.layerone.org/ ) - An annual US security conerence held every spring in Los Angeles
* [DeepSec ](https://deepsec.net/ ) - Security Conference in Vienna, Austria
* [SkyDogCon ](http://www.skydogcon.com/ ) - A technology conference in Nashville
2015-01-15 14:20:44 +09:00
* [SECUINSIDE ](http://secuinside.com ) - Security Conference in [Seoul ](http://en.wikipedia.org/wiki/Seoul )
2015-02-23 11:50:56 +02:00
* [DefCamp ](http://defcamp.ro ) - Largest Security Conference in Eastern Europe, held anually in Bucharest, Romania
2014-08-05 00:28:22 +03:00
2016-01-20 02:36:50 -02:00
### Revistas sobre Segurança da Informação
2014-08-10 02:27:48 +03:00
* [2600: The Hacker Quarterly ](http://www.2600.com/Magazine/DigitalEditions ) - An American publication about technology and computer "underground"
2015-01-19 20:10:15 +02:00
* [Phrack Magazine ](http://www.phrack.org/ ) - By far the longest running hacker zine
2014-08-04 23:57:20 +03:00
2016-01-20 02:36:50 -02:00
### Listas Impressionantes
2014-08-05 02:51:27 +03:00
* [SecTools ](http://sectools.org/ ) - Top 125 Network Security Tools
2014-08-10 02:27:48 +03:00
* [C/C++ Programming ](https://github.com/fffaraz/awesome-cpp ) - One of the main language for open source security tools
* [.NET Programming ](https://github.com/quozd/awesome-dotnet ) - A software framework for Microsoft Windows platform development
* [Shell Scripting ](https://github.com/alebcay/awesome-shell ) - Command-line frameworks, toolkits, guides and gizmos
* [Ruby Programming by @dreikanter ](https://github.com/dreikanter/ruby-bookmarks ) - The de-facto language for writing exploits
* [Ruby Programming by @markets ](https://github.com/markets/awesome-ruby ) - The de-facto language for writing exploits
* [Ruby Programming by @Sdogruyol ](https://github.com/Sdogruyol/awesome-ruby ) - The de-facto language for writing exploits
* [JavaScript Programming ](https://github.com/sorrycc/awesome-javascript ) - In-browser development and scripting
* [Node.js Programming by @sindresorhus ](https://github.com/sindresorhus/awesome-nodejs ) - JavaScript in command-line
* [Node.js Programming by @vndmtrx ](https://github.com/vndmtrx/awesome-nodejs ) - JavaScript in command-line
* [Python tools for penetration testers ](http://www.dirk-loss.de/python-tools.htm ) - Lots of pentesting tools are written in Python
* [Python Programming by @svaksha ](https://github.com/svaksha/pythonidae ) - General Python programming
* [Python Programming by @vinta ](https://github.com/vinta/awesome-python ) - General Python programming
2015-05-23 00:40:16 +02:00
* [Android Security ](https://github.com/ashishb/android-security-awesome ) - A collection of android security related resources
2014-08-10 02:27:48 +03:00
* [Awesome Awesomness ](https://github.com/bayandin/awesome-awesomeness ) - The List of the Lists
2014-08-05 02:02:50 +03:00
2016-01-20 02:36:50 -02:00
### Contribuição
2014-08-05 00:03:27 +03:00
Your contributions and suggestions are heartily♥ welcome. (✿◕‿◕)
2014-08-05 00:01:19 +03:00
2016-01-20 02:36:50 -02:00
### Licença
2014-08-04 23:57:20 +03:00
[![Creative Commons License ](http://i.creativecommons.org/l/by/4.0/88x31.png )](http://creativecommons.org/licenses/by/4.0/)
2014-10-29 12:55:48 +11:00
This work is licensed under a [Creative Commons Attribution 4.0 International License ](http://creativecommons.org/licenses/by/4.0/ )