Update w3af.md

added Notes, Usage and Links
This commit is contained in:
filinpavel 2014-10-07 20:49:45 +07:00
parent 8da4339f5c
commit cebb567f29

View File

@ -2,9 +2,7 @@
Notes
-------
I had to install this with my version of kali
Also recommended that pip is installed with the package
w3af is a Web Application Attack and Audit Framework. The projects goal is to create a framework to help you secure your web applications by finding and exploiting all web application vulnerabilities.
Help Text
@ -32,7 +30,19 @@ For more info visit http://w3af.org/
Example Usage
-------
```
w3af>>> target
w3af/config:target>>> set target http://localhost/
w3af/config:target>>> back
w3af>>>
w3af>>> start
```
Links
-------
[Official site](http://w3af.org/)
[w3af GitHub project](https://github.com/andresriancho/w3af/)
[w3afs documentation](http://docs.w3af.org/en/latest/)