forked from DevOpsandSRE/tech-resources
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Joseph Ziegler
committed
Mar 18, 2018
1 parent
8c08621
commit 9c63d0f
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
### Python Resources | ||
------ | ||
|
||
#### Training | ||
|
||
* [Damn Vulnerable Web Application (DVWA)](http://www.dvwa.co.uk/) | ||
As the name suggests, this is a MySQL/PHP web application that is vulnerable. It is there as a teaching aid for web developers, educators and security professionals. | ||
|
||
* [Metasploitable](https://community.rapid7.com/docs/DOC-1875) | ||
This is a virtual machine that was intentionally made vulnerable. It runs on Ubuntu Linux and is designed to be hacked by metasploit and other known hacking tools. | ||
|
||
* [NATAS](http://overthewire.org/wargames/natas/) | ||
NATAS is a war game created by OverThewire. It is there to teach you the basics of server side web security. | ||
|
||
* [SlaveHack](http://www.slavehack.com/) | ||
Another hack simulation game that asks you to defend a virtual PC against intruders while you try to hack other players in a time period. | ||
|
||
* [HackThisSite (HTS)](https://www.hackthissite.org/) | ||
This is a security website that boasts a large user base of 1.8 million plus. You can learn and attempt at various basic and advanced hacking challenges set in a legal environment. | ||
|
||
* [Mutillidae](http://www.irongeek.com/i.php?page=mutillidae/mutillidae-deliberately-vulnerable-php-owasp-top-10) | ||
This is a free open source web application that allows the users to use hack a vulnerable web application and pen test it. | ||
|
||
* [National Institute of Building Sciences](http://www.nibs.org/) | ||
NIBS offers various cybersecurity workshops for owners and managers. |