The Wayback Machine - https://web.archive.org/web/20200704004002/https://github.com/topics/cybersecurity
Skip to content
#

cybersecurity

Here are 996 public repositories matching this topic...

This repository is primarily maintained by Omar Santos and includes thousands of resources related to ethical hacking / penetration testing, digital forensics and incident response (DFIR), vulnerability research, exploit development, reverse engineering, and more.

  • Updated Jul 3, 2020
  • Python
hackunagi
hackunagi commented May 30, 2019

Hello everyone!
I have a few doubts on how events are handled across misp instances and Orgs. As I still haven't complete domain of the code and my curiosity is killing me, I'm coming here to ask help =]

  1. In the situation a site admin edit an event from another org and publish it. What exactly will happen with that information? Supposing it has a distribution level as "All communities".
    Wil
kclinden
kclinden commented Apr 11, 2019

Description of problem:

I have never written SCAP content before, and am looking at how to get started. I would like to write SCAP content to test compliance on Photon OS against DISA SRGs. I have been all over the wiki pages, but I am still not sure how to get started. The main page makes it look super easy for writing OVAL and XCCDF files using YAML, but I am not sure where to build those

aki-0919
aki-0919 commented Apr 21, 2020

I guess the last condition of this line should be typeof options2.port !== "number", not options.port.

If OPCUA server is created without port, it throws error of expecting a valid port (number)

Works: server = new opcua.OPCUAServer({ port: 26543 });
Error: `server = new o

bug
grempe
grempe commented Nov 4, 2016

As requested, I am pointing to a comment you solicited regarding some improvements I would suggest for dawnscanner. The improvements are:

  • Document all scans that are performed, grouping them by type of scan and detailing what they scan
  • Consider not using a centralized scan directory at the top level of the user home dir
  • Document the scan results DB and dir structure

For original com

kalyparker
kalyparker commented Jan 28, 2019

Hi,
I have a problem with a modify.
I wish to split one entry in 2 differents fields. For example I have This IP with port [2a01:c206:3003:3104::1]:9001.
I with to split ip and port.
I try to do this:

[
    {
      "rulename": "IPv6port",
      "if": {
            "source.account":"]:(([0-9]+))"
      },
      "then": {
            "source.port":"{matches[source.account][0]}

Improve this page

Add a description, image, and links to the cybersecurity topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cybersecurity topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.