# w3af Notes ------- 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. Help Text ------- ``` This is a graphical tool w3af - Web Application Attack and Audit Framework Usage: ./w3af_gui [OPTIONS] Options: -h or --help Display this help message. -p or --profile= Run with the selected 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/) [w3af’s documentation](http://docs.w3af.org/en/latest/)