/Examples

All of the content you might see or need in a meeting.

Primary LanguagePythonISC LicenseISC

GRAYHATS EXAMPLES
=================

This repository is made up of all the content that you may see in a meeting.

That is, if we remember to put it up here. :-)

Included are:

1. Networking and Wireshark

   This lecture was about basic networking topics, like the OSI Model, TCP, and
   UDP. It also made heavy usage of Wireshark to visually see the packets being
   sent over the network.

   /code/networking/*
   /presentations/wireshark.pdf

2. Metasploit

   This lecture was about basic penetration testing with Metasploit. We made
   use of vulnerable Windows 7 boxes and hacked them with EternalBlue.

   /presentations/metasploit.pdf

3. Network Recon

   This lecture was about how to find nodes on the network you are on with
   nmap. We got a diverse group of boxes and used nmap to figure out what was
   running on them without logging into them.

   /presentations/networkrecon.pdf

4. XSS

   This lecture was about problems in public facing web sites with HTML,
   JavaScript, and SQL. We also learned how to exploit these problems to our
   advantage.
   
   /presentations/xss.pdf

TODO: Do more presentations and add them here!

All content in this repository, unless stated otherwise, is released under the
ISC license. See the LICENSE file for more details.