Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added pwn.guide #88

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ from reading [A Gentle Introduction to Application Security](https://paragonie.c
* [Offensive Computer Security (CIS 4930) FSU](#offensive-computer-security-cis-4930-fsu)
* [Hack Night](#hack-night)
* [Websites](#websites)
* [pwn.guide](#pwnguide)
* [Hack This Site!](#hack-this-site)
* [Enigma Group](#enigma-group)
* [Web App Sec Quiz](#web-app-sec-quiz)
Expand Down Expand Up @@ -328,6 +329,10 @@ Developed from the materials of NYU Poly's old Penetration Testing and Vulnerabi

## Websites

### [pwn.guide](https://pwn.guide)

Learn about application security & other vulnerabilities from approximately 100 tutorials, both free & paid.

### [Hack This Site!](http://www.hackthissite.org)

Learn about application security by attempting to hack this website.
Expand Down