mirror of
https://github.com/The-Art-of-Hacking/h4cker
synced 2024-11-10 05:34:12 +00:00
Update README.md
This commit is contained in:
parent
ed02c2db8a
commit
b6cae66135
1 changed files with 13 additions and 0 deletions
|
@ -11,6 +11,19 @@ The following are a few popular tools that you learned in the video courses part
|
|||
* [httrack](https://www.httrack.com/)
|
||||
* [skipfish](https://code.google.com/archive/p/skipfish/)
|
||||
|
||||
## WebSploit
|
||||
|
||||
[WebSploit](http://h4cker.org/websploit) is a virtual machine (VM) created by [Omar Santos](https://omarsantos.io) for different Cybersecurity Ethical Hacking (Web Penetration Testing) training sessions delivered at [DEFCON](https://www.wallofsheep.com/blogs/news/packet-hacking-village-workshops-at-def-con-26-finalized), [Live Training in Safari](https://www.safaribooksonline.com/search/?query=omar%20santos&extended_publisher_data=true&highlight=true&is_academic_institution_account=false&source=user&include_assessments=false&include_case_studies=true&include_courses=true&include_orioles=true&include_playlists=true&formats=live%20online%20training&sort=relevance), [video on demand LiveLessons](https://www.safaribooksonline.com/search/?query=omar%20santos&extended_publisher_data=true&highlight=true&is_academic_institution_account=false&source=user&include_assessments=false&include_case_studies=true&include_courses=true&include_orioles=true&include_playlists=true&formats=video&sort=relevance), and others.
|
||||
|
||||
The purpose of this VM is to have a lightweight (single VM) with a few web application penetration testing tools, as well as vulnerable applications.
|
||||
|
||||
The following are the vulnerable applications included in [WebSploit](http://h4cker.org/websploit):
|
||||
- Damn Vulnerable Web Application (DVWA)
|
||||
- WebGoat
|
||||
- Hackazon
|
||||
- OWASP Juice Shop
|
||||
- OWASP Mutillidae 2
|
||||
|
||||
## How to Integrate OWASP ZAP with Jenkins
|
||||
You can integrate ZAP with Jenkins and even automatically create Jira issues based on your findings. You can download the [ZAP plug in here](https://wiki.jenkins.io/display/JENKINS/zap+plugin).
|
||||
|
||||
|
|
Loading…
Reference in a new issue