Posts

  • 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://morningstarsecurity.com/research/urlcrazy

    Tags: #ruby β€’ osint β€’ typosquatting

  • shortuuid

    PHP 7.3+ library that generates concise, unambiguous, URL-safe UUIDs

    The preferred method of installation is via Packagist and Composer. Run the following command to install the package and add it as a requirement to your project’s composer.json:

    composer require pascaldevink/shortuuid
    

    Tags: #php

  • mp4box.js

    JavaScript version of GPAC’s MP4Box tool

    Similar to MP4Box -info file.mp4, MP4Box.js can provide general information about the file (duration, number and types of tracks …). For that, create an MP4Box ISOFile object, set the onReady callback and provide data in the form of ArrayBuffer objects. MP4Box.js supports progressive parsing. You can provide small buffers at a time, the callback will be called when the β€˜moov’ box is parsed.

    var MP4Box = require('mp4box'); // Or whatever import method you prefer.
    var mp4boxfile = MP4Box.createFile();
    mp4boxfile.onError = function(e) {};
    mp4boxfile.onReady = function(info) {};
    mp4boxfile.appendBuffer(data);
    mp4boxfile.appendBuffer(data);
    mp4boxfile.appendBuffer(data);
    ...
    mp4boxfile.flush();
    

    Tags: #javascript

  • react-native-animated-tabbar

    A 60FPS animated tab bar with a variety of cool animation presets 😎

    1. Features
    2. Installation
    3. Usage
      1. Animated Icons
    4. Props
    5. Presets
      1. Bubble Preset
      2. Flashy Preset
      3. Material Preset
    6. Migration
    7. To Do
    8. Credits
    9. License

    Tags: #typescript β€’ animated β€’ tabbar

  • webvr-boilerplate

    A starting point for web-based VR experiences that work on all VR headsets.

    A THREE.js-based starting point for cross-platform web-based VR experiences.

    This project relies heavily on the WebVR Polyfill to provide VR support if the WebVR API is not implemented. It also uses the WebVR UI project to render the UI to enter VR and magic window modes. See here for a live demo.

    Tags: #javascript

  • selection

    ✨ Viselect - A simple and lightweight library to add a visual way of selecting elements, just like on your Desktop. Zero dependencies, super small. Support for major frameworks.

    • 🌟 Modern bundle
    • πŸ”© Ultra tiny (<4kb)
    • πŸ‘Œ Simple usage
    • ⚑ Highly optimized
    • βœ” Zero dependencies
    • πŸ“± Mobile / touch support
    • πŸ–± Vertical and horizontal scroll support
    • πŸ’ͺ Hardened (over 3 years old and used in many apps)
    • πŸ–Ό Support for major frameworks (WIP)

    Tags: #typescript β€’ selection β€’ selections

  • typegraphql-nestjs

    TypeGraphQL integration with NestJS

    Basic integration of TypeGraphQL in NestJS.

    Allows to use TypeGraphQL features while integrating with NestJS modules system and dependency injector.

    Tags: #typescript β€’ typegraphql β€’ type-graphql

  • enum4linux-ng

    A next generation version of enum4linux (a Windows/Samba enumeration tool) with additional features like JSON/YAML export. Aimed for security professionals and CTF players.

    • support for YAML and JSON export
    • colored console output (can be disabled via NO_COLOR)
    • ldapsearch und polenum are natively implemented
    • support for multiple authentication methods
    • support for legacy SMBv1 connections
    • auto detection of IPC signing support
    • β€˜smart’ enumeration will automatically disable tests which would otherwise fail
    • timeout support
    • SMB dialect checks
    • IPv6 support (experimental)

    Tags: #python β€’ enum4linux β€’ security

  • pyprob

    A probabilistic programming system for simulators and high-performance computing (HPC), based on PyTorch

    We support front ends in multiple languages through the PPX interface that allows execution of models and inference engines in separate programming languages, processes, and machines connected over a network.

    Tags: #python

  • ntc-ansible

    Multi-vendor network modules

    You need to perform two steps to start using these modules.

    1. Ensure this repository is in your Ansible module search path
    2. Install Dependencies

    Tags: #python

subscribe via RSS