-
Updated
Jun 14, 2020 - Go
security-scanner
Here are 266 public repositories matching this topic...
NETW-3200 Docs NYI
Describe the bug
Online docs for NETW-3200 are not yet implemented.
Version
- Distribution: Ubuntu 18.04
- Lynis version: 3.0.0
Expected behavior
A (minimal) description of the problem should exist and ideally a general direction on how to fix the issue.
Output
A new discovery!
Oops, looks like this control is not listed yet in the database.
Want to help
-
Updated
Jun 14, 2020 - Ruby
-
Updated
Jun 10, 2020 - C#
🐛 Bug report
Description
When I run a scan against a very long URL, word wrap breaks in the results.
Environment
- webhint version: 1.2.1
- Browser version: Edge Beta (80)
There are several issues open that suggest that it is unclear how Bandit is meant to be executed. In fact, there are no usage instructions at all in the Bandit docs.
Describe the solution you'd like
There should be simple, crisp, usage instructions in the Bandit docs, e.g.
Install Bandit:
pip install bandit
Run Bandit o
Environment
Cobra version: 2.0.0-alpha.5
Python version: 2.7.10
Operating system: Darwin-15.5.0-x86_64-i386-64bit
Command line: cobra.py -t tests/vulnerabilities/ -r CVI-167001.xml
Traceback
Traceback (most recent call last):
File "/Users/Viarus/Documents/cobra/cobra/__init__.py", line 82, in main
cli.start(args.target, args.format, args.output, args.special_rules, a_sid)
-
Updated
Jan 27, 2020
-
Updated
Mar 5, 2020 - Python
-
Updated
Jun 7, 2020 - C#
-
Updated
May 22, 2020 - Lua
-
Updated
Apr 9, 2020 - Python
-
Updated
Oct 13, 2019 - Python
Calling all pentesters and/or people like myself who find infosec pretty neat!
Do you have any cool Shodan.io queries that you've come across — cool, funny, interesting, scary, facepalm-inducing, or otherwise? Some examples of IOT gems we've already found are electronic billboards with banks advertising free donuts, gas station pumps around the country, X-ray machines, 3D p
-
Updated
Jun 9, 2020 - CSS
-
Updated
Feb 3, 2020 - Python
-
Updated
Mar 27, 2020 - Python
-
Updated
May 31, 2020 - C++
now that we're getting a few more contributers, standardize on ubuntu / osx as the dev os, and include more instructions here: https://github.com/intrigueio/intrigue-core/wiki/Setting-up-a-Test-Environment-on-Ubuntu-Linux
-
Updated
Apr 26, 2020 - Python
-
Updated
Jun 10, 2020 - Go
-
Updated
May 29, 2020 - Perl
-
Updated
Nov 18, 2019
-
Updated
Apr 30, 2019
-
Updated
Mar 26, 2020 - Python
Streamline logging
The following things should be fixed:
- Inserts that trigger an upsert should be logged as an update
- An update should log the identifier/value the old value (or none) and the new value, eg:
column: old => new
- Avoid duplicate code for scoped/unscoped that only differ in color codes
Also, consider:
- Reuse the one-line representation in
select
as a base for detailed
-
Updated
Apr 22, 2019 - Java
-
Updated
Apr 16, 2020
-
Updated
Mar 18, 2020 - Python
Improve this page
Add a description, image, and links to the security-scanner topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the security-scanner topic, visit your repo's landing page and select "manage topics."
The rule would raise info alerts for each script it found along with the integrety hash, as per
https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity
This could just work on URLs that are in scope - it would just be useful when you're trying to create a CSP for a specific site.