Skip to content
View thomashartm's full-sized avatar

Organizations

@Netcentric
Block or Report

Block or report thomashartm

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. Netcentric/pickaxe-security-scanner Netcentric/pickaxe-security-scanner Public

    Pickaxe is a fast and customizable security scan library which simplifies security testing for web applications like Adobe Experience Manager or API services. It can be plugged into a maven build t…

    Groovy 13 3

  2. burp-domsink-logger burp-domsink-logger Public

    Injects a trusted types policy into an HTML page to log all DOM sinks whenever HTML is written into the DOM.

    Java 11 2

  3. gadgeto-scanner gadgeto-scanner Public

    Groovy Gadgeto Scanner is a dockerized commandline scanner, which can be customized to run a configurable set of security tools as part of a distinct testing phase. Each phase can be individually c…

    Groovy 2

  4. aem-script-console aem-script-console Public

    Web based groovyconsole for Adobe AEM which allows to execute scripts in the context of the currently logged in or a service user.

    Java 1 1

  5. TableToText TableToText Public

    Transformation of tables or tabluar information into a pretty printed text representation.

    Java 1

  6. Create threaddumps of all running ae... Create threaddumps of all running aem processes
    1
    #!/bin/bash
    2
    # Call as follows to generate 15 TDs for all instances with a break of 5 seconds: 
    3
    #    ./aem_threadumps.sh 15 5
    4
    # Call as follows to generate 15 TDs for all instances with a break of 5 seconds and write them in a distinct working directory
    5
    #    ./aem_threadumps.sh 15 5 /home/user/data