Viyat

Results 15 issues of Viyat

The network scanner bundled (https://github.com/owtf/owtf/blob/develop/owtf/net/scanner.py) is not being used in any code path by OWTF right now. There is already a function defined to run plugins for a list of...

Bug
Priority High
Easy Fix
help wanted

OWTF should provide authentication options for users to log in and securely run tests if OWTF is hosted on a public IP. For a barebones implementation, we need: - [...

Feature
Priority High
Moderate Fix
help wanted

OWTF already supports Python 2.7 and 3.6 but works best on Python 2.7. None of the components need a major change. We should also add Typing support to remove some...

Enhancement
Priority Low
Advanced Fix
help wanted

_From @viyatb on January 29, 2016 10:25_ @anantshri : For a large number of passive scan results we are providing a link what are the possible reason's we are not...

Enhancement

_From @viyatb on January 21, 2016 5:33_ Moved over from https://github.com/owtf/owtf/issues/468. For example, we can extract extra URIs and hosts from a pcap or (Wireshark's pcap-ng) file. A button to...

Enhancement

_From @tunnelshade on August 31, 2015 7:5_ Currently Zest is part of the whole transaction infrastructure, which is a lot messy. So, appropriate changes will be done to support Zest...

Enhancement

_From @tunnelshade on August 8, 2015 19:26_ We have a simple requester as of now which is good for sending HTTP requests. It will be great to also have a...

Enhancement
question

_From @tunnelshade on August 2, 2015 9:50_ #### Rearrangement I think it is better to use only one file for each plugin code i.e all the active, passive, semi passive,...

Enhancement
help wanted

The workers in OWTF are basically separate processes forked from the main OWTF process and are used to process plugins. Currently OWTF only supports `LocalWorker`, meaning the worker would run...

Feature
Priority Medium
help wanted

The bundled plugins with OWTF have not been updated for a long time. They need to be updated (versions, run scripts in `owtf/scripts`) and newer tools in Kali Linux from...

Enhancement
Priority High
Moderate Fix
help wanted