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/shortuuidTags: #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 theonReadycallback 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 π
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.
- Ensure this repository is in your Ansible module search path
- Install Dependencies
Tags: #python
subscribe via RSS