#
misconfiguration
Here are 10 public repositories matching this topic...
tomverhees
commented
Feb 1, 2022
Is your feature request related to a problem? Please describe.
I want to be able to disable a whole level of violation. For example the low error level i want to disable but still run the checks on medium, high, critical.
Describe the solution you'd like
I would like to have this possible with a simple flag in the ci to do this. To disable the violation level : low, etc. that when yo
A tool to identify and exploit sudo rules' misconfigurations and vulnerabilities within sudo for linux privilege escalation.
sudo
exploits
ctf
cve
pentest
privilege-escalation
oscp
pentest-tool
linux-exploits
oscp-journey
misconfiguration
oscp-tools
oscp-prep
sudo-exploitation
abuse-sudo
-
Updated
Feb 11, 2022 - Shell
yotter - bash script that performs recon and then uses dirb to discover directories that might lead to information leakage
linux
dns
directory
scanner
bruteforce
recon
portscan
subdomains
information-gathering
portscanner
bruteforce-attacks
subdomainsbrute
subdomain-brute
misconfiguration
-
Updated
Nov 30, 2017 - Shell
-
Updated
Aug 30, 2021
A tool to find .git folder exposed due to server misconfiguration.
go
golang
bugbounty
hacking-tool
hacking-tools
misconfiguration
bugbounty-tool
xgif
xposedgitfinder
exposed-git-finder
xgif-python
server-misconfiguration
-
Updated
Dec 29, 2021 - Go
Fast CORS Misconfiguration Scanner
-
Updated
Jun 12, 2021 - Shell
Global Misconfig Finder (web)
-
Updated
Nov 16, 2021 - Python
A tool to diagnose software configuration errors by analyzing stack trace.
-
Updated
Jan 4, 2022 - Java
Azure services configuration analyzer
-
Updated
Feb 26, 2022 - C#
Improve this page
Add a description, image, and links to the misconfiguration topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the misconfiguration topic, visit your repo's landing page and select "manage topics."
When using
trivy image -o output.json -f json foo:latest
, the output file lacks a final newline.This is not POSIX-compliant, and causes issues when processing the file.
Can you please add the final newline?