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

Block or report dawid-czarnecki

Report abuse

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

Report abuse

Pinned Loading

  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 105 9

  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

  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 .env docker-compose.yml )
    4
    
                  
    5
    info()  { echo -e "\\033[1;36m[INFO]\\033[0m  \\033[36m$*\\033[0m" >&2; }