Posts
-
openfang
The openfang is a bootloader, kernel and toolchain for devices using Ingenic T10 and T20 SOC
The openfang is a bootloader, kernel and toolchain for devices using Ingenic T10 and T20 SOC.
Tags: #php
-
custom-elements
A set of components for agile development.
A set of components for agile frontend development. They follow the open-wc recommendation.
Tags: #javascript
-
terrastories
Terrastories is a geostorytelling application built to enable local communities to locate and map their own oral storytelling traditions about places of significant meaning or value to them. Check out our Wiki for open source development information.
Tags: #ruby • mapping-tools • indigenous-peoples
-
logger
Loggerbot version 3, the Discord bot serving nearly 24 million users.
A detailed guide has yet to be made. You will need:
- PostgreSQL 11
- Redis
- NodeJS
- Setup Postgres and add a superuser (default user works)
- Clone bot repo and enter the created folder
- Copy .env.example into .env
- Fill out all fields in it (even Sentry unless you hotpatch it out)
npm installnode src/miscellaneous/generateDB.jsnode index.js
Tags: #javascript
-
openpojo
POJO Testing & Identity Management Made Trivial
POJO Testing & Identity Management Made Trivial
Maven Group Plugin Latest Version com.openpojo.openpojo 0.9.1 Tags: #java • identity-management • openpojo
-
attack-workbench-frontend
An application allowing users to explore, create, annotate, and share extensions of the MITRE ATT&CK® knowledge base. This repository contains an Angular-based web application providing the user interface for the ATT&CK Workbench application.
The ATT&CK Workbench is an application allowing users to explore, create, annotate, and share extensions of the MITRE ATT&CK® knowledge base.
Organizations or individuals within the ATT&CK community can initialize an instance of the application to serve as the centerpiece to their own customized instance of the ATT&CK knowledge base, attaching other tools and interfaces as desired. Through the Workbench this local knowledge base can be extended with new or updated techniques, tactics, mitigations groups, and software. Finally, the ATT&CK Workbench provides means to share these extensions with the greater ATT&CK community if so desired, facilitating a greater level of collaboration within the community than is possible with current tools.
We developed the Workbench with the ATT&CK user community in mind. If MITRE ATT&CK is at the core our organization’s security operations, you actively track threats against ATT&CK, align your defenses to ATT&CK, or plan your security investments based on ATT&CK, the Workbench is for you. The ATT&CK Workbench enables a number of important use cases within the ATT&CK community:
- Cyber Threat Intelligence: Take notes on techniques, groups, and other objects to collaborate within a threat intelligence team. Update your knowledge base with new mappings as soon as new threat reports are released.
- Defensive Planning: Stay up to date with the evolving threat landscape by downloading new releases of ATT&CK automatically. Fill in gaps in open-source reporting by creating new groups and software and seamlessly integrate them into the existing ATT&CK knowledge base.
- Red Teaming: Track and manage coverage of Red Team engagements the same way you track your ATT&CK coverage.
- Collaboration with ATT&CK and the community: Share your custom datasets with the ATT&CK community and download datasets created by others.
This repository contains an Angular-based web application providing the user interface for the ATT&CK Workbench application, as well as the main documentation regarding its use. The ATT&CK Workbench application requires additional components for full operation. See the install and run instructions for more details about setting up the entire project.
Tags: #typescript
-
react-grid-gallery
Justified image gallery component for React
Justified image gallery component for React inspired by Google Photos and based upon React Images.
Tags: #javascript • react • lightbox
-
minidump
Python library to parse and read Microsoft minidump file format
Python library to parse and read Microsoft minidump file format. Can create minidumps on Windows machines using the windows API (implemented with ctypes).
Tags: #python
-
resque-scheduler
A light-weight job scheduling system built on top of Resque
Resque-scheduler is an extension to Resque that adds support for queueing items in the future.
Job scheduling is supported in two different ways: Recurring (scheduled) and Delayed.
Scheduled jobs are like cron jobs, recurring on a regular basis. Delayed jobs are resque jobs that you want to run at some point in the future. The syntax is pretty explanatory:
Resque.enqueue_in(5.days, SendFollowupEmail, argument) # runs a job in 5 days, calling SendFollowupEmail.perform(argument) # or Resque.enqueue_at(5.days.from_now, SomeJob, argument) # runs a job at a specific time, calling SomeJob.perform(argument)Tags: #ruby • scheduler • queue
-
bean-searcher
🔥🔥🔥 A read-only ORM focusing on advanced query, naturally supports joined tables, making it possible to realize complex retrieval in one line of code !
- Support one entity mapping to multi tables
- Support dynamic field operator
- Support group and aggregation query
-
Support **Select Where From subquery** - Support embedded params in entity
- Support field converters
- Support sql interceptors
- Support sql dialect extension
- Support multi datasource and dynamic datasource
- Support annotation omitting and customizing
- Support field operator extension
- and so on
Tags: #java • devtool • orm
subscribe via RSS