-
Updated
Nov 27, 2020 - Go
security-tools
Cybersecurity (security) includes controlling physical access to hardware as well as protection from attacks that come via network access, data injection, and code injection.
Here are 1,876 public repositories matching this topic...
-
Updated
Nov 23, 2020 - Shell
-
Updated
Nov 28, 2020 - Ruby
Hi & welcome to Scapy's github ! This page lists issues that you can try to fix if you want to start contributing to Scapy.
This list includes wishes and things added by the maintainers based on the issues that we get, but also issues marked with TODO
or XXX
that already exist in Scapy's code base (layers). If you want to contribute to the project you might just take care one of the bugs.
-
Updated
Nov 26, 2020 - Python
You can see a warning message when running goreleaser
with the following options.
$ goreleaser release --skip-publish --skip-validate --rm-dist
...
• homebrew tap formula
• optimistically guessing `brew[0].installs`, double check
• DEPRECATED: `brews.github` should not be used anymore, check https://goreleaser.com/deprecations#brewsgithub for more info.
.
-
Updated
Oct 28, 2020 - Shell
-
Updated
Nov 28, 2020 - Python
We need Vagrant docs, you can find it here https://github.com/NullArray/AutoSploit/tree/dev-beta/Vagrant
README translations
-
Updated
Nov 4, 2020
-
Updated
Nov 2, 2020 - Go
-
Updated
Nov 26, 2020 - C#
-
Updated
Nov 4, 2020 - Shell
-
Updated
Nov 28, 2020 - Go
-
Updated
Nov 1, 2020 - Go
RustScan has an accessible mode, rustscan --accessible
which should promise not to have any weird ASCII text in it.
Write CI that runs RustScan with --accessible
a few times, with different flags / options and check the terminal output to see if it contains one of these:
[!]
[~]
[>]
| {}
If any of these characters appear in any of the tests, fail the CI. E
-
Updated
Sep 6, 2020
-
Updated
Nov 23, 2020 - Shell
Describe the bug
In the docs found here:
https://bandit.readthedocs.io/en/latest/plugins/index.html#complete-test-plugin-listing
B109 and B111 show a description instead of a plugin name. This looks inconsistent since all the other plugin names are listed. I believe this is a result of a recent change to remove these deprecated plugins.
To Reproduce
- Navigate to https://bandit
-
Updated
Nov 8, 2020 - Python
-
Updated
Nov 25, 2020 - Ruby
-
Updated
Apr 24, 2020 - Python
What would you like to be added
Add support for a DynamoDB storage backend. Although MySQL is available, it would require to run a RDS Instance for it. Extra costs, backup considerations, etc. Even with Aurora Serverless.
DynamoDB is just there, scales as needed with OnDemand pricing and has fine backup capabilities.
Why this is needed
We plan to run step-ca in AWS ECS on Farga
Context
Please select one:
- I use the docker image
ullaakut/cameradar
- I use my own build of the docker image
- I use the pre-compiled binary
- I use my own build of the binary
- None of the above / I don't know
Please select one:
- I use a specific version:
- I use the latest commit of the master branch
- I use the latest comm
-
Updated
Oct 2, 2020
-
Updated
Oct 2, 2020 - Shell
In urlscan.io Submit URLs to be scanned, search for historical results by IP, domain or URL, retrieve results and pivot to further leads. You can search all Public scans as well as your own Private scans on our platform. You can subscribe to our API plans as a Team and share your available quota amongst multiple users on the urlscan.io platform.
Use the search for historical results featur
-
Updated
Nov 24, 2020 - C#
-
Updated
Sep 13, 2020 - JavaScript
- Wikipedia
- Wikipedia
Is your feature request related to a problem? Please describe.
During the analysis of big repositories where the important feature is to detect the secrets at the HEAD, it's important to be able to use the
git clone --depth
in order to reduce the size of the repository that needs to be downloaded.Describe the solution you'd like
gitleaks
already have an--depth
option, if `gitl