scanning
Here are 303 public repositories matching this topic...
-
Updated
Nov 26, 2020 - C
-
Updated
Oct 1, 2020 - C
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
Nov 8, 2020 - Python
-
Updated
Nov 25, 2020 - Go
-
Updated
Nov 25, 2020 - PowerShell
-
Updated
Jul 6, 2020 - Python
-
Updated
Nov 26, 2020 - Python
-
Updated
Nov 3, 2020 - C#
-
Updated
Nov 23, 2020 - C++
When generating an HTML report, the default browser will automatically launch and open the newly-created report.
A command-line arg flag should be added to allow users to disable auto-launching the browser and just save the report to disk without opening it.
-
Updated
Nov 9, 2020 - Python
-
Updated
Jan 23, 2018 - Shell
-
Updated
Aug 14, 2018 - Python
-
Updated
Nov 26, 2020 - XSLT
-
Updated
Oct 8, 2019 - Python
-
Updated
Jan 29, 2020 - Swift
-
Updated
Nov 15, 2019 - Java
-
Updated
Oct 25, 2020 - Python
-
Updated
Oct 2, 2020 - Python
-
Updated
Sep 3, 2020 - Go
-
Updated
Nov 23, 2020 - Python
-
Updated
Jan 25, 2016 - C#
-
Updated
Apr 25, 2018 - Python
Hi,
It would be interesting to have those new rules integrated in ChopChop, see : https://github.com/nnposter/nndefaccts/blob/master/http-default-accounts-fingerprints-nndefaccts.lua
-
Updated
May 8, 2020 - Go
Improve this page
Add a description, image, and links to the scanning topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the scanning topic, visit your repo's landing page and select "manage topics."
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 --depthin order to reduce the size of the repository that needs to be downloaded.Describe the solution you'd like
gitleaksalready have an--depthoption, if `gitl