Shell
css3FontConverter
Tools
Shell
QUICK START GUIDE This CSS3 Font Converter is a shell script that allows developers, using a
command line, to convert a set of TTF and OTF fonts into all the other
qsh
Tools
Shell
qsh Query SHell – improved querying from your terminal
Currently supports:
sqlite3 (3.37+) mysql psql sqlcmd (for mssql) sqlcl (for oracle) mclient (for monetdb) There is also a generic mode, which can potentially be used with other tools not on this list.
vscode-figma-toolkit
Tools
Shell
Visual Studio Code Figma Toolkit 👉 Figma Link: VS Code Toolkit
How to use 1. Duplicate File Begin by duplicating this file to your Drafts. This is the only way to re-use this file as a team library:
gitops-catalog
Tools
Shell
GitOps Catalog The GitOps Catalog includes kustomize bases and overlays for a number of OpenShift operators and applications.
This catalog is not officially supported by Red Hat and customers are discouraged from referencing this repo directly as a remote repo in kustomize as future changes may break these references.
space
Tools
Shell
Space | Welcome to Space!
This tool is not for the faint of heart, but here we go!
The Space.sh is a single file program, referred to as Space, that relies only on Bash version 3.
chomp-scan
Tools
Shell
Chomp Scan A scripted pipeline of tools to simplify the bug bounty/penetration test reconnaissance phase, so you can focus on chomping bugs.
If you’ve found any bugs using this tool, please let me know!
git-semantic-commits
Tools
Shell
Semantic Git commit messages Inspired by Sparkbox’s awesome article on semantic commit messages.
What is this? These are very simple custom git commands that enforce the git user to write better git commit messages.
I-See-You
Tools
Shell
I-See-You ISeeYou is a Bash and Javascript tool to find the exact location of the users during social engineering or phishing engagements. Using exact location coordinates an attacker can perform preliminary reconnaissance which will help them in performing further targeted attacks.
adept-jpg-compressor
Tools
Shell
Adept – the adaptive JPG Compressor Quick Start Please install a MSS saliency algorithm binary, ImageMagick, MozJPEG and JPEGrescan Make MozJPEG available as “mozjpeg” in your $PATH, e.g. via symlink Fetch a copy of adept and place it somewhere you deem a good place for 3rd party shellscripts, e.
cs-suite
Tools
Shell
Cloud Security Suite (cs-suite) – Version 3.0 Usage usage: cs.py [-h] -env {aws,gcp,azure,digitalocean} -aip AUDIT_IP -u USER_NAME -pem PEM_FILE [-p] [-pId PROJECT_ID] [-az_u AZURE_USER] [-az_p AZURE_PASS] [-o OUTPUT] [-w] [-n NUMBER] this is to get IP address for lynis audit only optional arguments: -h, --help show this help message and exit -env {aws,gcp,azure,digitalocean}, --environment {aws,gcp,azure,digitalocean} The cloud on which the test-suite is to be run -aip AUDIT_IP, --audit_ip AUDIT_IP The IP for which lynis Audit needs to be done .
vmware-tools-patches
Tools
Shell
VMware Tools Patches
Patch VMware Tools source code for a variety of VMware Tools and kernel versions.
Quickest Start (The easiest way) $ git clone https://github.com/rasa/vmware-tools-patches.git $ cd vmware-tools-patches $ .
installr
Tools
Shell
installr A bare-bones tool to install macOS and a set of packages on a target volume.
Typically these are packages that “enroll” the machine into your management system. Upon completion of the macOS install, these tools take over and continue the setup and configuration of the machine.
Tmux-Bunch
Tools
Shell
Tmux-Bunch ( Not Maintained now ) Try Apkmod instead https://GitHub.com/Hax4Us/Apkmod
Steps For Installation
There are two variants available , one for Android < 8.0 and one for Android = 8.
awesome-toolbox-chinese
Tools
Shell
优秀工具箱集合 收集,推荐好用、优秀的工具箱。工具箱大全。
欢迎点赞,收藏,推荐。
更多链接:
https://github.com/bestxtools/awesome-toolbox-chinese https://awesome-toolbox-chinese.bestxtools.com/ https://😎🧰.bestxtools.com/ 🧰 在线工具箱 工具箱网站排名说明:下面所列网站按域名字母顺序排序
每个网站的 featured tools 最多列 5 个
123apps.com – Web Apps by 123apps – 编辑、转换、创建
Featured tools: 在线视频编辑器, 修剪音频, Convert Word to PDF 1tools.
ByteCodeDL
Tools
Shell
ByteCodeDL A declarative static analysis tool for jvm bytecode based Datalog like CodeQL
Why ByteCodeDL ByteCodeDL这个名字是从CodeQL演化的,ByteCode对应Code,DL对应QL,是一款声明式静态分析工具,主要是为了弥补CodeQL无法直接分析字节码的遗憾。
本项目主要有两个目的:
教学目的,帮助大家入门静态分析,本项目将演示如何通过datalog实现一些静态分析算法,比起命令式静态分析,这种方式要简洁很多,学习了基本原理之后,也可以自己DIY规则。 提高挖洞效率,安全研究人员一般拿不到源码,大多数情况只能分析Jar包,然后通过IDEA看反编译之后的代码,效率比较低,希望ByteCodeDL提供的搜索功能、调用图分析功能、污点分析功能,能够提高安全研究人员的挖洞效率。 Install download or build soot-fact-generator.jar install souffle install neo4j Docker you can use the docker we builded like docker-compose.
pihole_adlist_tool
Tools
Shell
Pihole Adlist Tool This script tries to provide you with a bunch of information that enables you to decide which adlists you need based on your browsing behavior. It does that by matching your browsing history (FTL’s querylog) with your current adlist configuration (gravity database) generating a list of domains that you have visited in the past and which would have been blocked if your current adlist configuration would have been in place back then.
release
Tools
Shell
OpenShift Release Tooling This repository holds OpenShift cluster manifests, component build manifests and
CI workflow configuration for OpenShift component repositories for both OKD and
OCP.
CI Workflow Configuration To setup a CI workflow for a new repository, use make new-repo.
bootstrappr
Tools
Shell
Bootstrappr A bare-bones tool to install a set of packages and scripts on a target volume.
Typically these are packages or scripts that “enroll” the machine into your management system.
with
Tools
Shell
with Program prefixing for continuous workflow using a single tool.
Usage with <program>
Starts an interactive shell with where every command is prefixed using <program>.
For example:
$ with git git> add .
git-secret
Tools
Shell
git-secret What is git-secret? git-secret is a bash tool which stores private data inside a git repo.
git-secret encrypts files with permitted users’ public keys,
allowing users you trust to access encrypted data using pgp and their secret keys.