Posts
-
BBScan
A fast vulnerability scanner
BBScan 是一个高并发、轻量级的信息泄露扫描工具。
它可以在短时间内完成数十万目标的扫描,帮助渗透工程师从大量无标签的主机中,定位到可能存在弱点的目标,进行下一步半自动化测试,或者是开启重量级扫描器。 它可以作为一个轻量级插件,集成到自动化扫描系统中。
因为其python插件扫描,跟作者即将释出的工具高度一致。2.0之后的版本,我们将只关注信息泄露扫描。
BBScan is a fast and light weighted information disclosure vulnerabilitiy scanner.
Scan thousands of targets can be done in serveral minutes,which can help pentesters filter possible vulnerable hosts from large number of unlabeled targets. It can be integrated as a scan component in other scanner projects.
Tags: #python
-
ekylibre
Open source Farm management Information System (FMIS)- Connecting farms to the world
Ekylibre is a simple enterprise management web application for farmers and small enterprises. Ekylibre is written with Ruby on Rails framework and use PostgreSQL/PostGIS stack. More details can be found on the official website http://ekylibre.org.
Tags: #ruby • agriculture • rails-application
-
react-tradingview-widget
React component for rendering the TradingView Advanced Real-Time Chart Widget.
React component for rendering the TradingView Advanced Real-Time Chart Widget.
Tags: #javascript • tradingview • tradingview-widget
-
excel-streaming-reader
An easy-to-use implementation of a streaming Excel reader using Apache POI
If you’ve used Apache POI in the past to read in Excel files, you probably noticed that it’s not very memory efficient. Reading in an entire workbook will cause a severe memory usage spike, which can wreak havoc on a server.
There are plenty of good reasons for why Apache has to read in the whole workbook, but most of them have to do with the fact that the library allows you to read and write with random addresses. If (and only if) you just want to read the contents of an Excel file in a fast and memory effecient way, you probably don’t need this ability. Unfortunately, the only thing in the POI library for reading a streaming workbook requires your code to use a SAX-like parser. All of the friendly classes like
RowandCellare missing from that API.This library serves as a wrapper around that streaming API while preserving the syntax of the standard POI API. Read on to see if it’s right for you.
NOTE: This library only supports reading XLSX files.
Tags: #java
-
jitamin
:panda_face: Jitamin is a free software written in PHP, intended to handle the project management over the web. QQ群: 656868
- Get a clear visual overview of your project
- Multiple themes
- Project/task management
- Support task list, kanban and Gantt views
- Drag and drop tasks
- Multiple language support, build-in English and Chinese language supports
- Filter on search results
- Support personal projects and team projects
- Support tasks, sub-tasks, attachment, comments
- Auto-trigger actions
- Visualized statistics result
- Support third part integration
- Support plugins
Tags: #php • jitamin • scrum
-
imgToAscii
A JavaScript implementation of a image to Ascii code
A JavaScript implementation of a image to ascii converter.
Tags: #javascript • ascii • ascii-art
-
glue
Application Security Automation
Glue is a framework for running a series of tools. Generally, it is intended as a backbone for automating a security analysis pipeline of tools.
Tags: #ruby • ci-cd • devsecops
-
A-Pathfinding-Visualization
First attempt at an efficient pathfinding algorithm in Java. I made this visualization to show the beauty of pathfinding. You can modify all major features of my algorithm through the graphics interface.
This is my first attempt at A* pathfinding. I made this visualization to show the beauty of pathfinding. You can modify all major features of my algorithm through the graphics interface. Here I will go through the major features of my program.
Tags: #java
-
fake_stripe
A Stripe fake so that you can avoid hitting Stripe servers in tests.
This library is a way to test Stripe code without hitting Stripe’s servers. It uses Capybara::Server and Webmock to intercept all of the calls from Stripe’s Ruby library and returns JSON that the Stripe library can parse.
Tags: #ruby
-
ts-belt
🔧 Fast, modern, and practical utility library for FP in TypeScript.
Full documentation can be found here.
Tags: #typescript • functional-programming • fp
subscribe via RSS