Skip to content

Running only certain plugins and or plugin types

7a edited this page Sep 21, 2012 · 6 revisions

You can then call OWTF like this:

  • Only runs the passive plugins:

      	owtf.py -t passive https://accounts.google.com
    
  • Only runs the Spiders_Robots_and_Crawlers plugins (including semi_passive and active!):

      	owtf.py -o Spiders_Robots_and_Crawlers https://accounts.google.com
    
  • Only runs the passive Spiders_Robots_and_Crawlers plugin:

      	owtf.py -t passive -o Spiders_Robots_and_Crawlers https://accounts.google.com
    
  • Runs all the semi_passive plugins EXCEPT (-e) Search_engine_discovery_reconnaissance:

      	owtf.py -t semi_passive -e Search_engine_discovery_reconnaissance https://accounts.google.com
    
Clone this wiki locally