Skip to content
#

owasp

Here are 298 public repositories matching this topic...

khalil2535
khalil2535 commented Mar 15, 2020

Is your feature request related to a problem? Please describe.
I want to be able to include more than a domain/domain regex in my context faster, when i need to add the multiple domain regexes now i need to do that manually which consume long time.

Describe the solution you'd like
I need to be able to include add the domains i need from a txt file.

Additional context
maybe the

Mobile-Security-Framework-MobSF

Mobile Security Framework (MobSF) is an automated, all-in-one mobile application (Android/iOS/Windows) pen-testing, malware analysis and security assessment framework capable of performing static and dynamic analysis.

  • Updated Apr 29, 2020
  • Python
h3xstream
h3xstream commented Dec 3, 2019

Description

Detect if a constant password is used to load an SSH key.

API to covered: (The last argument "passphrase" is the parameter to analyze)

    public void addIdentity(String prvkey, String passphrase) throws JSchException {}
    public void addIdentity(String prvkey, byte[] passphrase) throws JSchException {}
    public void addIdentity(String prvkey, String pubkey, by
viyatb
viyatb commented May 5, 2018

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 targets by pre-processing them through the network scanner, https://github.com/owtf/owtf/blob/develop/owtf/plugin/runner.py#L509 but it is not being used.

We should bring back the `proc

Dependency-Track is an intelligent Supply Chain Component Analysis platform that allows organizations to identify and reduce risk from the use of third-party and open source components.

  • Updated Apr 28, 2020
  • Java

Improve this page

Add a description, image, and links to the owasp topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the owasp topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.