mirror of
https://github.com/The-Art-of-Hacking/h4cker
synced 2024-11-10 13:44:12 +00:00
Update README.md
This commit is contained in:
parent
729533d85e
commit
36c2698395
1 changed files with 4 additions and 6 deletions
|
@ -10,6 +10,10 @@ The following are a few popular tools that you learned in the video courses part
|
|||
* [sqlmap](http://sqlmap.org/)
|
||||
* [httrack](https://www.httrack.com/)
|
||||
* [skipfish](https://code.google.com/archive/p/skipfish/)
|
||||
* [nikto](https://cirt.net/Nikto2)
|
||||
* [ffuf](https://github.com/ffuf/ffuf)
|
||||
|
||||
Article: [A Quick Guide to Using ffuf with Burp Suite](https://medium.com/@santosomar/a-quick-guide-to-using-ffuf-with-burp-suite-713492f62242)
|
||||
|
||||
## WebSploit
|
||||
|
||||
|
@ -17,12 +21,6 @@ The following are a few popular tools that you learned in the video courses part
|
|||
|
||||
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](https://websploit.h4cker.org/):
|
||||
- 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