Skip to content
View dawid-czarnecki's full-sized avatar
Block or Report

Block or report dawid-czarnecki

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Zigrin-Security/CakeFuzzer Zigrin-Security/CakeFuzzer Public

    Cake Fuzzer is a project that is meant to help automatically and continuously discover vulnerabilities in web applications created based on specific frameworks with very limited false positives.

    Python 86 8

  2. pyasesm pyasesm Public

    ArcSight ESM ActiveList connector

    Python 5 2

  3. MISP2ArcSight MISP2ArcSight Public

    Tool to send MISP attributes to ArcSight ESM Active Lists.

    Python 2 1

  4. HTTP2WebSocket HTTP2WebSocket Public

    Tool to translate HTTP communication into Web Socket communication.

    Python 7 1

  5. Script to backup Firefly III databas... Script to backup Firefly III database, uploads and config files installed with docker-compose
    1
    #!/bin/bash
    2
    
                  
    3
    files_to_backup=(.env .db.env .fidi.env docker-compose.yml )
    4
    
                  
    5
    info()  { echo -e "\\033[1;36m[INFO]\\033[0m  \\033[36m$*\\033[0m" >&2; }