Posts
-
manticoresearch-php
Official PHP client for Manticore Search
require_once __DIR__ . '/vendor/autoload.php'; $config = ['host'=>'127.0.0.1','port'=>9308]; $client = new \Manticoresearch\Client($config); $table = $client->table('movies');
Tags: #php • search
-
API-fuzzer
API Fuzzer which allows to fuzz request attributes using common pentesting techniques and lists vulnerabilities
API_Fuzzer
gem accepts a API request as input and returns vulnerabilities possible in the API. Following are the main check involved in API_Fuzzer gem- Cross-site scripting vulnerability
- SQL injection
- Blind SQL injection
- XML External entity vulnerability
- IDOR (in specific cases)
- API Rate Limiting
- Open redirect vulnerabilities
- Information Disclosure flaws
- Info leakage through headers
- Cross-site request forgery vulnerability
Tags: #ruby • gem • ruby-gem
-
emhass
emhass: Energy Management for Home Assistant, is a Python module designed to optimize your home energy interfacing with Home Assistant.
EMHASS (Energy Management for Home Assistant) is an optimization tool designed for residential households. The package uses a Linear Programming approach to optimize energy usage while considering factors such as electricity prices, power generation from solar panels, and energy storage from batteries. EMHASS provides a high degree of configurability, making it easy to integrate with Home Assistant and other smart home systems. Whether you have solar panels, energy storage, or just a controllable load, EMHASS can provide an optimized daily schedule for your devices, allowing you to save money and minimize your environmental impact.
The complete documentation for this package is available here.
Tags: #python • energy • home-automation
-
bulk_insert
Efficient bulk inserts with ActiveRecord
A little ActiveRecord extension for helping to insert lots of rows in a single insert statement.
Tags: #ruby
-
KL-Loss
Bounding Box Regression with Uncertainty for Accurate Object Detection (CVPR’19)
CVPR 2019 Open Access Repository
CVPR 2019 [presentation (youtube)]
Yihui He, Chenchen Zhu, Jianren Wang, Marios Savvides, Xiangyu Zhang, Carnegie Mellon University & Megvii Inc.
https://www.youtube.com/embed/bcGtNdTzdkc
Tags: #python • object-detection • pytorch
-
dss
Digital Signature Service : creation, extension and validation of advanced electronic signatures
This is the official repository for project DSS : https://ec.europa.eu/digital-building-blocks/wikis/display/DIGITAL/Digital+Signature+Service+-++DSS.
Tags: #java • xades • cades
-
dbSpy
Visualize, modify, and build your database with dbSpy! An open-source data modeling tool to facilitate relational database development.
-
Database Connection: Connect to a PostgreSQL database
-
Database File Upload: Upload a database’s SQL file
-
ER Diagrams: Visualize the entity relationship diagram of a database
-
Schema Modification: Modify a database’s schema
-
Database Building: Create a new database from scratch using entity relationship diagrams
-
SQL Query Generator: Generate an executable SQL query with every modification to your schema
-
Screenshot: Take a screenshot of the canvas with all your tables (BETA)
-
Time Travel: Provides a history of edits for easier backtracking
Tags: #typescript
-
-
BurpSuiteHTTPSmuggler
A Burp Suite extension to help pentesters to bypass WAFs or test their effectiveness using a number of techniques
A Burp Suite extension to help pentesters to bypass WAFs or test their effectiveness using a number of techniques. This extension has been developed by Soroush Dalili (@irsdl) from NCC Group.
The initial release (v0.1) only supports the Encoding capability that can be quite complicated to be performed manually. See the references for more details.
Next versions will include more techniques and possible bug fixes.
Tags: #java • waf • bypass
-
go
The most flexible Gutenberg-first WordPress theme built for go-getters everywhere.
- Responsive Layout
- Customize Colors
- Customize Fonts
- Multiple Design Styles
- Multiple Header Variations
- Multiple Footer Variations
- Social Links Menu
- WooCommerce-Ready
- Available in 27 Languages
- RTL Language Support
Tags: #php • wordpress • wordpress-theme
-
devise-otp
Two Factors authentication for Devise using Time Based OTP/rfc6238 tokens.
Devise OTP is a Two-Factor Authentication extension for Devise. The second factor is done using an RFC 6238 Time-Based One-Time Password (TOTP) implemented by the rotp library.
It has the following features:
- Optional and mandatory OTP enforcement
- Setting up trusted browsers for limited access
- Generating QR codes
Some of the compatible token devices are:
Devise OTP was recently updated to work with Rails 7+ and Turbo.
Tags: #ruby
subscribe via RSS