Posts
-
Bad-Pdf
Steal Net-NTLM Hash using Bad-PDF
Bad-PDF create malicious PDF file to steal NTLM(NTLMv1/NTLMv2) Hashes from windows machines, it utilize vulnerability disclosed by checkpoint team to create the malicious PDF file. Bad-Pdf reads the NTLM hashes using Responder listener.
This method work on all PDF readers(Any version)most of the EDR/Endpoint solution fail to detect this attack.Reference : https://research.checkpoint.com/ntlm-credentials-theft-via-pdf-files/
Tags: #python • ntlm-hashes • badpdf
-
react-timekeeper
Google Keep app inspired time picker for react :clock4:
$ yarn add react-timekeeper # or via npm $ npm install --save react-timekeeper
Version 2+ of timekeeper requires react hooks (v16.8). If you’re using an older version of react, install timekeeper v1 via
$ npm install --save react-timekeeper@^1.0.0
Tags: #typescript • time • time-picker
-
easy-typing-obsidian
This is a plugin of obsidian for users writing in an easy way.
-
Text Auto-formatting: Capitalizes the first letter and automatically adds spaces between specific parts of each line according to user-defined rules. This feature also includes user-defined regular expression blocks for handling special text formats.
-
Edit Enhancements: Includes symbol auto-pairing/deletion, symbol editing enhancement for selected text, continuous full-width symbol to half-width conversion, Obsidian syntax-related editing enhancements, Tabout, code block editing enhancements, and Backspace editing enhancements.
-
Customizable Conversion Rules: Supports user-defined conversion rules for various editing scenarios.
-
Plugin Built-in Commands: Includes the deletion of extra blank lines, formatting the entire document, formatting the current line/selected area, creating a new line after the current line and jumping (Ctrl+Enter), and toggling comments (supports comments within code blocks, Mod+/).
-
Experimental Features: Includes some experimental features, including strict line breaks where Enter inputs two line breaks, automatic punctuation correction (only during input, English punctuation between Chinese is converted to Chinese punctuation), etc.
Tags: #typescript
-
-
magento-2-social-login
Magento 2 Social Login extension is designed for quick login to your Magento 2 store without procesing complex register steps
Magento 2 Social Login extension is designed for quick login to your Magento store without procesing complex register steps. Let say goodbye the complicated registration process and ignore a lot of unnecessarily required fields. Magento 2 Social Login extension is simply and powerful tool to integrate your Magento customer account to Facebook, Google Plus, Twitter, LinkedIn, and Instagram channel. Logging in via the social medias is the great idea to enhance your customer’s satisfaction.
Tags: #php • social-login • magento
-
goindex-theme-acrou
This is a goindex theme.一个goindex的扩展主题。
Combining the power of Cloudflare Workers and Google Drive will allow you to index you files on the browser on Cloudflare Workers.
go2index/index.js is the content of the Workers script.
This theme’s goindex is currently based on yanzai/goindex
README 中文文档 Tags: #javascript • goindex • google-drive
-
sprockets-rails
Sprockets Rails integration
Provides Sprockets implementation for Rails 4.x (and beyond) Asset Pipeline.
Tags: #ruby
-
cronet-transport-for-okhttp
This package allows OkHttp and Retrofit users to use Cronet as their transport layer, benefiting from features like QUIC/HTTP3 support or connection migration.
This package allows OkHttp and Retrofit users to use Cronet as their transport layer, benefiting from features like QUIC/HTTP3 support and connection migration.
Tags: #java • cronet • http3
-
moneysafe
Convenient, safe money calculations in JS
Convenient, safe money calculations in JS.
Tags: #javascript
-
binaryprefs
Rapidly fast and lightweight re-implementation of SharedPreferences which stores each preference in files separately, performs disk operations via NIO with memory mapped byte buffers and works IPC (between processes). Written from scratch.
Rapidly fast and lightweight re-implementation of SharedPreferences which stores each preference in files separately, performs disk operations via NIO with memory mapped byte buffers and works IPC (between processes). Written from scratch.
Tags: #java • sharedpreferences • android
-
kociemba
A pure Python and pure C ports of Kociemba’s algorithm for solving Rubik’s cube
This Python package contains two equivalent implementations (in C and Python) of Herbert Kociemba’s two-phase algorithm for solving Rubik’s Cube. Original Java implementation can be found here: http://kociemba.org/download.htm.
These ports are pretty straightforward (not to say dumb) and most probably can be optimized. But they have been extensively tested in our Rubik’s cube solving machines (FAC System Solver and Meccano Rubik’s Shrine), so be confident the algorithm is working.
NB please note that two-phase algorithm does not guarantee that the produced solution is the shortest possible. Instead, it gives you a “good enough” solution in a very short time. You can implement additional checks on top of this library, for example, to not produce any moves if the cube is already solved.
Tags: #python
subscribe via RSS