scanning
Here are 346 public repositories matching this topic...
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
Apr 12, 2021 - C
-
Updated
Apr 8, 2021 - Python
-
Updated
Apr 14, 2021 - PowerShell
-
Updated
Jul 6, 2020 - Python
-
Updated
Apr 15, 2021 - Python
-
Updated
Mar 16, 2021 - C#
-
Updated
Apr 14, 2021 - C++
So instead of having to do rita import --config etc/rita.yaml ... we would do rita --config etc/rita.yaml import .... This makes it easier to modify most commands since --config is less likely to change than the rita subcommand. It also makes it possible to create aliases like:
alias rita1=rita --config /etc/rita/config1.yamlalias rita2=rita --config /etc/rita/config2.yaml
Wher
-
Updated
Dec 9, 2020 - Python
-
Updated
Jan 23, 2018 - Shell
-
Updated
Aug 14, 2018 - Python
-
Updated
Apr 15, 2021 - XSLT
-
Updated
Oct 8, 2019 - Python
-
Updated
Jan 29, 2020 - Swift
-
Updated
Jan 27, 2021 - Java
-
Updated
Mar 24, 2021 - Python
-
Updated
Apr 12, 2021 - Python
-
Updated
Sep 3, 2020 - Go
-
Updated
Apr 25, 2018 - Python
-
Updated
Jan 25, 2016 - C#
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
-
Updated
Mar 26, 2021 - Python
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."
Gitleaks is missing quite a few rules for the Microsoft ecosystem, including Visual Studio, Azure and Azure DevOps.
Microsoft used to have a competing product called
credscan, but it was recently deprecated in favor of the GitHub Security offerings.I've ported most of the rules from credscan to the gitleaks format and put them in a repo here:
https://github.com/jessehouwing/gitleaks-azur