-
Updated
Apr 26, 2020 - Python
owasp
Here are 298 public repositories matching this topic...
-
Updated
Apr 29, 2020
-
Updated
Apr 29, 2020 - Python
-
Updated
Apr 27, 2020 - PHP
-
Updated
Apr 30, 2020 - JavaScript
-
Updated
Apr 16, 2020 - Go
-
Updated
Apr 29, 2020 - Ruby
-
Updated
Nov 19, 2019 - Go
-
Updated
Aug 19, 2019 - Python
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, byThe 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
-
Updated
May 1, 2020 - HTML
Merge /Testing_for_Vertical_Bypassing_Authorization_Schema_WSTG-AUTHZ-00X.md into 4-Web_Application_Security_Testing/05-Authorization_Testing/03-Testing_for_Privilege_Escalation.md
Python Themis Docs
Hi, I love encryption, but I found the docs to be confusing for Python. Maybe it's just Themis in general, so please correct me if I'm wrong since this is my first time using Themis.
Here is the confusing part: https://github.com/cossacklabs/themis/wiki/Python-Howto#example-1
When you're unwrapping the message, you need to u
-
Updated
Apr 24, 2020
-
Updated
Apr 29, 2020 - Python
-
Updated
Mar 9, 2020
-
Updated
Apr 1, 2020 - Perl 6
-
Updated
Apr 28, 2020 - Java
-
Updated
Jul 11, 2019 - Python
-
Updated
Dec 15, 2019 - CSS
Document ZAP
-
Updated
Jun 16, 2019 - Perl
Improve this page
Add a description, image, and links to the owasp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the owasp topic, visit your repo's landing page and select "manage topics."
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