↓
Skip to main content
IT Blog
IT Blog
Home
All Posts
Categories
Tags
Home
All Posts
Categories
Tags
All Posts
stego-toolkit
Tools
Shell
Steganography Toolkit This project is a Docker image useful for solving Steganography challenges as those you can find at CTF platforms like hackthebox.eu. The image comes pre-installed with many popular tools (see list below) and several screening scripts you can use check simple things (for instance, run check_jpg.
laravel-tinker-tools
Tools
PHP
The functionality of this package is built into Laravel 5.5 and above, only install this in older Laravel versions Use short class names in an Artisan Tinker session When using Artisan’s Tinker command it can be quite bothersome having to type the fully qualified classname to do something simple.
pia-tools
Tools
Shell
pia-tools Description OpenVPN hook for privateinternetaccess.com to automate port forwarding, dynamically add a firewall rule, starting/stopping transmission when connected/disconnected TODO Ship a ready-to-go OpenVPN wrapper service for systemd Get rid of cURL and rename (and sudo?
GB2MIDI
Tools
HTML
GB2MIDI Tools for converting Garageband (Mac OS X) files to MIDI files Instructions: In order to export MIDI from Garageband, you first need to create a loop from the MIDI segment (join segments for a whole track) via drag&drop into the loop area (up to 45 measures long, otherwise you the menu edit->add to loop library).
AppTrace
Tools
HTML
AppTrace Usage 用来追踪app运行期间所有调用的方法以及耗时时间,支持真机和模拟器,方便开发者对于app进行优化。如图: How it works 通过 fishhook 钩住 objc_msg_send 方法,在替代的方法中实现参数寄存器值的保存与恢复,从而在原始的 objc_msg_send 方法前后调用自定义方法,又不影响本身函数的调用,在 arm64 下的大致逻辑是: 保存寄存器x0 - x8,q0 - q7到栈上, 记录class,selector,startTime,lr 恢复寄存器x0 - x8,q0 - q7, 调用原始objc_msg_send, 保存寄存器x0 - x8,q0 - q7到栈上, 记录endTime, 恢复寄存器x0 - x8,q0 - q7,以及lr 最后产出物为 trace.
material-resume
Tools
HTML
Material Résumé Introduction Professional Résumés and Curriculum Vitae formalities follow conventions from as early as the 1500’s. Material Resume is a fresh take on how this old formality can be improved to meet the current recipient’s expectations using Google’s Material Design visual language.
db-sync
Tools
PHP
DbSync WARNING – This package modifies database tables. Use with extreme caution and back up databases before running. Always perform a dry run (this is the default action) first before specifying the --execute (-e) option.
OC-tool
Tools
Shell
OC-tool POSIX shell script that builds an OpenCore EFI folder from an OpenCore config.plist Can also be double-clicked in macOS Finder which will run as ./OC-tool -o see either the OC-tool wiki pages for more detailed information
nicks-cors-test
Tools
HTML
nicks-cors-test Simple HTML & JS Tool to quickly test CORS locally. Blog https://medium.com/pareture/simple-local-cors-test-tool-544f108311c5 CORS Cross Origin Resource Sharing (CORS) is a simple and powerful mechanism which uses HTTP headers so that a server knows where a request is coming from and can choose whether or not to accept the request based on this.
BCHackTool
Tools
Shell
TR Bu Program ByChan Tarafından Hazırlanmıştır. Instagram 📸 : huseyinaltns Kullanımı Çok Basit Shell Üzerine Yazılmış Bir Programdır Ve Siz İşlem Yapmadan Otomatik Olarak Kurulumları Yaparak Bütün Programlara Giriş Yapıcaktır.
symfony-docker
Tools
PHP
🐳 Docker + PHP 8.1 + MySQL + Nginx + Symfony 6.1 Boilerplate Description This is a complete stack for running Symfony 6.1 into Docker containers using docker-compose tool with docker-sync library.
cache
Tools
Shell
项目简介 Cache 用于实现一个可拓展的本地缓存。 有人的地方,就有江湖。 有高性能的地方,就有 cache。 创作目的 为日常开发提供一套简单易用的缓存框架 便于后期多级缓存开发 学以致用,开发一个类似于 redis 的渐进式缓存框架 特性 MVP 开发策略 fluent 流式编程体验,纵享丝滑 支持 cache 固定大小 支持自定义 map 实现策略 支持 expire 过期特性 支持自定义 evict 驱除策略 内置 FIFO 和 LRU 驱除策略
git-sync
Tools
Shell
git-sync There’s a bunch of web deployment systems lately that use git for uploading applications. I hate this. Deployments are not just a checkpoint in your application development, they are also something that itself needs to be developed and tested.
fast-mail-bomber
Tools
PHP
Fast Mail Bomber via Mailman English | 简体中文 Fast Mail Bomber via Mailman (also FMB for short) is an email bombing/spamming tool written in php. FMB bombs the target’s mailbox by sending bulk emails via mailman services hosted by different providers.
frps-onekey
Tools
Shell
Frps服务端一键配置脚本,Frp最新版本:0.45.0 Frp 是一个高性能的反向代理应用,可以帮助您轻松地进行内网穿透,对外网提供服务,支持 tcp, http, https 等协议类型,并且 web 服务支持根据域名进行路由转发。 详情:fatedier (https://github.com/fatedier/frp) 此脚本原作者:clangcn (https://github.com/clangcn/onekey-install-shell) Frps-Onekey-Install-Shell For CentOS/Debian/Ubuntu/Fedora (32bit/64bit) Install(安装) Aliyun(已失效) wget https://code.aliyun.com/MvsCode/frps-onekey/raw/master/install-frps.sh -O ./install-frps.sh chmod 700 ./install-frps.sh ./install-frps.sh install Github wget https://raw.
phalcon-debugbar
Tools
PHP
Phalcon Debugbar Integrates PHP Debug Bar with Phalcon Framework. 中文说明 Features Normal request capturing Ajax request capturing Redirect request chain capturing Simple App, Multi module App and Micro App support Data collected persistent : save to Local File or MongoDB, or ElasticSearch Data storaged by sessionid, it’s more firendly for team development.
sbt-extras
Tools
Shell
sbt: the rebel cut An alternative script for running sbt. It works with sbt 1 projects and (in principle) all earlier versions. If you’re in an sbt project directory, the system will figure out the
mixed-content-scanner-cli
Tools
PHP
A CLI tool to check sites for mixed content This repo contains a tool called mixed-content-scanner that can help you find pieces of mixed content on your site. This is how you can use it:
composer-bin-plugin
Tools
PHP
Composer bin plugin — Isolate your bin dependencies Table of Contents Why? A hard problem with a simple solution. Usage; How does this plugin work? Installation Configuration Bin links (bin-links) Target directory (target-directory) Forward command (forward-command) Tips & Tricks
image-optimizer
Tools
PHP
Image Optimizer This library is handy and very easy to use optimizer for image files. It uses optipng, pngquant, jpegoptim, svgo and few more libraries, so before use it you should install proper libraries on your server.
←
1
…
17
18
19
20
21
…
42
→