mirror of
https://github.com/mubix/kaliwiki.git
synced 2025-10-29 16:59:26 +00:00
Update w3af.md
added Notes, Usage and Links
This commit is contained in:
@@ -2,9 +2,7 @@
|
|||||||
|
|
||||||
Notes
|
Notes
|
||||||
-------
|
-------
|
||||||
I had to install this with my version of kali
|
w3af is a Web Application Attack and Audit Framework. The project’s goal is to create a framework to help you secure your web applications by finding and exploiting all web application vulnerabilities.
|
||||||
|
|
||||||
Also recommended that pip is installed with the package
|
|
||||||
|
|
||||||
|
|
||||||
Help Text
|
Help Text
|
||||||
@@ -32,7 +30,19 @@ For more info visit http://w3af.org/
|
|||||||
|
|
||||||
Example Usage
|
Example Usage
|
||||||
-------
|
-------
|
||||||
|
```
|
||||||
|
w3af>>> target
|
||||||
|
w3af/config:target>>> set target http://localhost/
|
||||||
|
w3af/config:target>>> back
|
||||||
|
w3af>>>
|
||||||
|
|
||||||
|
w3af>>> start
|
||||||
|
```
|
||||||
|
|
||||||
Links
|
Links
|
||||||
-------
|
-------
|
||||||
|
[Official site](http://w3af.org/)
|
||||||
|
|
||||||
|
[w3af GitHub project](https://github.com/andresriancho/w3af/)
|
||||||
|
|
||||||
|
[w3af’s documentation](http://docs.w3af.org/en/latest/)
|
||||||
|
|||||||
Reference in New Issue
Block a user