WELCOME TO EHOST.COM.NP

Wednesday, September 5, 2018

OWASP Offensive Web Testing Framework (OWTF) Project Written in Python

ads space











OWTF- Offensive Web Testing Framework: 






A framework which tries to unite great tools and make PenTesting more efficient.


OWASP OWTF is a project focused on penetration testing efficiency and alignment of security tests to security standards like the OWASP Testing Guide (v3 and v4), the OWASP Top 10, PTES and NIST so that pentesters will have more time to


  • See the big picture and think out of the box

  • More efficiently find, verify and combine vulnerabilities

  • Have time to investigate complex vulnerabilities like business logic/architectural flaws or virtual hosting sessions

  • Perform more tactical/targeted fuzzing on seemingly risky areas

  • Demonstrate true impact despite the short timeframes we are typically given to test.

  • The tool is highly configurable and anybody can trivially create simple plugins or add new tests in the configuration files without having any development experience.

Note: This tool is however not a silverbullet and will only be as good as the person using it: Understanding and experience will be required to correctly interpret tool output and decide what to investigate further in order to demonstrate impact.








Requirements


  1. OWTF is developed on KaliLinux and macOS but it is made for Kali Linux (or other Debian derivatives)
  2. OWTF supports both Python2 and Python3.


Installation


Recommended:


  • Using a virtualenv is highly recommended!

Manually set up the database
Replace the variables db_name, $db_user and $db_pass with values from the settings.py file. Make sure the values are exactly the same.


  • Start the postgreSQL server,

macOS: brew install postgresql and pg_ctl -D /usr/local/var/postgres start
Kali: sudo systemctl enable postgresql; sudo systemctl start postgresql or sudo service postgresql start


  • Create the owtf_db_user user,

macOS: psql postgres -c “CREATE USER $db_user WITH PASSWORD ‘$db_pass’;”
Kali: sudo su postgres -c “psql -c \”CREATE USER $db_user WITH PASSWORD ‘$db_pass’\””


  • Create the database,

macOS: psql postgres -c “CREATE DATABASE $db_name WITH OWNER $db_user ENCODING ‘utf-8’ TEMPLATE template0;”
Kali: sudo su postgres -c “psql -c \”CREATE DATABASE $db_name WITH OWNER $db_user ENCODING ‘utf-8’ TEMPLATE template0;\””


pip install git+https://github.com/owtf/owtf#egg=owtf or clone the repo and python setup.py develop.


If you want to change the database password in the Docker Compose setup, edit the environment variables in the docker-compose.yml file.


To run OWTF on Windows or MacOS, OWTF uses Docker Compose. You need to have Docker Compose installed (check by docker-compose -v). After installing Docker Compose, simply run make compose and open localhost:8009 for the OWTF web interface.




Install on OSX


Dependencies: Install Homebrew (https://brew.sh/) and follow the steps given below:


$ virtualenv <venv name>
$ source <venv name>/bin/activate
$ brew install coreutils gnu-sed openssl
# We need to install ‘cryptography’ first to avoid issues
$ pip install cryptography –global-option=build_ext –global-option=”-L/usr/local/opt/openssl/lib” –global-option=”-I/usr/local/opt/openssl/include”
$ git clone <this repo>
$ cd owtf
$ python setup.py install
# Run OWTF!
$ owtf





Features


  • Resilience: If one tool crashes OWTF, will move on to the next tool/test, saving the partial output of the tool until it crashed.

  • Flexible: Pause and resume your work.

  • Tests Separation: OWTF separates its traffic to the target into mainly 3 types of plugins:

  • > Passive : No traffic goes to the target

  • > Semi Passive : Normal traffic to target

  • > Active: Direct vulnerability probing

  • Extensive REST API.

  • Has almost complete OWASP Testing Guide(v3, v4), Top 10, NIST, CWE coverage.

  • Web interface: Easily manage large penetration engagements easily.

  • Interactive report:

  • Automated plugin rankings from the tool output, fully configurable by the user.

  • Configurable risk rankings

  • In-line notes editor for each plugin.




All screenshots by OWTF Team


ads space
ADS SPACE

0 comments:

Post a Comment

Categories

Article How-to All Posts WordPress Android Web design Blogger Plugins CSS Google JQuery Plugins Programming Reviews Web Hosting Blogger Blogging Blogging Tips Tricks Web Development Facebook Git Internet Make Money Online Social Plugins Tips Tips and Tricks Tools Tutorials Windows WordPress Plugins Blogging Tips and Tricks Freebies GSM Google Analytics HTML How To's JavaScript Plugin Development S.E.O SEO SMS SmartPhone Social Media Tips amp; Tricks Top-Most Updates Webmaster Tools Whatsapp Applications Apps Blogger Basics Documentary Downloads Entertainment Gadgets Games Gmail Google AdSense Guest Post IPhone Make Money Blogging SVN Security Softwares Web Hosting Tips and Tricks Wordpress Tips Wordpress Tips and Tricks hostgator iOS Advertising Networks Advertising Technology Affiliates Antivirus Audience amp; Traffic Biography Blog post Blog post Blogger Blogger Errors Blogger Tips Blogger Tools Blogger Widget Blogosphere Bogger Widgets CSS selectors CSS symbols CSS3 Computer amp; Internet Content Writing Coupon Codes Data amp; Analytics Deleted blog Design DoubleClick for Publishers Email and newsletter marketting Email marketing Excel Tips Excel Tips and Tricks Facebook Tricks Feed Feedburner Feedburner subscribers Font Fun GitHub Giveaways Gmail primary inbox Gmail tabs Google sign-in Guides HTML amp; CSS HTML5 Infographics Inspirational Instagram Internet Marketing Internet Tips amp; Tricks Job Listings Knowledge Life Hacks Lists Make-Money Monetization amp; Conversion Monetize Navigation Online Marketing Other PHP Tutorials Passport Publishing amp; Content Quotes RSS Sidebar Smartphones Social Networking Status Tech Tech Blog Technology Telegram Themes UI / UX User Psychology amp; Research VB.Net Web Tools Web browser Widget Windows Tips Windows-10 ad viewability admin notice blogging tools bluehost cherry-pick clone cors custom scrollbar customizer dismissible notices duplicate post feed title git branch git clone gpg gpg2 hybridauth iPad icon font notice responsive wordpress theme same origin policy scrollbar signed git commit smartsvn theme customizer vcs wordpress theme wordpress themes

Blog Archive