Posts

  • pe_tree

    Python module for viewing Portable Executable (PE) files in a tree-view using pefile and PyQt5. Can also be used with IDA Pro and Rekall to dump in-memory PE files and reconstruct imports.

    PE Tree is a Python module for viewing Portable Executable (PE) files in a tree-view using pefile and PyQt5. It can also be used with IDA Pro, Ghidra, Volatility, Rekall and minidump to view and dump in-memory PE files, as well as perform import table reconstruction.

    Tags: #python

  • dpdm

    Detect circular dependencies in your TypeScript projects.

    • Supports CommonJS, ESM.
    • Supports JavaScript and TypeScript completely.
      • Supports TypeScript path mapping.
      • Supports ignore TypeScript type dependencies.
    • Light weight: use TypeScript to parse all modules.
    • Fast: use asynchronous API to load modules.
    • Stable output: This is compared to madge, whose results are completely inconclusive when analyze TypeScript.

    Tags: #typescript • circular • visualization

  • HTTP-Proxy-Servlet

    Smiley’s HTTP Proxy implemented as a Java servlet

    The following is a list of parameters that can be configured

    • log: A boolean parameter name to enable logging of input and target URLs to the servlet log.
    • forwardip: A boolean parameter name to enable forwarding of the client IP
    • preserveHost: A boolean parameter name to keep HOST parameter as-is
    • preserveCookies: A boolean parameter name to keep COOKIES as-is
    • preserveCookiePath: A boolean parameter name to keep cookie path unchanged in Set-Cookie server response header
    • http.protocol.handle-redirects: A boolean parameter name to have auto-handle redirects
    • http.socket.timeout: A integer parameter name to set the socket connection timeout (millis)
    • http.read.timeout: A integer parameter name to set the socket read timeout (millis)
    • http.connectionrequest.timeout: A integer parameter name to set the connection request timeout (millis)
    • http.maxConnections: A integer parameter name to set max connection number
    • useSystemProperties: A boolean parameter whether to use JVM-defined system properties to configure various networking aspects.
    • targetUri: The parameter name for the target (destination) URI to proxy to.

    Tags: #java

  • laravel-pivot

    This package introduces new events for sync(), attach(), detach() or updateExistingPivot() methods on BelongsToMany relation.

    This package introduces new eloquent events for sync(), attach(), detach() or updateExistingPivot() methods on BelongsToMany relation.

    Tags: #php • eloquent-events • laravel-events

  • baguetteBox.js

    :zap: Simple and easy to use lightbox script written in pure JavaScript

    Tags: #javascript • gallery • lightbox

  • react-simple-keyboard

    React Virtual Keyboard - Customizable, responsive and lightweight

    https://simple-keyboard.com/demo

    Tags: #javascript • keyboard • touchscreen

  • ffmpeg-php

    FFmpegPHP is a pure OO PHP port of ffmpeg-php library that was written in C. It adds an easy to use, object-oriented API for accessing and retrieving information from video and audio files. It has methods for returning frames from movie files as images that can be manipulated using PHP’s image functions. This works well for automatically creating thumbnail images from movies. FFmpegPHP is also useful for reporting the duration and bitrate of audio files (mp3, wma…). FFmpegPHP can access many of the video formats supported by ffmpeg (mov, avi, mpg, wmv…)

    FFmpegPHP is a pure OO PSR-4 compatible PHP port of ffmpeg-php library (that was written in C). It adds an easy to use, object-oriented API for accessing and retrieving information from video and audio files. It has methods for returning frames from movie files as images that can be manipulated using PHP image functions. This works well for automatically creating thumbnail images from movies. FFmpegPHP is also useful for reporting the duration and bitrate of audio files (mp3, wma…). FFmpegPHP can access many of the video formats supported by ffmpeg (mov, avi, mpg, wmv…)

    Tags: #php • ffmpeg • ffprobe

  • gatk

    Official code repository for GATK versions 4 and up

    This repository contains the next generation of the Genome Analysis Toolkit (GATK). The contents of this repository are 100% open source and released under the Apache 2.0 license (see LICENSE.TXT).

    GATK4 aims to bring together well-established tools from the GATK and Picard codebases under a streamlined framework, and to enable selected tools to be run in a massively parallel way on local clusters or in the cloud using Apache Spark. It also contains many newly developed tools not present in earlier releases of the toolkit.

    Tags: #java • genomics • spark

  • urlcrazy

    Generate and test domain typos and variations to detect and perform typo squatting, URL hijacking, phishing, and corporate espionage.

    URLCrazy is an OSINT tool to generate and test domain typos or variations to detect or perform typo squatting, URL hijacking, phishing, and corporate espionage.

    Homepage: https://github.com/urbanadventurer/urlcrazy

    Tags: #ruby • osint • typosquatting

  • laravel-bridge

    Laravel on AWS Lambda with Bref

    Run Laravel on AWS Lambda with Bref.

    Read the Bref documentation for Laravel to get started.

    Tags: #php • bref • serverless

subscribe via RSS